using descriptive programming how to close all opend browsers?
Answer Posted / moin
Public function closeBrowser()
On error resume next
Ipval=Environment("Ipval")
err.clear
Browser(Ipval).Close
If err.description<>"" Then
Reporter.ReportEvent micFail,"Wait",err.description
End If
End Function
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How will you test a stapler?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How will you compare keyword and expert view?
What is difference between shared and local object repository?
What are the five challenges you faced in QTP?
what is keyword driven testing in qtp?n how is it useful?
What is fragmentation and paging?
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 ?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
how to disable the pop ups through QTP using a script
how can i pass a "cript"as a parameter in to a function
How to delete an object from the object repository?
What is keyword view?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain types of descriptive programming?