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
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How to associate function library at a run time?
when will you do debug your script? and explain that process?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Give me some real time point of way where exactly we can conduct audits?
How will you check a web application for broken links using qtp?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
can anyone tell me from where i can download qtp demo or crack version
How the smart identification is used in real time?Please explain with an example
How do you convert manual test cases to automated test cases?
Discuss quicktest professional (qtp) environment?
I want to do QTP Certification what is the pattern of Question paper.
How to replay a script in qtp?
What is synchronization point in QTP?