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



How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo ..

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

How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo ..

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

Post New Answer

More QTP Interview Questions

what is database check point, how will you parameterize the database from seperate data table?

2 Answers   JPMorgan Chase,


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

0 Answers  


Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework

0 Answers  


how to get the particular chr in an array list the question is ....i have an array like this ABCD EBCF GBCH IBCJ HERE I NET TO GET ONLY "BC" FROM ALL HOW TO GET IT HELP ME ANY ONE THANKS

6 Answers   Cap Gemini,


Why do we use text checkpoint as we can make use of the same in the standard check point?

3 Answers   IBM,






When Recovery scenario actually starts while testing the application?

0 Answers   SAP Labs,


what is the command (keyboard command) to swith from expert view to key word view

3 Answers  


what is keyword driven framework in qtp.

13 Answers   Cognizant, TCS,


How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.

3 Answers  


Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

9 Answers  


Write a script to delete the a specific row (say 3rd) in a webtable.

0 Answers  


i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click

0 Answers   Rogers,


Categories