Difference between revisions of "PMC:QA:Compare testing tools junit,fitnesse,sahi"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
Line 2: Line 2:
 
| ||junit||Fitnesse||Sahi
 
| ||junit||Fitnesse||Sahi
 
|-
 
|-
|Objetives|| || ||
+
|Objetives||unit test. JUnit is a unit testing framework for the Java programming language.  ||integration test and acceptance test.FitNesse is a web server, a wiki, and an automated testing tool for software.||Sahi is an automation tool to test web applications
 
|-
 
|-
|Testing environment || || ||
+
|Testing environment ||White-box testing.JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with SUnit.  || acceptance testing-Black-box testing.It is based on Ward Cunningham's Framework for Integrated Test. FitNesse is designed to support acceptance testing rather than unit testing in that it facilitates detailed readable description of system function. ||Sahi injects javascript into web pages using a proxy and the javascript helps automate web applications
 
|-
 
|-
|Target user || || ||
+
|Target user || software developers and testers || users of a developed system || testers
 
|-
 
|-
 
|Advantages|| || ||
 
|Advantages|| || ||

Revision as of 03:39, 7 April 2010

junit Fitnesse Sahi
Objetives unit test. JUnit is a unit testing framework for the Java programming language. integration test and acceptance test.FitNesse is a web server, a wiki, and an automated testing tool for software. Sahi is an automation tool to test web applications
Testing environment White-box testing.JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with SUnit. acceptance testing-Black-box testing.It is based on Ward Cunningham's Framework for Integrated Test. FitNesse is designed to support acceptance testing rather than unit testing in that it facilitates detailed readable description of system function. Sahi injects javascript into web pages using a proxy and the javascript helps automate web applications
Target user software developers and testers users of a developed system testers
Advantages
Disadvantages
User Interface