I want ot use the keyword test to find a list of objects, and then loop through the array of objects to nail down the specific one.
Is there a way to save the array of objects in the variable?
Solved! Go to Solution.
This should help you out:
https://support.smartbear.com/testcomplete/docs/testing-with/variables/data-types/table.html
Thank you Marsha!
@lingling_chiang was the article helpful for your situation? Please let the Community know if you require anymore assistance
Not what I am looking. In the keyword test, the variable tab, the list of variable does not have the option of array.
It seem the only way is the scripting.
Also, an Array is simply a kind of object... so... assign it to an object.
Thanks for the information. i give a try again. Thanks