At what stage of Software development life cycle we can start writing Master Test Plan? Is it Testing stage or at design stage or specification & requirement analysis phase?
RE: At what stage of Software development life cycle w...
Hi all
Test plan is prepared after getting client requirements document like SRS. After analyzing this SRS BDD will be prepared. After preparation of this document Test Strategy will be released by PM to testing team. Depending on this Test plan will be prepared by TL. After that only we'll start analyzing the BDD and we have to get total command on it. then only we can write test cases depending on BDD which is also called as test design stage.
RE: At what stage of Software development life cycle w...
Hi As and when Design spec's are prepared ( HLDD's) programmers try to physically construct a software ( prototype-> application lacking functionality).. This prototype is sent to Testing team by analysing this Test Lead or Test Engineers prepare Test Plan and Test Cases respectively...Ravi