05-03-2011, 11:10 PM
need a urgent help.
I am new to QTP.I am facing a problem about object identification in QTP.
When i add a standard checkpoint.
the code is generated like
QTP can identify the WebTable object uniquely using Ordinal Identifier Type - Index and it's value.
But when if any development on this application, value of Index of WebTables are changed.
So Check Points related to the webtable are failed.
So i have to modify Index value of webtables after every new deployment.
so is it possible to set the index dynamically or any other approach which can avoid this problem.
If possible Please let me know how to do that.
Thanks in Advance...
I am new to QTP.I am facing a problem about object identification in QTP.
When i add a standard checkpoint.
the code is generated like
Code:
Browser("Application").Page("Application").Frame("main_Frame").WebTable("Security").Check CheckPoint("Security")
QTP can identify the WebTable object uniquely using Ordinal Identifier Type - Index and it's value.
But when if any development on this application, value of Index of WebTables are changed.
So Check Points related to the webtable are failed.
So i have to modify Index value of webtables after every new deployment.
so is it possible to set the index dynamically or any other approach which can avoid this problem.
If possible Please let me know how to do that.
Thanks in Advance...