Total Paths
Total Paths
Article summary
Did you find this summary helpful?
Thank you for your feedback
This endpoint returns a list of paths associated with the relevatn test suite and their attributes. To understand how many test paths there are within this test suite, you can do a count of the entityName attribute to get a total number of test paths within the suite.
Endpoint: /model/version/profile/testcollection/testsuite/[TestSuiteID]/testpaths/minimal
Request: GET
Response:
See above the entityName attribute. $..entityName.length() does a count of the instances of that entity.