STLC

What is STLC?

Software Testing Life Cycle (STLC) is a sequence of different activities performed during the software testing process.

STLC Model image

1. Requirement Analysis:

During this phase, test team studies the requirements from a testing point of view to identify the testable requirements.

2. Test Planning:

In this stage, a Senior QA manager will determine effort and cost estimates for the project and would prepare and finalize the Test Plan.

3. Test Case Development:

In this phase involves the creation, verification and development of test cases & test scripts.

4. Environment Setup:

Test environment decides the software and hardware conditions under which a work product is tested.

5. Test Execution

During this phase, the testers will carry out the testing based on the test plans and the test cases prepared.

6. Test Cycle Closure:

Testing team will meet, discuss and analyze testing artifacts to identify strategies that have to be implemented in the future, taking lessons from the current test cycle.











Comments

Popular posts from this blog

Explicit Wait, Implicit Wait, Fluent Wait in Selenium using C#

Assertion

CI/CD Pipelines & DevOps