Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Steps
UI Step

Review Requirements & Create Tests

When the development is done, testers must review requirements in order to create test cases. Each requirement should be covered by a specific test.

To know how to create tests with Xray check the Writing Tests module.


UI Step

Create the Test Plan


After creating Tests, you should create the Test Plan.

You should create a Test Plan assigned to the version currently being developed and that is going to be the next release.

Even if you have multiple testing cycles, one Test Plan is enough. 

You can, as well, create different Test Plans to aggregate different tests types ( like security, performance, functional) and track progress in different perspectives.

To know more on how to create Test Plans with Xray check the Planning Tests module.

UI Step

Schedule Test Executions

You can schedule multiple Test Executions, from the Test Plan or create a Test Execution and add Tests that you are going to perform.

In the waterfall methodology, there is no great advantage of creating execution directly from requirements ( using Sub Test Executions), because you are performing tests for all requirements in the same moment. 

What can be extremely useful is the ability to create executions only for tests that have failed, as you are probably going to have several testing cycles. 



To know more on how to create Test Executions with Xray check the Executing Tests module. 


UI Step

Track progress

You will need to track progress of all your Tests and decide if you are ready to Releaserelease. You can do this by using reports like: 

  • Overall Coverage Report, for evaluating the current coverage status of the coverable entities (e.g. requirements)
  • Traceability Report, to quickly filter out relevant entities based on their coverage, check the runs of related Tests and reported defects
  • Test Executions Report and/or Test Plans Report, as a means to see the results obtained on different environments, on different revisions of the SUT, and to check the reported defects if they're still to be resolved or not. 


Learn more about Tracking Progress & Reporting at the module.