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 / kumar
hi vineela
using the Analog Recording mode we have to record each
and every possible position of the Image in the page.
In this secnario the image position is not fixed in the
page,so it will be in position 1 or 2 or 3 or 4 or 5or 6 or
7 or 8 ................
so we can't handle this using recoridng mode options.
Go for Descriptive programming(Answer1), irrespective of
the position it will identify the image in the PAGE.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many types of Automation frameworks are there in UFT? Describe them.
Where you get the run time data table?
How can get count of list box?
What are the Application Functions available in QTP?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What are the steps involved in the recovery scenario wizard?
Explain the use of action split in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Explain how you can delete excel file in qtp?
What are the disadvantages of recording test cases in qtp?
if numbers are always changing write a script for that
Explain process of smart Identification in QTP?
What is difference between shared and local object repository?
Can you list some technologies that support qtp?
What is action? How many types of actions are there in qtp?