Changes for page Testing
Last modified by Pascal Robert on 2012/01/03 10:53
From version 30.1
edited by Pascal Robert
on 2010/09/19 10:26
on 2010/09/19 10:26
Change comment:
add link to new thrash testing page
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.kiddyr - Content
-
... ... @@ -1,7 +5,3 @@ 1 -* [[||anchor="Approaches to Testing"]] 2 -* [[||anchor="Tools"]] 3 -* [[||anchor="Document Review"]] 4 - 5 5 == Approaches to Testing == 6 6 7 7 There are different kinds of tests and different approaches to testing. No one technology or approach will work for everyone. These are some of the relevant technologies and issues in testing WebObjects and WOnder applications and frameworks. ... ... @@ -14,11 +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 and TestNG - for testing of [[user applications>>WO:Testing-JUnit and TestNG]] and for [[WOnder framework testing>>Project WOnder Frameworks JUnit Testing]] 18 -* [[Selenium]] - for both user and WOnder framework testing 19 -* [[WOUnitTest]] - for functional testing (Is WOUnitTest current and being maintained? rrk) 20 -* [[JMeter]] - for performance testing 21 -* [[Thrash Testing]] - for testing threaded operations in EOF 13 +* Junit - for API testing 14 +* Selenium - for functional and some API testing 15 +* WOUnitTest - for functional testing (Is WOUnitTest current and being maintained? rrk) 16 +* JMeter - for performance testing 22 22 23 23 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. 24 24 ... ... @@ -26,9 +26,16 @@ 26 26 27 27 There are many documents relevant to testing that should be evaluated for veracity, usefulness and relevance: 28 28 29 -* [[Testing-JUnit and TestNG>>WO:Testing-JUnit and TestNG]] 24 +* [[Project WONDER-Frameworks-ERSelenium>>WO:Project WONDER-Frameworks-ERSelenium]] 25 +* [[Selenium Introduction]] 30 30 * [[Web Services-Testing Services with Terminal>>WO:Web Services-Testing Services with Terminal]] 31 -* [[Web Applications-Development-Testing and JUnit>>WO:Development-Testing and JUnit]] 27 +* [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]] 28 +* [[How to Develop Selenium Tests]] 32 32 * [[Testing-Load Testing WO Apps with JMeter>>WO:Testing-Load Testing WO Apps with JMeter]] 30 +* [[Testing-JUnit>>WO:Testing-JUnit]] 33 33 * [[Testing-WOUnitTest>>WO:Testing-WOUnitTest]] 34 -* [[Web Applications-Development-Testing and JUnit>>WO:Development-Testing and JUnit]] 32 +* [[How to test a Diva app with Selenium>>WO:How to test a Diva app with Selenium]] 33 +* [[Web Services-Testing Services with TerminalWO:Web Services-Testing Services with Terminal]] 34 +* [[Specifying Robust Selenium Element Locators]] 35 +* [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]] 36 +* [[Project WOnder Frameworks JUnit Testing]]