Pradeep K Apradeepanand.hashnode.dev·Jul 27, 2024STLC & QA TestingAll Models in SDLC we have Waterfall, V-Model, Incremental Model, Spiral model, Prototype model, Agile Model, Kanban and many other model. What is STLC and its stages? STLC is Software Testing Life cycle, it is a set of steps followed to ensure qu...DiscussSDLC
DURGAPRASAD KOMATIprasad999.hashnode.dev·May 22, 2024Task 141Q.what is the difference between automated and manual testing in software development ? Manual TestingAutomation Testing It is manually evaluating software programs to find problems.It involves using tools and scripts to run tests. It depend...DiscussManual vs Automation Testing
P Kpreetharajendran.hashnode.dev·May 5, 2024Manual vs automation testingManual testing Manual testers simulate all steps of a user journey and check that users see exactly what they need to see and that an application sends and processes requests as it is supposed to. Major benefits of manual testing: User perspective:...DiscussTesting
Aditya Tomaraditomar.hashnode.dev·Jan 6, 2024Manual Vs Automation Testing: Striking the Right BalanceIn the ever-evolving landscape of software development, the battle between manual and automation testing has been a perennial one. Each approach brings its own set of advantages and disadvantages to the table, making the choice between them a critica...Discuss·2 likesManual Testing