JUnit
How To Integrate JUnit Framework Into Selenium Scripts
JUnit is a unit test tool which is open source also. You can use it to test from small units of code to large java functions. JUnit provide assertion library used to examine the result of the test. Junit Annotations are used to test java method. You can also use it to run the automation suite …
How To Integrate JUnit Framework Into Selenium Scripts Read More »