Changes for page Testing
Last modified by Pascal Robert on 2012/01/03 10:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,10 +14,10 @@ 14 14 15 15 Here are some relevant tools. It may be useful to search for their names in this wiki. 16 16 17 -* [[Junit]]for API testing18 -* [[Selenium]]for functional and some API testing19 -* [[WOUnitTest]]for functional testing (Is WOUnitTest current and being maintained? rrk)20 -* [[JMeter]]for performance testing17 +* Junit - for API testing 18 +* Selenium - for functional and some API testing 19 +* WOUnitTest - for functional testing (Is WOUnitTest current and being maintained? rrk) 20 +* JMeter - for performance testing 21 21 22 22 Questions still to be answered include the different approaches one must take to different kinds of applications. For example, testing a "regular" WOnder app may be different than testing a "DirectToWeb" app, which is also different than testing a Java Client or a "Web Services" application. Different application types make some things easier and some things harder. One may need different approaches or different tools. Also, one may be deploying an app as a regular java application, or as a servlet in a J2EE container (e.g. Tomcat) or the application may be managed in some other way. How an application is deployed may change how it needs to be tested. 23 23 ... ... @@ -25,10 +25,15 @@ 25 25 26 26 There are many documents relevant to testing that should be evaluated for veracity, usefulness and relevance: 27 27 28 +* [[Project WONDER-Frameworks-ERSelenium>>WO:Project WONDER-Frameworks-ERSelenium]] 29 +* [[Selenium Introduction]] 28 28 * [[Web Services-Testing Services with Terminal>>WO:Web Services-Testing Services with Terminal]] 29 29 * [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]] 32 +* [[How to Develop Selenium Tests]] 30 30 * [[Testing-Load Testing WO Apps with JMeter>>WO:Testing-Load Testing WO Apps with JMeter]] 31 31 * [[Testing-JUnit>>WO:Testing-JUnit]] 32 32 * [[Testing-WOUnitTest>>WO:Testing-WOUnitTest]] 36 +* [[How to test a Diva app with Selenium>>WO:How to test a Diva app with Selenium]] 37 +* [[Specifying Robust Selenium Element Locators]] 33 33 * [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]] 34 34 * [[Project WOnder Frameworks JUnit Testing]]