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
What are the properties you would use for identifying a browser and page when using descriptive programming?
How do I get the QTP scripts result in xml format by using vb script function?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Object repositories types, which and when to use?
What is the short cut keys for the following?
what type of automation is follwed in the project?
Explain the types of object repository?
Both static and dynamic arrays are handled by the vb script. Is it true?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How to open a new test using quicktest professional?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How can I change object description or check point values in qtp?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How to use Environment parameterization? Explain with an example.