Tuesday, 17 March 2020

Find element and Findelements

What are Find Element and Find Elements in Selenium? The pre requisite of Find Element and Find Elements, we need to understand what is a WebElement. WebElement is an interface, and it represents an HTML element on a web page. We can find the WebElement by searching it in the DOM source. The WebDriver API provides built-in methods for it. Find Element The Find Element helps to find a web element(one)...

Sunday, 19 November 2017

Types of Testing

Types of Testing: v  Sanity Testing: Validating the major functionality of the application is called Sanity Testing. As soon as application is required into testing environment we need to validate whether the        main functionality of the application is working fine or not. Because if the major functionality of the application is not working fine,...

Software Development Life Cycle

SDLC (Software Development Life Cycle): The process to complete software product or project that includes both testing and development.         We have different models of SDLC in industry, based on the requirements of the client only we will choose anyone of te...

Sunday, 12 November 2017

How to create testNG Programme

1. Right click on Package folder, go to TestNG and select “TestNG Class“. 2) If your project is set up and you have selected the Test Case folder before creating TestNG class then the source folder and the package name will be prepopulated...