You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Folder level functions](#folder-level-functions) for test initialization
27
+
*[Primary test functions](#primary-test-functions) for testing request results
28
+
*[Data validation functions](#data-validation-functions) for checking data returned from requests
29
+
*[Trace functions](#trace-functions) for trace logging
30
+
*[General purpose functions](#general-purpose-functions) for miscellaneour operations
31
31
32
32
## Folder level functions
33
33
Use folder level functions to run test or pre-request code attached to test collection folders (not request scripts). Folder level functions are grouped under the `utils.run` namespace and include:
Use to run negative tests. By default, it will check the response's HTTP status code against the specified value. If the returned HTTP status code matches the expected value, this function will call additional custom code if one is specified via the `process` parameter.
129
+
Use to run positive tests. By default, it will check the response's HTTP status code against the specified value. If the returned HTTP status code matches the expected value, this function will call additional custom code if one is specified via the `process` parameter.
The undocumented functions and properties are intended for internal use and unless you want to extend or rewrite the framework, you should not care about them.
725
+
The undocumented functions and properties are intended for internal use and unless you want to extend or rewrite the framework, you should not care about them.
0 commit comments