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?
Answer Posted / 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 |
Post New Answer View All Answers
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Explain advantages and disadvantages kdf?
What are the views available in quicktest professional?
Hi All, I need code for how to execute qtp scripts from excell sheet
How do know the number of browsers opened?
Explain types of descriptive programming?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Connect to QC using AOM.
Where is the Bitmap checkpoint information stored?
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
What is the quicktest professional (qtp) testing process?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Discuss quicktest professional (qtp) environment?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!