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 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will down time for server and content maintenance/upgrades be allowed? how much?

609


Explain the types of object repository?

549


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

2256


What is contained in the object repository?

609


Hoe can we do retesting using functions please give the code for it using login page

1553






what kind of frame work you used in your last project?

1811


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

613


What is data driver in qtp? Where we use it?

561


How many add-ins comes by default with quicktest professional (qtp)?

556


What are the methods used in UFT to handle exceptions or run-time errors?

640


Suggest and Define a solution for an application whose objects are not recognized by UFT?

660


Do you know how to connect database? Can you tell me the procedures?

543


Explain QTP using different development techniques ?

531


explain keyword driven framework with banking domain?

1557


hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this

1508