Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
QTP Script for runtime changing objects
How i can write the script for the runtime changing objects
For Example My webtable name is "Wtable"
Its containing n number of links "120 orders" "130 orders" "100 orders".......
These orders text will dynamically changing like "120 orders" can be change as "121 orders"
In this how can i write code for click these links in this webtable
First i count the child objects in "WTable"
Its now written 3
It may be change as 4 or 5 in Run time (no prob for count its takes the value)
But i cant write the code for click these links dynamically
If i write the code Browser(B).Page(P).Link("120 orders").click (Runtime this text may change)
So i have to write this script in this childObjects count function itself.
Is it possible?
Plz help me.
Thx & Regards
Punitha
Profile Answers by Punitha.R Questions by Punitha.R
Questions by Punitha.R answers by Punitha.R
Related Answered Questions
Related Open Questions