Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Okay, do you're using keyword tests.
Instead of using the property checkpoint from the menu, use the option from test actions called "Call Object Method". When prompted, type in aqObject as the object and select "CheckProperty" as the method. The list of parameters will be displayed. Select On Screen Object as the mode for the Object parameter, enter a string corresponding to the desired property, and then, for value, select Table Data as your mode and select the table and column you wish to use. See the screenshot below.
Instead of using the property checkpoint from the menu, use the option from test actions called "Call Object Method". When prompted, type in aqObject as the object and select "CheckProperty" as the method. The list of parameters will be displayed. Select On Screen Object as the mode for the Object parameter, enter a string corresponding to the desired property, and then, for value, select Table Data as your mode and select the table and column you wish to use. See the screenshot below.
priyalmistry4
8 years agoOccasional Contributor
I am using the above steps for Property Checkpoint using Call Method Object but I donot find the 'Text' property in mylist.
Also, I want to modify my object to read the data (url) from Date driven loop since my environment changes even though the content is same.