ARAravindan Rinthearavindan.hashnode.dev·Oct 15, 2023 · 6 min readAutomation testing1. Explain the difference between selenium ide, selenium web driver and selenium grid Selenium is a popular suite of tools used for automating web browsers to perform various testing and web automation tasks. Selenium includes several components, and...00
ARAravindan Rinthearavindan.hashnode.dev·Oct 12, 2023 · 9 min readAutomation Testing1. What is the difference between automated and manual testing in software development? Automated and manual testing are two fundamental approaches to testing software in the field of software development. They have their own advantages, disadvantage...00
ARAravindan Rinthearavindan.hashnode.dev·Sep 23, 2023 · 6 min readAgile methodologyQ1. describe the differences in between : smoke and sanity testing : Smoke testingSanity testingSmoke Testing is performed to ascertain that the critical functionalities of the program are working fineSanity Testing is done to check the new functiona...00
ARAravindan Rinthearavindan.hashnode.dev·Sep 22, 2023 · 5 min readTest case design techniquesyou 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 "al...00
ARAravindan Rinthearavindan.hashnode.dev·Sep 21, 2023 · 13 min readSTLC and QA Testing1. What are the models of SDLC? The Software Development Life Cycle (SDLC) is a framework used by software developers and project managers to plan, design, build, test, deploy, and maintain software systems. There are several models of SDLC, each wit...00