↧
Software Testing Life Cycle
Software Testing Life Cycle (STLC) defines and includes all the phases that are responsible to completely test the software or application. It consists of the following phases 1. Planning 2. Analysis...
View ArticleIntegrating Jmeter with Selenium Code
Jmeter can be used to do performance testing of an application that has existing selenium scripts written over Junit. - The samplers in Jmeter have a category known as “Junit Request”, which can be...
View ArticleWhy and When to Perform Automation Testing
Why do we need Automation Testing ? There are several reasons why we should automate our testing process. Automation testing is desired because it: Saves Time and Money: Software testing is a...
View Article