- Subscribe to RSS Feed
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Traverse the Object Hierarchy
|
The following script provides an example of how to traverse the SOASTA CloudTest Object Model. Since both Note: Use the following links to download and import the XML for the entire Object Hierarchy Composition or just the Object Hierarchy Script or copy and paste the script code from here. XML can be imported using the Etc. menu (...) > Import command. If you import this entire composition, you will need to change the target’s URL to use your CloudTest server name (or IP address) instead of “localhost”. You can do so by opening the Object Hierarchy target in Central list > Targets and replacing the text in the URL field. Refer to Script to learn how to add a script to a test clip and test composition. |
![]() |
|
var tree = ""; |
|
function displayItem(item, indent)
|
|
|
|
|
|
|

