Software testing

How to locate the LOCATORS For SELENIUM using different browsers.

Locators are the most important part of any automation scripting. Without that you will not able to locate a particular element which you need to automate. For ex. In QTP there is an OBJECT SPY, Which is the most important tool to learn basic structure of test object. Same in Selenium we can locate the [...]

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 [...]

How to setup workspace in Selenium

After long time I’m here. In my last blog you have seen that why to choose testing as profession? In this blog you will see how to setup workspace in Selenium. Selenium is a suit of tool to automate web browsers across many platforms. By using this tool you can write test script which will [...]