Tag Archives: testNG

Comparison – Test NG v/s JUnit

I have been using TestNG recently but i never really compared it properly with JUnit. Over the next few days i will try to assess the two and come up with an article of my own. in the mean while you can refer to a decent comparison available at http://www.mkyong.com/unittest/junit-4-vs-testng-comparison/ stay tuned to SB for […]

read more

Using Test NG for Test Harness

TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing (testing a class in isolation of the others) to integration testing (testing entire systems made of several classes, several packages and even several external frameworks, such as application servers). Writing a test is typically a three-step process: Write […]

read more

Web Service’s Test Harness

Designing A Functional, Load, and Performance Testing Framework for Web Services The lifecycle of any application typically involves four phases—requirements, design, development, and testing. Testing is the phase that guarantees value delivery to the customer. Testing, being an important process in the SDLC, is an area where better and efficient testing strategies meeting different requirements […]

read more