05-03-2011, 11:34 PM
Hi Atanu,
First thing is check and choose the properties that can identify the object unique in different builds/application versions.
Second option : dynamic handling of the index value of the webtable.
Please let me know if you need any information.
First thing is check and choose the properties that can identify the object unique in different builds/application versions.
Second option : dynamic handling of the index value of the webtable.
Code:
Dim intCounter : intCounter = 0
Browser("Application").Page("Application").Frame("main_Frame").WebTable("Security").SetToProperty "index", intCounter
Do Until Browser("Application").Page("Application").Frame("main_Frame").WebTable("Security").Exist = True
intCounter = intCounter + 1
Browser("Application").Page("Application").Frame("main_Frame").WebTable("Security").SetToProperty "index", intCounter
Loop
Thanks,
SUpputuri
SUpputuri