Forum Discussion

dczerniawski's avatar
dczerniawski
Occasional Contributor
8 years ago
Solved

Can I test a JNLP app that does not run in a browser?

Does SmartBear have a way for me to test a JNLP app that launches on my desktop not in my browser?
  • Colin_McCrae's avatar
    Colin_McCrae
    8 years ago

    Nope. You should be good to go. 

  • AlexKaras's avatar
    AlexKaras
    8 years ago

    Hi,

     

    > I have never created tests [...]

    Just as a quick reference:) :

    -- TestComplete is a tool that makes it possible to do functional testing of the Windows/Android/iOS applications. Functional testing means that the tool supports tests that have some complex internal logic and may branch execution flow depending on the tested application state, used test data, OS or browser version, etc. TestComplete supports both Web and Java applications and can drive more than one application within the same test (which is not possible with selenium for example). So it is not a problem for TestComplete to do something on the web page, start execution of the standalone JNLP application, switch to this application and continue with it. TestComplete licenses three modules (Web, Desktop and Mobile) and you must have a license for the proper module to unleash the whole power of TestComplete for the application of the given type. In your case you will need a Web module to conveniently drive your Web application and Desktop module to drive Java application. TestComplete emulates how human end-user works (via mouse and keyboard control) and thus, like the read human, cannot drive more than one application at the moment. If you need to do concurrent testing of your (usually) backend application, for example, emulate as if more than one user tries to edit the same data at the same moment of time, TestComplete has a Network Suite functionality for this.

     

    -- LoadComplete is a load testing tool for the applications that exchange data via the http(s). The tool records traffic between client and server and than replays the recorded traffic as if it was generated by a big number of clients. Because the main goal for this type of testing is to check how the server application handles big traffic, the tool does not support complex test logic and customization. This must be done via the functional tests in TestComplete. For example, it is not the goal of load test to check that if you are trying to order more items than have left on the stock, then the server must respond with some message that no more items are available. Instead, the load test checks that the server responds to the request and does not fail. (Whether the data in the response are correct or not is usually irrelevant for the load test.)

     

    -- SoapUI/SoapUI NG is a tool that can query web service and process (check, validate) the returned response. TestComplete supports testing of not complex Soap web services likewise LoadComplete do. But SoapUI supports much wider range of web service technologies. SoapUI, like TestComplete, is primarily a functional testing tool and if you need to load test your web service, then you must combine your SoapUI tests with LoadUI / LoadUI NG.

     

    -- LoadUI / LoadUI NG is a tool that can generate load for the web service using SoapUI/SoapUI NG functional tests.

     

    Summarizing: if the only thing that you need is to drive your web application, start standalone JNLP application and continue with this application, the only thing that you will need is TestComplete with Web and Desktop modules.