Test plans, test suites, and test cases
In Azure DevOps Test Plans, you can create and manage test plans and test suites for sprints or milestones that are defined for your software development project. Test Plans offers three main types of test management artifacts: Test plans, Test suites, and Test cases. These artifacts are all stored in the work repository as special types of work items and can be exported and shared with the different team members or across different teams. This also enables the integration of the test artifacts with all of the DevOps tasks that are defined for the project.
The three artifacts have the following capabilities:
- Test plans: A test plan groups different test suites, configurations, and individual test cases together. In general, every major milestone in a project should have its own test plan.
- Test suites: A test suite can group different test cases into separate testing scenarios within a single test plan. This makes it easier to...