Automation testing for sap bw backend

Hello Gurus,
           do you have some idea for automation testing of sap bw backend?
Many thaniks

Hi,
If you are looking about data reconcolization or Data testing between ECC and BW  then I already given solution in your previous thread. i.e. Who will involve in UAT thread.
Automation testing for sap bw backend: What testing?. We don't have such kind of concept, for Java, VB etc  applications they will test all fields and code, but we don't  have automation testing for sap bw backend.
Thanks
Reddy

Similar Messages

  • What are popular automated tests for Java GUI applications

    Hi, I want to find a good automated test for java swing for my project. I have a list of UISpec4j, JFCUnit and Abbot.

    There is also jemmy. I haven't used any of them, though...
    -Puce

  • Is there any tutorial for SAP Java Backend Development?

    Hi everyone,
    I am following the "How To - Part 1: Build an Agentry based app from scratch connecting to a SAP ERP back-end" to learn Agentry by myself.
    There are some Java code when creating the Steplet, StepHandler and Bapi that I dont understand. I would like to know if there is any document or tutorial to learn how to write  such Java code. I already know the Agentry stuffs like fetch, step, etc.
    For example, why do we need the processResult or setParameter method? Why do we need JCO.Table? Where is the table "ET_FLT_SCHEDULE"
    public class FlightScheduleBapi extends AbstractFetchBAPI{
    public User user = null;
    public FlightScheduleBapi(User u, GregorianCalendar lu) throws Exception {
    super(u, lu);
    user = (User) u;
    @Override
    public ArrayList<SAPObject> processResults() throws Exception {
    ArrayList<SAPObject> spfliTab = new ArrayList<SAPObject>();
    JCO.Table _sTab = _tables.getTable("ET_FLT_SCHEDULE");
    int rows = _sTab.getNumRows();
    for(int i = 0; i<rows; i++)
    _sTab.setRow(i);
    FlightSchedule spfliLine = new FlightSchedule(_sTab);
    spfliTab.add(spfliLine);
      return spfliTab;
    @Override
    public void setParameters(SAPObject obj) throws Exception {
      super.setParameters(obj);
    try {
      } catch (Exception e) {
    user.rethrowException(e, true);
    Thank you very much.
    Tags edited by: Michael Appleby

    Anyone can help me out of this?
    I am looking for AbstractFetchBAPI but there is no information about it.
    I found JCO Client Connection and JCO getTable to access SAP tables. Can I use this way in Agentry App?
    Thanks.

  • Automated testing tools for Oracle Finanacials

    Hello all,
    We are planning an upgrade to R12 and in order to save time we are wondering if an Oracle or 3rd party tool exists to input user data in various Oracle products - AP,PO, GL. The problem lies in getting our users to find time to input data into the forms every time we do an upgrade or large patch. If it was automated, we could run the automated scripts and the users could checkthe output. I've noticed one posting on HP's LoadRunner, but is this an option. I don't know what the cost would be, but we're hoping it is not too prohibitive. Does anybody use or know of tools available?
    Thanks,
    Alex.

    Please see if these links help.
    Automated Testing for the E-Business Suite
    http://blogs.oracle.com/stevenChan/2006/06/automated_testing_for_the_ebus.html
    Evolutionary Steps for Automated Testing for E-Business Suite
    http://blogs.oracle.com/stevenChan/2009/08/evolutionary_steps_automated_testing_ebs.html
    EBS 12.1.1 Test Starter Kit now Available for Oracle Application Testing Suite
    http://blogs.oracle.com/stevenChan/2010/04/ebs_1211_tsk.html
    Thanks,
    Hussein

  • Solution Manager / Quality Centre automated testing query

    If we implemenet automated testing of SAP via HP QC/QTP tools and then want to introduce SOLMAN later for controlling testing etc is the SAP Adapter/SOLMAN capabale of pulling back automated tests and business process models to it from HP QC/QTP? Or is there rework to be done in SOLMAN ie you have to start again and build the tests/business processes in it.
    Thanks

    Thanks for your reply on this.
    Did you have any experience on business process modelling in QC and pulling those back to SOLMAN at all? Is that possible if we go with HP BPT for the modelling?
    Thanks again

  • Cloud automation testing feasibility using Coded UI 2013.

    Hi,
    I am unable to find any document which could explain whether automation testing for cloud application could be achieved using Coded UI 2013. In my project the plan is to move all applications to cloud network and as an automation tester I have automated
    those application. I am bit confused how to start up the automation. We will be using private cloud, the confusion I have is, will it be similar to automate cloud application like our websites in a network ?
    Please provide some details how to start up with cloud automation.
    Ahetejazahmad Khan.

    Hi Ahetejazahmad Khan,
    Glad to see you again!
    Just to make this issue clearly, do you mean that you want to run the coded UI test in Azure?
    If so, I think you could get useful informaiton from the MCC's suggestion here:
    https://social.msdn.microsoft.com/Forums/en-US/9597e237-d792-4060-8580-64039f29561e/how-to-run-codedui-test-in-azure?forum=windowsazuredevelopment
    A blog here:
    http://blogs.msdn.com/b/anujchaudhary/archive/2012/11/02/windows-azure-automated-ui-testing-using-the-power-of-cloud.aspx
    Of course, we would think about the supported configurations and platforms here:
    https://msdn.microsoft.com/en-us/library/dd380742(v=vs.120).aspx
    It shared all the configurations and platforms which was supported by the coded UI tests.
    If I have misunderstood this issue, please feel free to let me know.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • QTP Flex automated test limited replays

    I have been writing QTP automated test for our company's flex
    application. My computer has Flex Builder 3 trial version installed
    and I get the message "License not present. With the trial verison
    only limited replays are allowed." (for the ones with sharp eyes, I
    didn't miss type a word of the message, it comes with that typo.)
    from time to time.
    And today I got the serial number from my boss. I enter the
    serial and everything worked, but I am still getting that "License
    not present" message when I was running my test. I tried to
    uninstall Flex Builder 3 and the QTP Flex plugin and reinstall them
    again, but it didn't help.
    Anyone has a clue on how to solve this problem?
    Thanks.

    If you are using static compilation with automation libraries
    you need to recompile your application to get rid of the message.

  • Doubt about using automation testing in mtm and vs 2012

    Hi
    Ive a doubt in using mtm and vs 2012. I wanna test a software by automation method
    1) whether i should record the steps in visual studio and attach the recorded file to mtm and test
    or
    2) can i record the script(steps) in mtm and run the automation testing in mtm, if you say yes what are the step.
    Plz help me out for both 1 and 2 by tell the steps.
    Thank you
    Reguards
    Pavan kumar R 

    Hi Pavan,
    It is based on the detail requirement to choose them.
    Do Coded UI test in visual studio 2012, we could record the action and playback, link tests to test case that in MTM, we also could base on the detail requirement to modify the code.
    Do manual or automated test in MTM 2012, we also could record the action and playback, but can’t modify the code (need do it in vs), we could do automated tests in lab environment
    # System Testing Your Application Using Microsoft Test Manager
    http://msdn.microsoft.com/en-us/library/jj635157(v=vs.110).aspx
    For the automated test in MTM, you could refer to these steps below:
    Create tests
    Check in TFS
    Link test methods to test case
    Queue a build
    Create lab environment in mtm
    Do automated test
    More information, please refer to:
    # Essential Guide for Running Automated Tests from a Test Plan
    http://msdn.microsoft.com/en-us/library/ff472576(v=vs.110).aspx
    If we record the action (script/steps) in the MTM, we could
    playback the test, if we want do the automated test for that recording, we could generate the code in VS and link that test to the test case, after that we could do automated tests.
    # Generating a Coded UI Test from an Existing Action Recording
    http://msdn.microsoft.com/en-in/library/dd286652(v=vs.110).aspx
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Automated test Android / iOS Viewer Builder App.

    Hello,
    I'm trying to create some automated tests around the Viewer Builder generated .apk / .ipa that contains custom HTML views, but without success.
    Do you guys have any advice on how to setup automated tests for this?
    Our target is:
      - whenever I tap in a custom HTML view I should know if the correct content is displayed.
       - we don't want to rely on manual tests for that.
       - we also want to test the adobe javascript API for the viewer builder that will be used inside the HTML.
    If you have any thoughts on how to do it, please let me know.
    Thanks.

    Did you follow the steps in this document to create a valid p12 certificate?
    http://kb2.adobe.com/cps/900/cpsid_90052.html

  • Carrier path as SAP Testing for Basis Administrator

    Dear Experts,
    With my experiance as Basis consultant I would wish to work on SAP testing. I would like to get some suggestions on
    - Is that right option as a Basis admin to look for SAP testing.
    - How is the market value and carrier path as a SAP testing candidate.
    Regards,
    Karthick

    Hi,
    You must stick to your Basis domain and look for testing operations to ensure a stable and sustainable system.
    Usually you will have Standard Operating Procedures and you may conduct preventive / proactive tests on regular basis or while the system is changed.
    This kind of testing is a pre-requisite for the functional folks to conduct their tests.
    Eg: Installation of support pack, enhancement pack and tests weather the installation is successful or not. Usually the system itself will say that the installation is successful, here you can check for dependencies and conduct some extended tests - manual  / automation.
    Regards
    Satish Talikota

  • Testing Tools for SAP & SAP BIW

    Hi Forum ,
    will any body pls let me know what are available testing tools for SAP and SAP BIW? Which tool is popular and mostly used? Does any one provide training for this tools?
    Regards
    Suhel

    Hi,
    For SAP R/3 we use CATT and ECATT tools.
    Both are very useful tools and generally used for automated functional testing.Reduces a large amount of cost and human effort.
    Even you can convert or call external tool scripts like mercury QTP etc from ECATT and run from ECATT itself.Also you can use these tools with solution manager to get awesome effortless testing and test plan management.
    Check my weblogs.
    Part-1:Shows how to create a Parameterize CATT script.
    /people/community.user/blog/2007/02/05/create-and-migrate-catt-to-ecatt-part-1
    Part-2:Shows how to migrate CATT to ECATT script.
    /people/community.user/blog/2007/02/06/create-and-migrate-catt-to-ecatt-part-2
    1./people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1
       This one shows the minimum configuration required for QTP and ECATT integration on client and server side.
    2./people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2
       This one shows the standalone mode.e.g.mercury script is created and uploaded to ecatt and then executed from ecatt itself.Also,It is now possible to call this script from Solution manager.
    3./people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3
       This one shows the integration mode which is most powerful as we can run QTP scripts from ECATT,Upload & download modify existing etc.
    Please reward points.

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • Install a Test/Dev instance for SAP MII.

    Hi,
    I want to install a test/development instance for SAP MII on my laptop [2 GB RAM].
    Per my understanding, for this i would need set up SAP NetWeaver CE instance and deploy SAP MII 12.1 component.
    I also want do some custom development & integration with SAP through MII to SAP ME.
    As per Master Guide SAP MII 12.1.pdf, we need to Install SAP NetWeaver CE 7.1 EHP1 SP03.
    Since its a test/development instance can i install [SAP NetWeaver Composition Environment 7.2 Developer Edition|http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/a0a6bd7b-3dfc-2c10-eb95-aae0f777d4ab] and deploy MII.?
    Or do i need to have some specific version of Netweaver CE.
    Please let me know what are steps to install a Test/Dev environment for SAP ME/MII integration..
    Please advice.
    Thanks un advance.

    MII 12.1 has not been validated on NWCE 7.2.  And MII 12.2 is validated on NW 7.3, skipping NWCE 7.2.  It may install fine, but you will most likely run into problems executing some of the functions and features of MII.
    Regards,
    Mike

  • Need to QTP plugin for automation testing of flash

    Hi All,
              I'm using QTP 9.2 and 10 version to automate the test secnaro's on flash.
              I have installed Flex 3.0 addin for QTP, able to identify the flex objects...but it is not identifying the flash.
              Pls, provide some guideness for the automation testing of Falsh movies..
    Thanks
    Sreedhar
    9000994721

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *http://helpx.adobe.com/flash-player/kb/flash-player-113-crash-mozilla.html
    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Assignment test in SAP for Logistic Invoice varification

    Hello Experts,
    We want to carry out Assignment Test in SAP for Logistic Invoice varification asp er the scenario:
    "The assignment text is a process step preceeding the invoice verification in background processing. The software checks cyclically whether an open goods receipt exists for the invoices entered in background processing. The software begins the invoice verification only when open goods receipts exist for an invoice. Effects on system administration are characterized as follows: the assignment test should be called in background processing before the report for the invoice verification, because the assignment test helps create the worklist for background processing. An assignment test is faster than a complete invoice verification in background processing, inasmuch as the software does not have to process as much data from the database and does not have to execute as many checks and reports. In addition, the software does not execute full assignment of the open goods receipts as in background processing; it executes only basic assignment"
    Please tell me if anybody has executed this and the required settings.
    Thanks,
    Radhakanta

    Hi
    The assignment filed material will be populated only for the documents after the Chnage in the G/L account.
    This change will not effect the Previous documents
    Mass change may not be posssible as accounting documents may not contain the same material.
    Thanks & Regards
    Kishore

Maybe you are looking for

  • Personal and Work Profiles

    I'd love to be able to have multiple profiles either within the same app and separated somehow or by splitting Skype between two apps, e.g. Skype Personal and Skype Work. My reasoning for this is currently I need to either share my personal skype acc

  • Printing 16bit tiff with ID and Leopard

    Does anyone know what ID does to 16bit tiffs when print in Leopard with a 16bit capable driver? Since I can place 16bit tiffs in ID does ID pass it along when printing or does ID convert it to 8bit?

  • FI certification Query

    Hi, I wanted to know what is the exam pattern for a Fi course ? and what is passing marks for the certification. I found a few answers on the threads but they were dated almost 2 years back. I was wondering what is the current pattern followed in the

  • There is no 64bit OS kernel(?)

    I was trying to boot my Macbook into 64bit OS kernel mode by doing "6" + "4" at startup. I'm running 10.6.1. To verify this was successful, I click the top left Apple, About this Mac then more info. Next I click Software, which gives an overview. 64-

  • Upgrading from InDesign CS4 to CS5.5

    How much would it cost to upgrade from InDesign CS4 to CS5.5