Software testing

Why to choose testing as profession?

  This Blog series is for the people who are new to IT and Software field and wanted to choose testing as their profession… Software testing or Quality assurance is the very interesting profession. Some people say that testers or QAs are the destructors!! Well yes that’s true. And why I feel it’s interesting because [...]

How to create .bat file to start selenium

Before starting any Automation using Selenium Remote control, one needs to start Selenium-Server first. So to avoid every time going and opening up the command prompt and giving the paths manually where selenium server is installed , we can directly create a batch file and on double click that batch file our selenium server is [...]