← Back to Home
Azure DevOps Board: Basics to Advanced
π What is Azure DevOps Board?
Azure DevOps Boards is a work tracking system from Microsoft to manage software development tasks, bugs, user stories, and test management in one place. It supports Agile, Scrum, and Kanban frameworks.
β
You can explore more about it here:
Azure DevOps official site.
π Why use DevOps Boards?
- β
Manage backlogs, sprints, and tasks visually
- β
Integrate with pipelines for continuous integration and deployment
- β
Provides traceability between requirements, tasks, and bugs
- β
Supports collaborative workflows with testers, developers, and product owners
- β
Includes powerful reporting tools
π How to Access DevOps Boards
- π Go to https://dev.azure.com/
- π Log in with your Microsoft work account
- π Create or select an organization and project
- π Use the left-side menu to find βBoardsβ
π How to Create Test Plans in DevOps Boards
- β
Navigate to Test Plans in the left panel
- β
Click βNew Test Planβ
- β
Give it a name, area path, and iteration
- β
Add static or requirement-based test suites to group related tests
- β
Save the plan
π How to Create Test Cases in DevOps Boards
- β
Inside a Test Plan, click βNew Test Caseβ
- β
Add a title, priority, and description
- β
Define test steps: action and expected result
- β
Link to requirements if needed
- β
Save the test case
π Executing Test Cases
- π Open the test plan
- π Select the test suite
- π Click βRun for web appβ to execute tests
- π Mark Pass/Fail for each step and add evidence (screenshots/notes)
- π Results are stored for reporting and metrics
π Importing & Exporting Test Cases
- β
Use Azure DevOps Test Plans extension or REST API for imports
- β
Simple bulk import via Excel with the βTest Case Migratorβ plugin
- β
Export test cases to Excel or CSV from the query results grid
- β
Always check field mapping before importing large data sets
π Pro Tips
- β
Keep test titles meaningful and short
- β
Group tests into suites logically (e.g., Smoke, Regression, Performance)
- β
Use tags and priority fields to make searching easier
- β
Train your team on boards, sprints, and queries to maximize value
π Common Mistakes to Avoid
- π« Forgetting to assign ownership to test cases
- π« Using unclear test titles that confuse readers
- π« Not updating results after execution
- π« Mixing unrelated test cases into one test suite
- π« Failing to link test cases to requirements for traceability