Changes for page Testing

Last modified by Pascal Robert on 2012/01/03 10:53

From version 27.1
edited by Greg.Brown
on 2009/09/26 15:57
Change comment: There is no comment for this version
To version 16.1
edited by Ray Kiddy
on 2009/09/03 12:19
Change comment: removing references to deprecated pages, and to pages pointed to from main Selenium page

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gbrown
1 +XWiki.kiddyr
Content
... ... @@ -14,8 +14,8 @@
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
17 +* [[Junit]] for API testing
18 +* [[Selenium]] for functional and some API testing
19 19  * [[WOUnitTest]] for functional testing (Is WOUnitTest current and being maintained? rrk)
20 20  * [[JMeter]] for performance testing
21 21  
... ... @@ -25,9 +25,10 @@
25 25  
26 26  There are many documents relevant to testing that should be evaluated for veracity, usefulness and relevance:
27 27  
28 -* [[Testing-JUnit and TestNG>>WO:Testing-JUnit and TestNG]]
29 29  * [[Web Services-Testing Services with Terminal>>WO:Web Services-Testing Services with Terminal]]
30 30  * [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]]
31 31  * [[Testing-Load Testing WO Apps with JMeter>>WO:Testing-Load Testing WO Apps with JMeter]]
31 +* [[Testing-JUnit>>WO:Testing-JUnit]]
32 32  * [[Testing-WOUnitTest>>WO:Testing-WOUnitTest]]
33 33  * [[Web Applications-Development-Testing and JUnit>>WO:Web Applications-Development-Testing and JUnit]]
34 +* [[Project WOnder Frameworks JUnit Testing]]