There are 4 webpages in an application, in third page there
is one cancel button i want to click that cancel button
only, how can I click that cancel buttton ?
Answers were Sorted based on User's Feedback
Answer / alok
First navigate to the page by writing the following code
Sysyemutil.Run "iexplore","Url of the page"
Browser("BrowserName").Page("PageName").Webbutton
("Cancel").click
If u need more information pls mail me
er.qtptester@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nisha
Thanks Alok
I was searcing for this answer,coz
i also faced the question
and workinf fine after executed in qtp
Regards
Nisha
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sam paul
Navigate to the desired page ;
then, object.CLick()
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sandipgami84
Hi..
u need to navigate your 4th page then u can use below code,
its DP.
Browser("title:=.*").Page("title:=.*").Webbutton
("name:=Cancel").click
Thanks,
Sandip Gami
9714177088
| Is This Answer Correct ? | 0 Yes | 0 No |
How to supress warnings from the "Test results page"?
from what stage you will start automation in your project
Is there anyone can tell me where I can download free or trial QTP? I tried HP website, it was not there anymore. If someone know, pls send me URL. Tks...
Tell me the situations where we will use Data Driven?
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Pls explain me the difference between ........ Description.Create and CreateObject
Explain about the quicktest professional (qtp) automation object model?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
How do client side image and server side image work?
How to Analyze the Checpoint results by Table and DB Checkpoints?
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
What is recovery scenario manager? When you go for recovery scenario manager?