SAP java Testing Tool

Can anyone suggest the best SAP Java testing tool that supports NWDS?

Hi ,
QTP is an Automation testing tool from HP. QTP requires SAP Add-in to automate SAP testing. Feel free to ask anything else to know ..
Srinivas Reddy
Edited by: Srinivasrd on Jun 10, 2011 11:50 AM

Similar Messages

  • SAP QTP testing tool

    Hi guys,
    Please any one help me, how SAP QTP testing tool working.

    Hi ,
    QTP is an Automation testing tool from HP. QTP requires SAP Add-in to automate SAP testing. Feel free to ask anything else to know ..
    Srinivas Reddy
    Edited by: Srinivasrd on Jun 10, 2011 11:50 AM

  • Besides LoadRunner, any other SAP Performance Test tool?

    Hi, Dear All:
    I'm doing some planning for the SAP performance test. But our budget is very limited. It seems my company could not afford LR. LoadRunner took over 95% of this market. Beside LR, I heard Worksoft Certify is another option. Is there any other tool or open source tool?
    Thank you all so much in advance.

    Hello,
    If you are looking for simulating load using minimalist tools, a crude way to do this would be configuring Ecatt scripts and running them from multiple machines
    But I think it doesn't work for web based transactions.
    Regards,
    Siddhesh

  • Algorithms for Signing & Encryption for SAP Java cryptographic Tool kit

    Hi,
    We want to use SAP Java Cryptographic Toolkit for S/MIME for signing & encryption. Kindly let me know what are all the algorithms it supports for Signing & algorithms it supports for Encryption
    With Regards
    K.Varadharajan

    DES (Data Encryption Standard) algorithm is used to perform the encryption
    Policy jurisdiction files regulate which algorithms are available. These jurisdiction files are provided by the same vendor as for your J2SE package.
    Regards,
    Prateek

  • Java Test Tools

    I'm getting ready to evaluate both Purify and JTest. Has anybody looked at these test tools, or any others for that matter.
    Opinions, experiences?

    We use Purify extensively. We use it to find
    memory problems with our C/C++ code. It can be
    used to find problems with your JNI but only
    on the Windows platform. The Windows version of
    purify allows you to purify an already built
    executable while the Unix version has to be
    a part of the linking phase of building an executable.
    We got a demo copy of JTest. I liked the code
    standards analysis but did not have use for
    the test tools. Parasoft would not just sell
    us the code tool without buying their high end
    test tool also.

  • Need information on open source testing tools for ADF web applications

    Hi experts,
    I need to investigate on new feasible open source Java testing tools for testing ADF web applications. I have tried to google a lot but getting confused.
    My requirements as as under:
    1. The tool must be open source.
    2. It should be easy to understand and to work upon by the tester and developers.
    Selenium based testing approach is already in place for testing the application but need to search for tools other than Selenium which shall prove suitable for testing ADF applications. Kindly let me know your inputs / suggestions.
    Thanks a lot in advance.
    Neelanand

    Hi,
    Have a look at JMeter http://jakarta.apache.org/jmeter/index.html
    1. The tool must be open source.It is.
    2. It should be easy to understand and to work upon by the tester and developers.I guess it is.
    There are some specifics in configuring it for ADF, but Chris Muir wrote a nice blog about how it's done, check it out http://one-size-doesnt-fit-all.blogspot.com/2010/04/configuring-apache-jmeter-specifically.html
    Pedja

  • Http Post to XI Test Tool in Java?

    I have been able to use the HTML test tool shared on SDN for my scenarios to date, but I have been <u>also</u> trying to write an http post program in java.  For some reason the post never makes it to XI.  Does anyone have a sample they will share or notice any problems with this code?
    Thanks.
    import java.net.*;
    import java.io.*;
    public class Reply {
      private static String myUrl = "http://sr3a80px:8000/sap/xi/adapter_plain?service=PAN_HOTKEY&namespace=http://graybar.com/sandbox/hotkeyoutbound&interface=PANRequestAbstractInterfaceAsync&party=Panduit";
      public static void main(String[] args) {
        try {
        URL u = new URL(myUrl);
        URLConnection uCon = u.openConnection();
        HttpURLConnection connection = (HttpURLConnection) uCon;
        connection.setDoOutput(true);
        connection.setRequestMethod("POST");
        OutputStream out = connection.getOutputStream();
        OutputStreamWriter wout = new OutputStreamWriter(out, "UTF-8");
        wout.write("<?xml version=\"1.0\"?>\r\n");
        wout.write("<ns0:hotkeyOut_PAN_MessageType           
          xmlns:ns0=\"http://abc.com/hotkeyoutbound\">\r\n");
        wout.write("<RequestAvailability>\r\n");
        wout.write("<Date>20050919</Date>\r\n");
        ...(rest of my xml)...
        wout.flush();
        out.close();
        catch (IOException e) {
         System.err.println(e);
         e.printStackTrace();
      } // end of main
    } // end of class

    cleaning up old ticket...never got this working, but tested another way

  • Error while installing SAP Widget Developer tool.zip on Eclipse Java EE IDE

    Hello,
              I am new to SAP widget. I hav installed "Eclipse Java EE IDE for Web Developers" from eclipse.org and now when i was trying to install SAP Widget Developer tool.zip add-on as stated in the SAP Enterprise Widget Development Guide
    --> http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c032ae0a-7d6b-2a10-14a1-cc6efb066dfc
    I get this error at the last stage of installation.
    Cannot complete the install because one or more required items could not be found.
      Software currently installed: SAP Widget Development Tools 0.13.0.1376 (corp.sap.pal.gadgets.tools.widgetTools.feature.group 0.13.0.1376)
      Missing requirement: SAP Widget UI Designer 0.13.0.1376 (corp.sap.pal.gadgets.tools.uidesigner 0.13.0.1376) requires 'bundle org.eclipse.wst.javascript.core 0.0.0' but it could not be found
      Cannot satisfy dependency:
        From: SAP Widget UI Designer 0.13.0.1376 (corp.sap.pal.gadgets.tools.uidesigner.feature.group 0.13.0.1376)
        To: corp.sap.pal.gadgets.tools.uidesigner [0.13.0.1376]
      Cannot satisfy dependency:
        From: SAP Widget Development Tools 0.13.0.1376 (corp.sap.pal.gadgets.tools.widgetTools.feature.group 0.13.0.1376)
        To: corp.sap.pal.gadgets.tools.uidesigner.feature.group [0.13.0.1376]
    Please helo me to get this error fixed.
    Thank you very much.
    Anil Raparthi.

    Hi,
    The newest and default version of Eclipse is Galileo which is version 3.5.x
    According to the Widget development guide, widget developer tool covers Eclipse 3.3.x (Europa) and 3.4.x  (Galileo).
    The problem is solved by downloading one of those versions from http://wiki.eclipse.org/Older_Versions_Of_Eclipse and installing widget development tools.
    Regards,
    Jolanta Gniadek

  • Please suggest me Any Java Software Testing Tool

    my application has many customize UI Swings components, so please specify any suitable testing tool for Java Desktop apllication

    Jemmy
    Abbot (and Costello)
    JFCUnit

  • Testing GUI java based tool

    Hi friends,
    I am involved in a research project where we developed a GUI tool. At present i am testing this tool but i have some problems while testing. I am using Rational Robot software to test this tool but Robot cannot recognize some components like JTree/Tree.
    I don't know the reason for this problem. Can anyone suggest me some other better testing tool?
    What testing tool does Sun Microsystems use test Java?
    Thanks.

    I am just re framing my question in hope of getting a response.
    I am exploring the possibilities of establishing a telnet/ssh session with a webserver from a client outside the enterpise network.Here i have to overcome the restriction imposed by the firewall. Is there any tool for http tunneling which will allow the client to establish ssh session??
    Any info on this will be very helpfull.
    Cheers,
    comfortably_numb

  • SAP Java tools

    Hello All,
                   I am very new to WEB AS Java..Please tell me the differences between the SAP Java tools:
    1. Configtool
    2 SDM
    3. Visual Administrator.

    Hi,
    Basic Idea:
    1)  Configtool: A offline tool to administrate j2ee that means java not need to be up when you change any java parameter.it directly connect you to database and apply changes and you need to restart java server after applying chnages using configtool.
    2)  Visual Admin. A online tool to administrate java Server you can make changes only when JAVA serevr is up and it affects parameter changes dynamically.SAP tells you when you need to use which tool ou of config and Visual Admin
    3)  SDM(Software Deployment Manager) is to deploy and undeploy the business packages only one connection is possible at a time..So to deploy new packages and undeploy and number of other tasks are there you need to use SDM.
    4)  JSPM(Java Support Package Manager).This is used to apply SP to Java and as well as business packages it further use SDM to verify that package is suitable for system or not.
    Better you explore your self it helps you a lot.........
    Thanks &Regards,
    Gagan Deep Kaushal

  • 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.

  • Clone & Test tool in SAP

    Hi,
    I am new to use the Clone and test tool available in SAP for HCM provided by Accenture. Do anyone have any reference material or a Help document for this which would provide a detailed process on how to use it and how it actually works.
    Appreciate if anyone can provide the same.

    Hi
    I work for Accenture and we provide this software.  Please feel free to contact me directly and I should be able to assist you with this.
    Regards
    Kevin
    +49 17610032166

  • Stress testing tools for SAP BPC 7.0 Microsoft version

    Hi all
    I was wondering if there are any stress testing tools that can be used with SAP BPC 7.0 MS to simulate hundreds of users using the application simultaneously and thus testing the performance.
    Please let me know.
    Thanks,
    Ameya Kulkarni

    There are tools to perform the performance analysis of BPC, one is loadrunner.  But be careful when defining the "hundreds of users using the application simultaneously"; There are many scenarios in my mind, where you could have several hundred users using BPC, but not sending or retrieving data at the exact same time.  You might check the SAP sit eto see if any presentations are posted from the Sapphire conference this Spring.
    Hope this helps.

  • SAP provides Load testing/Performance testing tool

    Kindly suggest any Load testing tool which is provided by SAP itself.
    *Note to author of this question: I have taken the liberty of moving this to the proper thread
    cheers, Marilyn

    Hi Swapan,
    I would be glad to know if you can give me a step by step screenshot document for a Loadtest on SAP Application ( Any Module).
    Y i am asking you all this,.. well, downloading and installing a loadrunner on a desktop/standallone machine is very simple,.. but when it comes to Network environment where you have Controller installed on one machine and Load Generators on Another machine.. and Diagnostics installed on ( i donno where it will be installed ) user/server machine.. it is really difficult to imagine/assume/picturize the whole scenerio by taking x as example..
    I would be really glad and thankfull if someone can let us know, how to quick start a project..
    I have gone thru the Documentation " How to Perform SAP EP Load Testing.." good enough to understand but it would be more good if someone have articulated with interactive screenshots..
    Ok fine, now my next question is , how do we go with SAP GUI protocol..
    can someone give me an example with some interactive screenshots..
    If someone is working in SAP. then you may please contribute your knowledge by all means.. like https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/ba95531a-0e01-0010-5e9b-891fc040a66c [original link is broken]
    This is a very beautiful video example on SAP Bex reports,.. with video and Voice..
    Recorded by using Camtasia Studio software , which will record you desktop,.. how you do , while you explain in voice..
    Hope someone comes up with a nice video presentation on SAP LOADRUNNER..
    Can you please show me /upload any document with some interactive screenshots on configuring Loadrunner with SAP and testing with SAP Gui protocol ,..on any one module of SAP.. either it be SD, MM, or APO..
    Infact as of now, i am in an urgent need of a sample scenerio of Loadtest by using Mercury Loadrunner ( SAP GUI Protocol) on any SAP Module with some interactive screenshots,...
    I appreciate your quick response..
    Will award maximum points.
    Please help me.. by mailing any document with some sample scenerio's step by step to my mail id: [email protected].
    Thanks
    Vinni..

Maybe you are looking for

  • Frequent Kernel Panics - iMac G4/800

    My mom's had an iMac G4/800 for about five years now... it's always be a good and reliable machine... all of a sudden, she's been plagued with kernel panics occuring several times a day... She's tried several clean OS X installs to no avail... last n

  • Prevent creation of production order in case of missing parts

    Hi, Even in OPJH I have maintained no creation of order in case of missing parts, when i create a production order from planned order and I know the Bom components are not avialable in stock then also system allows to create. Pls guide on how to peve

  • Files are not getting stored in memory card

    mine is lumia 620,i have chosen the mem.card option to save photos and music files.But the files i download are stored in phone memory ,not in memory card although the files are shown in mem.card it shows error while i try to play it in computer.

  • Error occured in  moving internal tables

    Hi  i have a doubt in internal tables Actually i have created a internal table(rtab_alv ) for the output in the format of alv grid and after that i had created another internal table as iznew1 in which i had transfered all the values of a database vi

  • Photo goes black when editing it

    Hi, I acknowledge this is a fairly common matter, but let me try to share my on experience. For the past few days, I have been importing photos in my iPhoto library either from .jpg docs or brand new ones from my digital camera. Each time I try to ed