DMDeva Mohanindevamohan987.hashnode.dev·Sep 28, 2023 · 3 min readAutomation Testing (task 15)1.Explain the difference between Selenium IDE, Selenium WebDriver, and Selenium Grid ? Selenium IDE : Selenium IDE (Integrated Development Environment) is primarily a record/run tool that a test case developer uses to develop Selenium Test cases. Sel...00
DMDeva Mohanindevamohan987.hashnode.dev·Sep 28, 2023 · 6 min readAutomation Testing (task 14)1.What is the difference between Automated and Manual Testing in Software development ? The difference between manual and automated testing is that in manual testing , you perform the tests step without the help of tools, whereas in automat...00
DMDeva Mohanindevamohan987.hashnode.dev·Jul 31, 2023 · 4 min readTask - 2If any field is blank, we should display "All fields are required" If the email is invalid, we should display "Please enter a valid email" If the phone number is invalid, we should display "Please enter a valid phone number". If the appointment da...00
DMDeva Mohanindevamohan987.hashnode.dev·Jul 24, 2023 · 2 min readAgile Methodology1 a.Differencce between Smoke and Sanity Testing? Smoke Testing : 1.It is used to perform to ensure that the critical functionalities of the application are working fine. 2.This Testing is done at the initial level. 3.It is performed by the developer...00
DMDeva Mohanindevamohan987.hashnode.dev·Jul 24, 2023 · 2 min readStlc & Qa Testing1.List down all the models of SDLC? Waterfall Model,Iterative Model,Spiral Model,V-Model,Agile Model. 2.What is STLC ? Also explain all stages of STLC? Software Testing Life Cycle(STLC) is a process used to test software and ensure that quality stand...00