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
What are private functions in QTP? How they can be called from the function library?
hi nani my doubt is how does qtp process metrix related to software process.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
why you have standardized functions? plzzz guys with real time exp. do answer
What is QTP’s model for test creation?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Explain the concept of object repository and how qtp recognises objects?
How may types of defects identify application or your currently working application?pls give me answer..
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How did you use regular expressions in QTP and also in WR?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Explain how Selenium is different from UFT?
Difference between action & Reusable action?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What does it mean when a check point is in red color? What do you do?