Posts

Showing posts with the label Test Documents

Test Strategy

  The problem is not that testing is the bottleneck. The problem is that you don’t know what’s in the bottle. That’s a problem that testing addresses   — Michael Bolton, author, “Rapid Software Testing” The purpose of the test strategy is to define the overall approach that will be taken by the Testing Team when delivering testing services within the business. The document helps to clarify the testing activities, roles, and responsibilities, processes and practice to be used across successive projects. Just like developers follow the Software Development Life Cycle (SDLC) likewise testers also follow the Software Testing Life Cycle which is called STLC. It is the sequence of activities carried out by the testing team from the beginning of the project till the end of the project. A good software tester is expected to have good knowledge of the STLC life cycle and its activities. https://learnqualitytesting.blogspot.com/2021/07/software-testing-life-cycle-stlc.html Is it...

Software Testing Life Cycle - STLC

Image
    “Software testers succeed where others fail.” – Anonymous. Software Testing Life Cycle is a process to conduct software testing to ensure quality goals are met and implemented. As the name stands, it is a cyclic process to ensure quality gates are met and repeated till the product is deemed suitable for release. Below is the Software testing life cycle phases: Requirement Analysis It is the first phase of software testing where testers study and analyze the available specification and requirements. In this phase usually, a requirement document is studied which has been created during SDLC. From the document, the testers analyze both functional as well as non-functional in order to get the testable requirements information.  Entry Criteria Requirement specification, Architecture document of the application, Software Development Document must be available for planning this phase. Activities List of queries and requirements needed to be clarified Product Owner, Architect...