1.How recognize QTP Dyanamic Image?
(suppose tha wedpage contains 3 logos..1 square 2.circle
3.rectangel)there changing at same position how to capture
that)
Answer Posted / shilpa reddy
first of all u need to observe the exact time gap b/w the
appearance of one figure to another figure.apply this time
gap in ur script by using wait(time in seconds) method
wherever u required and capture that object.I didnt tried
with this,but this is my thought,i dont know how far it
will work.lets try this.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How will internal and external links be validated and updated? how often?
What are the common defects found in your project? (in qtp interview)
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Should have experience in framework means?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How to remove the associated function library?
how to do the batch testing in test director using manual testing procedure?
What are the two types of repositories available, explain them?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the quicktest professional (qtp) testing process?
Difference between copy to action and call to action?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))