suppose u have two send buttons(same width,height,font) on an
application write a descriptive programming
Answer / 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 |
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
Write the vb script for the lowest and highest values of an array?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Explain the difference between data driven testing and parameterization ?
banking domain description for software tester for interview
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
what is spy, and how can u use?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
Can we use same virtual objects in many number of tests?
how can I read text in browser and export the same into text file?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??