I'm quite new at QTP. Im doing a web-based app testing. I
create something new item and a new link is created in the
home page. This link is dynamic as it changes every 3
seconds. Obviously the new link is not in my Object Repo
and I am trying to find a way how can I do a check or get
the propery of the link I created. I can do it on keyword,
but I need to do a check on expert mode, vbscript. I always
get an error that is not identified whenever i try to check
it (browser(b),page(p).link(newlink). Any idea?
Answer Posted / pravati
use Descriptive dynamic programming and use the property in getroproperty which is same for every new link.also use smart identification,and Regular Expression
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give me some real time point of way where exactly we can conduct audits?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What are the advantages of Object Repository?
What are the key points to create a framework in QTP for oracle forms?
how will you load the test cases in ddt?
What is the default add-ins in qtp?
how to find that tools work well with your existing system?
If I change the object name in one action will it be updated in all the actions? Or not?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Where you get the run time data table?
How to create runtime property for an object?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
How to find operating system information using the qtp script?
How will you find the current time of the remote machine using QTP script?