May 2018
Intermediate to advanced
334 pages
7h 25m
English
To run tests, you need to make sure that your APIs are running and accessible using the URL. To do so, use the CLI to complete the following steps:
You should now a screen similar to the one in the following screenshot:

Follow these steps to run tests using Visual Studio Test Explorer:
This will run all the tests; you should see an output similar to the following screenshot:
We can also check the exact time taken for a request to be completed by individual APIs. To ...