In this article, we will automate an online form with Selenium WebDriver and C#.. An online demo form is available on this site: http://toolsqa.com/automation-practice-form/ As you can see, the form comprises of following: text boxes for entering first name and last name radio button for selecting gender (male or female) radio button for selecting years of…
Category: Selenium WebDriver
Automate simple Google search with Selenium WebDriver and C#
As you get more familiar and comfortable with Selenium WebDriver, you will notice that majority of the issues lie with identifying objects in the UI. Since developers tend to design the UI in different ways, as an automation expert, it is your job to find a way to correctly identify objects in the UI. Some…
Basic Selenium Automation in 30 Minutes
The main hurdle with Selenium automation is identifying the element on the web page. Once that is done, the rest is just performing actions on the element. Since you do not know how a web page is developed, you cannot expect the developers to follow the same standard. For example, in some web pages, elements…
Improve SEO of Your Blog with Automation
Disclaimer: I am not really advocating that you increase the traffic to your Blog artificially. If you look at traffic to my own blog, not very high, is it? But I am a firm believer in sharing knowledge. I believe that it is the fundamental right of every human being to have access to free…
Part 1: Selenium Web Driver Automation for ASP.NET webpage
The testing industry is slowly coming to the realisation that the role of a tester will be more technical in future. Gone will be the days where tester focuses only on black and white box testing. With the adoption of DevOps model, the line that separates tester from other technical resources will slowly disappear. A…