CI/CD Pipeline in Automation Testing

with the adoption of Agile and Devops practices and ever changing technology, I guess it’s in every tech teams radars that they should embrace automation testing seriously for betterment in the SDLC. Automation testing is on rise, so is the stress for testers to learn technical skills and automation tools is on high.  Yes, it is challenging …

What are Frames? How to handle frames in Selenium WebDriver with C#?

IFrame ( Inline Frame) or Frame is an HTML document that is included in another HTML document and is used to place the contents from another source. Eg: Advertisements, YouTube Videos etc… Almost all site includes IFrame now a day, where they would be displaying advertisements or playing videos of other sources. Now, let’s see how to …

How to handle Web tables in Selenium WebDriver ?

What is a web table? Web tables are basically tabular structures in web pages arranged in a row and column format. Web Table is an HTML element which is displayed with the help of <table> tag in conjunction with the <tr> and <td> tags. <tr> tag represents a row whereas <td> represents a column. <th> …

What is the difference between driver.close() and driver.quit command in Selenium WebDriver ?

Selenium webdriver provides two methods for closing a browser window – driver.close() and driver.quit(). Some people incorrectly use them interchangeably but the two methods are different. Driver.close( ): It is used to close the browser or page currently in focus. close( ) is a webdriver command which closes the browser window which is currently in …

Difference between FindElement and FindElements Command in selenium WebDriver?

Interaction with a web page requires a user to locate the web element. Find Element command is used to uniquely identify a (one) web element within the web page. Whereas, Find Elements command is used to uniquely identify the list of web elements within the web page.  FINDELEMENT() METHOD: findElement method is used to access a …

Behavioral Driven Development (BDD)

Introduction BDD – Behavioral Driven Development is based on Test Driven Development (TDD) and it aims to bridge the gap between Business Analyst and Developers.BDD not only bridges the gap between Business Analyst and developers but also between – Manual QA with Automation testers and Manual QA with Developers. Behavior Driven testing is an extension …

What is Cloud Computing? Explain in simple words?

Cloud Computing is the delivery of on demand computing services from applications to storage and processing power over the internet  rather than physically having the computing resources at the customer location. Example: AWS, Azure, Google Cloud The whole idea behind cloud computing is that instead of businesses needing to handle their own servers and data storage …

How to handle Alerts / Popups in Selenium WebDriver?

Handling Alerts/ Popups is one of the challenging tasks while automating the web application. There are mainly two types of alerts : Windows based alertsWeb based alerts As we know already, Selenium is not able to handle Window based alerts, we need to use some third party tools to get our work done. What is Alert ? …

Design a site like this with WordPress.com
Get started