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 |
What frame work ur using in QTP in ur current company?
give me an example where u used good judgement and logic in solving a problem
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
What is the difference betweent test and component?
what is check point?
Tel me what was the automation testing process you followed?
How to retrieve particular cell data in excel sheet ?without importing method.
Why divide a test into three action calls?
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
I had created the new virtual objects for web application buttons. how to add those virtual objects into object repository. Previously i had used Gui map in winrunner for capturing virtual objects for web application. Please help me regarding this. need your answer quickly
what are the Common Problems in S/w development process
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?