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)
Answers were Sorted based on User's Feedback
Answer / ashish wadhwa
We can add one square image in Object repository and let's
say that its file name is "square.gif". Mow while
recognising circle and rectangle, we can set the file names
dynamically in our code to "circle.gif" for circle
and "rectangle.gif" for rectangle respectively.
Ist this a satisfcatory answer? Hopefully....
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / 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 |
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
what is the silent mode in WR?
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
How to capture text from image to word
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Hi, I Would Like to Know which is the Best QTP Certification Training Institute in Hyd? Thanks in Advance kishan
How to capture screenshots of Exceptions/Errors during run- time?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
can we run the scripts of qtp 8.2 in the qtp7.0?
what is the difference between the modular framework and datadriven frame work