Automation Testing1.Explain the difference between Selenium IDE, Selenium WebDriver, and Selenium Grid Selenium is a suite of tools designed for automating web browsers. It comprises several components, each serving different purposes in web application testing. The m...May 31, 2024·6 min read
Task -4 : Agile MethodologyWrite a blog on below question. Q1. Describe the Differences in between: Smoke & Sanity testing Smoke TestingSanity Testing *Shallow level testingDeep level testing *It is a Build verification testing where testing is done to check if requi...Mar 4, 2024·2 min read
Test Case Design TechniquesTask Description: Q1. You are testing a form that allows users to schedule appointments with a doctor. The form has the following fields: first name, last name, email, phone number, and appointment date/time. Some more inputs: • If any field is blank...Feb 24, 2024·4 min read
Testing Methodologies & SDLCSoftware Testing: Testing is a way to assess the quality of a software and to reduce the risk of software failure. Types of Testing: Dynamic -Testing in which we execute the product and find any defects. Static - We will not execute the product but...Feb 17, 2024·2 min read