KKarthikinkarthikblog.hashnode.dev·Dec 5, 2023 · 4 min readTest Case Design TechniquesQ1 decision table FieldsFirst namelast nameemailPhone numberAppointment date time Conditions Input1"blank""blank""blank""blank""blank" Action1"All fields are required" | "All fields arerequired" | "All fields arerequired" | "All fields a...00
KKarthikinkarthikblog.hashnode.dev·Oct 25, 2023 · 2 min readTask 15 - Automation TestingDifference between IDE, Webdriver and Grid. Selenium IDE Selenium IDE (Integrated Development Environment) is primarily a record/run tool. It is an Add-on or an extension available for both Firefox and Chrome that generates tests quickly through it...00
KKarthikinkarthikblog.hashnode.dev·Oct 24, 2023 · 2 min readAutomation Testing.Difference between manual testing and software testing Manual testing is done by humans without any test script, while automation testing is done by computers using test automation tools and frameworks Manual testing is less accurate and more time-...00
KKarthikinkarthikblog.hashnode.dev·Sep 28, 2023 · 4 min readSTLC & QA TestingModels of SDLC Below are the models of SDLC Waterfall model Agile Model iterative Model Spiral model V-shaped model STLC stands for Software Testing Life Cycle, which is a process of testing software in a systematic and planned way. The stage...00
KKarthikinkarthikblog.hashnode.dev·Sep 22, 2023 · 2 min readAgile methodologyDescribe the difference between smoke and vanity test. Smoke Testing has a goal to verify “stability” whereas Sanity Testing has a goal to verify “rationality”. Smoke Testing is done by both developers or testers whereas Sanity Testing is done by t...00