SSSantosh Sonawaneinqasantosh.hashnode.dev·Sep 5, 2024 · 9 min readQA Automation 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
SSSantosh Sonawaneinqasantosh.hashnode.dev·Sep 5, 2024 · 10 min readQA Automation 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
SSSantosh Sonawaneinqasantosh.hashnode.dev·Mar 3, 2024 · 14 min readAgile Methodology - 4QA- Santosh Sonawane Q1.Describe the Differences in between: 1 - Smoke & Sanity testing Purpose: - Smoke Testing: Smoke testing is performed to check whether the critical functionalities of the software are working correctly. It aims to determine whe...00
SSSantosh Sonawaneinqasantosh.hashnode.dev·Feb 28, 2024 · 16 min readSoftware Testing -3Q.1- List down all the Models of SDLC. Ans- here's a short explanation of each SDLC model- 1. Waterfall Model: Sequential approach where development flows steadily downwards through phases like requirements, design, implementation, testing, and maint...00
SSSantosh Sonawaneinqasantosh.hashnode.dev·Feb 22, 2024 · 9 min readTest Case Design TechniquesQ1. 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 display...00