Skip to content

Latest commit

 

History

History
 
 

Day6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Azure Test Plans 🔬

Check out the video below for Day6 👇

Day6/16 - Azure Test Plans

image

Manual and Exploratory Testing ✏️

Planned Manual Testing

Designated testers and test leads organize tests into plans and suites.

User Acceptance Testing

User acceptance testers ensure the delivered product meets customer requirements.

Exploratory Testing

Developers, testers, UX teams, and others explore the software without predefined test plans.

Stakeholder Feedback

Testing by external stakeholders, like marketing and sales teams, using the browser-based extension Azure Test Feedback.

Automated Testing 🤖

Integration with Azure Pipelines 🚀

Azure Test Plans works seamlessly with Azure Pipelines for continuous integration and deployment (CI/CD).

Result Capture and Review 📃

Pipeline tasks capture and publish test results, which can be reviewed using progress and pipeline reports.

Traceability 🔗

Linking to User Stories/Requirements

Test cases and suites are linked to user stories, features, or requirements for end-to-end traceability. It helps in tracking the quality of requirements.

Reporting and Analysis 📈

Configurable Tracking

Progress can be tracked through configurable charts and test-specific widgets on dashboards.

Built-in Reports

Various built-in reports, such as Progress reports, pipeline test result reports, and Analytics services, aid in result tracking and progress monitoring.

Running Tests 🏃

Options

  • Test Runner: for web and desktop
  • Mark test passed or failed
  • Capture the results

Test and Feedback Extension 🔎

Gather results in the form of screen recording and capture.

Access level

  • You should have Basic + test plan access to execute, create, and publish test cases

  • To execute the test cases using Test Runner, you should have at least basic access

  • To run exploratory testing with the Feedback extension, you should have stakeholder access

    image

Test Plan 📋

  • Group of test suites and test cases

Test Suites 📦

  • Group of test cases into separate test scenarios

Test Cases ✔️

  • Actual steps to test an application

Shared Steps 👬

  • Steps that can be shared across test cases