Hi All,
Currently we are using Test Plan, Test Lab and Defects module to track the test execution by test cycle wise.
Now we have been asked to utilize “Requirements” module to store the project requirements and to map them to test scripts in different test cycles like FUT, SIT and UAT.
All the Project requirements should be tested in the FUT, SIT and UAT test cycles .
So we have to map the requirements for each test cycle.
Ask1: Create three custom fields FUT Status, SIT Status, UAT Status in the “Requirement” module with field values as Yet to Start, In Progress and Completed
Ask2: FUT Status, SIT Status and UAT Status fields should be updated automatically in the Requirements module when its linked test cases are passed in the respective test cycles.
Ex: When all the test scripts executed and passed in Test Lab for FUT cycle, in requirements module “FUT Status” field should be updated as “Completed” automatically and
SIT Status : “Yet to Start”
UAT Status: “Yet to Start”.
Can you please provide the sample code If any one has implemented above work flows in your projects.