How can we disable popup blocker? (I think it means when we
get a pop up messge(its error) how we wil disable that one
with out interrupting normal process)
Answer Posted / a.thirumalareddy@gmail.com
if object.Exist then
object.close
End if
or use recovery scenario if u dont know the exact step where ur getting pop-up
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Which environments does qtp support?
How many types of recording modes in qtp? Which will be used when?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What is the Difference between copy to action and call to action?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What contains Data Driven Framework document in qtp?
How to handle dynamic objects in quicktest professional?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Hi How to retrieve data from web element line by line?
how to write xml output check point bu useing descriptive programing .means without useing output check point
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
How do you do batch testing in wr & is it possible to do in qtp, if so explain?