1
votes

Is there any relationship between a configuration and an automated test? Example if I had a Test to click on a button on a webpage (automated) and wanted to run tests on Edge and Chrome.

If I then setup 2 configurations for each Browser and associate them to the test suite. (I see 2 test cases one each for each configuration). When I select run automated test from the UI, I don't see the configuration passed into the Release pipeline details (used REST API to check)?

Regards.

1

1 Answers

0
votes

You can view the relationship on test runs page. Here are my steps:

1.Run automated test from the UI: enter image description here 2. Click view test run button:

enter image description here

3.You can see the find the outcome by configuration on test runs page: enter image description here