suppose u have two send buttons(same width,height,font) on an
application write a descriptive programming
Answer Posted / nagk24
if we have buttons like this i.e same name(send),type(button)
we have to go to other unique properties like index,etc
ex:=browser("creationtime:=0").page("micclass:=0").webbutton(
"name:=send","index:=0").click
here index numbering starts from 0 so,first send button will be selected
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
what is output value in QTP and how it can be used in automation testing
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
can u explain relative path architecture framework in qtp?
What is the syntax for how to call one script from another?
What are the steps involved in the recovery scenario wizard?
Can we record an application running on a remote machine using qtp?
What is method name to compare two XML files.
What is Port testing. Whhen will you perform?
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
how to test use the quality control .how to verify the image verification
write script for bitmap image?
What is regular expression?