question

Nick12 avatar image
Nick12 asked Nick12 commented

Landslide API: VSA configuration

I'm attempting to use the Landslide TCL API through iTest. I have been able to set up and save a test case. How do I set any of the VSA configuration? Preferably it would be configuring an existing configuration, but if necessary I can create one. My understanding of the command (from the documentation) is that the actual configuration is under the "AttrInfo" sub object under the parameter class "Vsa". If correct, how do I navigate to AttrInfo and how would I choose an existing configuration? Thanks
iTestapiLandslideNTAF
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Yaseen avatar image
Yaseen answered Nick12 commented
The hierarchy follows as below, SessionHandle -> TestGroup -> TestCase -> Parameters -> VSA -> AttrInfo Please refer to below screen shot showing the sequence of steps I followed to reach AttrInfo object. Here java0x1 is the session handle, returned after we retrieve the required session from library. ![alt text][1] Hope it helps! Thanks! [1]: /storage/temp/4387-ls.jpg

ls.jpg (110.4 KiB)
2 comments
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Nick12 avatar image Nick12 commented ·
Yaseen, Thank you that was very helpful. How would I edit a value within the last get statement? I tried doing ls::config $AttrInfo0 -value "Test" where $AttrInfo0 is the part of the response from the second to last step. I'm assuming I have to navigate specifically to it, but I'm unsure of how to do that, specifically in iTest. Thanks
0 Likes 0 ·
Nick12 avatar image Nick12 Nick12 commented ·
Yaseen, Nevermind, there was just some syntax errors trying to run it through iTest, thank you.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.