How do you test the different ads displayed in the Inbox
home page of Yahoo.
Once u login Yahoo mail, in inbox page there will a banner,
where different ads are scrolling, how do you test that
using qtp?
Answers were Sorted based on User's Feedback
Answer / tathagata mukherjee
By Using Descripttive programming you can resolve this
proble.
set img_obj =Description create
img_obj("html tag").value="IMG"
img_obj("class name").value="Image"
img_obj("image type").value="imagelink"
Browser("title:=.*").Page("title:=.*").Image
(img_obj,"index:=*").click
It will the generic code to click any image link
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saff
if u insert pagechekpoint to thatpage it will show all the
links and thier sourses
| Is This Answer Correct ? | 0 Yes | 2 No |
How does QTP identify an object?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
In QTP how to interact tool and application build?
How to test results for qtp ?
What is checkpoints for quicktest professional (qtp)?
what is profile tool?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
what all are the coverages , explain ?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
What is the advantage of associating a procedure with a test object?