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
In Remote acess server how u run a test?
Explain measuring transaction.
How you can write contexts to text file in qtp?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
Is it possible to use two instances of UFT on the same machine? If not why?
Does QTP run in any environment?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Why qtp always start action1 and does not start action?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Explain the types of properties that quick test learns while recording?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is difference between Recording time object identification and Run time (Execution) time.
How to use checkpoints in qtp ?
How you can delete excel file in qtp?