ASAravindhan Sinarav911.hashnode.dev·May 19, 2024 · 9 min readAutomation Testing - Part 2Question 1: Explain the difference between Selenium IDE, Selenium WebDriver and Selenium Grid. Selenium, the open-source automation testing tool, has become a cornerstone for software testing professionals worldwide. However, its various components—S...00
ASAravindhan Sinarav911.hashnode.dev·May 12, 2024 · 10 min readAutomation Testing - Part 1Question 1: What is the difference between Automated and Manual Testing in Software Development? In the realm of software development, testing plays a pivotal role in ensuring the quality and reliability of the final product. Two primary approaches d...00
ASAravindhan Sinarav911.hashnode.dev·Mar 4, 2024 · 11 min readAgile MethodologyQuestion 1: a. Difference Between Smoke and Sanity Testing Introduction: In the realm of software development, testing plays a pivotal role in ensuring the reliability and functionality of applications. Among the various testing methodologies, smoke ...00
ASAravindhan Sinarav911.hashnode.dev·Feb 27, 2024 · 10 min readSDLC and QA TestingQuestion 1: List down all the models in SDLC. Solution: In the Software Development Life Cycle (SDLC), various models guide the development process. Here are some commonly used SDLC models: 1. Waterfall Model: A linear and sequential approach where e...00
ASAravindhan Sinarav911.hashnode.dev·Feb 27, 2024 · 4 min readTest Case Design TechniquesQuestion 1 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, we should...00