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.
Answers were Sorted based on User's Feedback
Answer / raj kumar
This is the correct answar
Var= Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Exit
If Var= True then
Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Click
Else
Msgbox " No image on page"
endif
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naren
V can identify the image using below DP irrespective of its
position.
Browser("xx").page("xx").image("file name:=xx.gif").click
Since the image file name will be unique
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kumar
regular expression can be used when the image name
consider as pic1 , changed to pic2 or pic3.
but in this secnario , position of the image is changing.
so need to identify the object dynamically.
answer 1: can resolve this issue......
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / 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 |
Answer / neeraj kumar
Hi! Mvkumar123
To resolve this issue we will use regular expression. QTP
provides regular expression to identify an objects,having
changing values....
Regards
Neeraj Kumar
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / kumar
Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Click
here in image(). give the unique properties of that image.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / vineela
Hi Kumar,
In Analog Recording mode we can identify the objects with
window coordinates. It doesn't matter where the picture is
on desktop, but by default is Context Sensitive mode so we
need to change to Analog recording mode for that particular
step.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / alok
Hi,
Your's problem will be solveed by using virtual object
concept.
| Is This Answer Correct ? | 0 Yes | 9 No |
in howmany ways you perfrom batchtesting
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
How many types of parameters are available in quicktest professional?
What is the difference between local and shared object repository in qtp?
Please give me the steps to carry out datadriven in QTP8.2
How to open any application during Scripting?
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What is difference between version 6.5 and 8.2 in QTP?
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp