What is Selenium WebDriver ? WebDriver is a automating web application testing tool. This provide APIs that easily integrate with any programming language such as C#, java, python. For details please go through the url. The use of Selenium WebDriver is to basically test any web application. What is C# ? C# is a programming…
Category: Uncategorized
Top 10 Automated Testing Tools in 2017
Success in any test automation depends on identifying the right tool for the project. With a plethora of open-source and commercial automation tools to choose from, automation Testing tool selection can become tricky. Here is a curated list of top automation tools – 1) Selenium : Selenium is an open-source web automation tool and currently…
Reading Data From Excel
Some companies prefer to read all the input values from the excel file. This method had it’s own advantages as well as disadvantages. Today I thought of sharing a code to read data from Excel.
Selenium Overview
is an open-source and a portable automated software testing tool for testing web applications. It has capabilities to operate across different browsers and operating systems. Selenium is not just a single tool but a set of tools that helps testers to automate web-based applications more efficiently. Let us now understand each one of…
Manual Testing Tips Part – 3
Why is defect management process important in software development teams? In a perfect world, with perfect people, software development would be a very simple process. We would go through each stage of the development cycle once, and we would be done. As a matter of fact, we would not need to test at all, or…