
Similar Posts

How to develop automation tests with TestProject?
Welcome back to TestProject tutorials. In the last tutorial, we talked about TestProject. As we discussed, TestProject is a comprehensive automation tool that provides capabilities to automate web, mobile, and API applications. It is a tool built on top of Selenium and Appium, which allows QA engineers to effortlessly test web applications along with Android and iOS….

Check Box, Radio button – Selenium Webdriver Free Training
Welcome back to Selenium Webdriver free training. In the last tutorial, we talked about Multi-Browser testing. By performing Multi Browser testing, you can test your web app on different browsers. Read Cross Browser Testing Let’s move ahead and discuss how to select the checkbox and radio button. What are the checkbox and radio button? The…

What is a Test Scenario? Manual Testing Free Tutorial
Software testing is a process to find out the software bugs in a program or application. It can be stated that the process of validating and verifying a software program or application or product that meets the business and technical requirements. Software testers write test scenarios to identify bugs or faults in a piece of…

Switching Iframes – Selenium Webdriver Training
Welcome to Selenium Webdriver Free Training. Last time, we dug out the following points. What types of alerts? How to manage alerts? What are the different methods for different alerts? Selenium script for each alert. If you missed or didn’t get time to read, here is a link to get the information about the points….

What is Smoke Testing? Software Testing Tutorials
Smoke testing, also known as build verification testing, can be used as a verification method to ensure that the product is stable and 100% functional. In other words, it is the easiest method available to test all the functions of an app. In order to ensure that the various software functionalities work in the intended way,…

What is Data-driven Testing? Selenium WebDriver Tutorial
Imagine a situation where you have to test an application with many input fields. Usually, you would hard-code those inputs and test them. However, hard-coding will be ineffective at scale. When you have to run through many permutations of acceptable input values for best-case, worst-case, positive, and negative test scenarios, hard-coding inputs will become cumbersome,…