Fahad Chandiodevopinsights.hashnode.dev·Sep 7, 2024My Week 2 in Software TestingThis week has been all about diving deeper into software testing, and I’ve picked up some really interesting concepts and techniques that I’m excited to share. Exploratory, Adhoc, and Monkey Testing First up, I got into exploratory, adhoc, and monke...TestingTechnique
khushnumakushnuma.hashnode.dev·Aug 1, 2024Software Testing Life Cycle (STLC): A Comprehensive GuideIn the realm of software development, ensuring the quality of a product is paramount. STLC is a systematic process that helps in identifying defects and improving the overall quality of software applications. Whether you’re pursuing a Software Testin...STLC Guide
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 2, 2024Understanding Manual Testing in Software DevelopmentWhat is Software Manual Testing? Manual testing is a fundamental aspect of software development. It's a process where testers manually execute test cases without using automation tools. Let's dive into the details of software manual testing to unders...Testing2Articles1Week
Jameel Mjam17.hashnode.dev·May 12, 2024Task 3- STLC & QA TestingQ1. List down all the models of SDLC. Waterfall Model: In this model, each phase must be completed before the next phase begins. It proceeds sequentially through phases such as requirements, design, implementation, testing, deployment, and maintenanc...STLC
Jameel Mjam17.hashnode.dev·May 12, 2024Task 1: Testing methodologies and SDLCQ1. What are different types of testing? Testing: Testing is the process of executing a program to find errors. To make our software perform well it should be error-free Different Types of Software Testing Manual Testing Automation Testing Manual ...Testing
RamprasathSivakumarmanualtest.hashnode.dev·May 8, 2024STLC and QA TestingQ1.List down all the models of SDLC. Waterfall Model V-Shaped Model Iterative Model Spiral Model Big Bang Model Agile Model Waterfall Model: The waterfall Model is a linear sequential flow. In which progress is seen as flowing steadily downwards th...QA
P Kpreetharajendran.hashnode.dev·May 5, 2024What is STLC? Also, Explain all Stages of STLC.STLC, or Software Testing Life Cycle, is a set of sequential activities carried out during the testing process to guarantee quality and compliance with the requirements. Software Testing isn’t just an isolated event that occurs once the code is writt...phases of stlc
P.Dhivyabharathidd97.hashnode.dev·Apr 24, 2024STLC & QA Testing.Q.NO.1. List down all the models of SDLC. Models of Software Development Life Cycles are, Waterfall Model, Agile Model, V- Model, Spiral Model, Iterative Model, RAD Model, Big bang Model, Incremental Model and Prototype Model. Waterfall Model: \>The ...1 likeSTLC
DURGAPRASAD KOMATIprasad999.hashnode.dev·Feb 29, 2024Task-3 Manual testing1.List down all the models of SDLC Ans : Models of SDLC Waterfall Model: A universally accepted SDLC model. Sequential phases: requirements analysis, design, implementation, testing, integration, and maintenance. Linear progression from one pha...qc and qa
DURGAPRASAD KOMATIprasad999.hashnode.dev·Feb 13, 2024Task-11Q what are types of testing methods 1.static testing and dynamic testing: Static testing is testing, which checks the application without executing the code. It is a verification process. Some of the essential activities are done under static testin...waterfall and agile