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 |
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
what is keyword driven framework in qtp.
write a qtp script to verify that the business price is twice the economy price in flight reservation window
in process of project exaplnation the defects are says frequently r not?
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
does qtp runs on internet explorer 7.0
What are the different attributes used with regular expression?
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?