VJVenkatesh J Minautomationtestingwithjava.hashnode.dev·Feb 27, 2024 · 6 min readTask-15: Automation testing1)Explain the difference between Selenium IDE, Selenium WebDriver, and Selenium Grid ? Selenium is a suite of tools primarily used for automating web browsers. Each component of Selenium serves a different purpose in the testing process: Selenium ID...00
VJVenkatesh J Minautomationtestingwithjava.hashnode.dev·Feb 22, 2024 · 13 min readTask-14:Automation testing1)What is the difference between the Manual and automation testing in the software development? Manual testing: Manual testing is a type of testing in which we do not take the help of any tools (automation) to perform the testing. In this testing, te...00
VJVenkatesh J Minautomationtestingwithjava.hashnode.dev·Jan 30, 2024 · 3 min readTask-5:Test Case and Bug Reporting1)Write as many test cases as you can for a given scenario using Excel sheet.The Excel sheet should include the following columns: Website Link:https://in.bookmyshow.com Test Scenario ID(Requirement Matrix/User Story): A unique identifier for each te...00
VJVenkatesh J Minautomationtestingwithjava.hashnode.dev·Jan 24, 2024 · 6 min readTask 4 :Agile MethodologyDescribe the Differences in between: 1) Smoke & Sanity testing 2) Validation & Verification Ans: 1) Smoke Testing vs. Sanity Testing: Smoke TestingSanity Testing Smoke Testing is performed to find the critical functionalities of the program is...00
VJVenkatesh J Minautomationtestingwithjava.hashnode.dev·Jan 24, 2024 · 10 min readTask 3: STLC and QA Testing1) List down all the Models of SDLC. There are several Software Development Life Cycle (SDLC) models, each with its own set of principles and practices. Here are some commonly used SDLC models: Waterfall Model: A linear and sequential approach where ...00