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 |
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
What is the use of text output value in quicktest professional?
How to creating an output value using quicktest professional (qtp)?
What is expert view and keyword view?
What is test fusion report?
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Which Databases supports for QTP?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
what is Supplemental Objects ?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...