Friday, April 17, 2020

Azure DevOps Test Plans

Azure Test Plans or the Test hub in TFS provides three main types of test management artifact: test plans, test suites and test cases. These are stored in your work repository as special type of work items, allowing you to export and share them with your team, and benefit from close integration for all of your DevOps tasks.

Test plans  are used to group together test suites and individual test cases. This includes static test suites, requirement-based suites and query-based suites.

Test suites are used to group test cases into separate testing scenarios within a single test plan.This makes it easier to see which scenarios are complete.

Test cases are used to validate individual parts of your code or app deployment to ensure it performs correctly, has no errors, and meets business and customer requirements. You can add individual test cases to a test plan without creating a test suite if you wish. Test cases can be referenced in more than one test suite and test plan, meaning you can effectively reuse them without needing to opy or clone them for each suite or plan.


No comments:

Post a Comment