I have one bitmap image in my webpage. The bit map image is
moving like 1 place to 2nd place and 2nd place to 3rd place
Etc… in my webpage.
I wanted to write script for dynamical objects like above
example.
Could you please send me the answer for above query.
Answer Posted / neeraj
is it correct answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between local and shared object repository in qtp?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Generic function to search for the unique link in webtable and click on it
What is keyword driven framework?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How many ways we can parameterize data in quicktest professional?
What is a recovery scenario?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How to associate shared object repository to test in qtp?
The hybrid framework can be implemented for any application. Is it true?
Will down time for server and content maintenance/upgrades be allowed? how much?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.