Skip to content

Commit 1eece09

Browse files
authored
Update README.md
Fixed problem with link to Postman docs.
1 parent 35b7028 commit 1eece09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We're going to do the following:
2525

2626
## Write some tests against them
2727
(Again, you can skip doing any work here by just importing our [completed collection](https://github.com/bendalby82/azure-devops-rest-api/blob/master/postman/HSBC.postman_collection.json))
28-
1. Postman has excellent documentation on how to write tests [here](https://github.com/bendalby82/azure-devops-rest-api/blob/master/images/02-Basic-Requests-Are-All-Green.png) - but we want a nice mixture of performance tests, status tests and data tests. Note the use of the `pm.info.requestName` property, which will make our tests easier to read further down the line:
28+
1. Postman has excellent documentation on how to write tests [here](https://learning.postman.com/docs/postman/scripts/test-scripts/) - but we want a nice mixture of performance tests, status tests and data tests. Note the use of the `pm.info.requestName` property, which will make our tests easier to read further down the line:
2929
![JavaScript tests](https://github.com/bendalby82/azure-devops-rest-api/blob/master/images/03-Write-Some-Test-Cases-With-Data-Check.png)
3030

3131
2. Make sure all of our requests have at least some tests against them:

0 commit comments

Comments
 (0)