What will be the output of the statements below?
On error Resume Next
Sum 100/0
if Sum= 0 Then
msgbox "Pass"
else
msgbox "Fail"
End If
Answer Posted / chan
It will throw "Divide by zero exception".
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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.
What is the difference between a Function and Procedure in QTP?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What are the types of object repositories? Which one is you are using?
what type of framework u r using in ur organization
how to test Web application using QTP software
What are the factors on which script execution time is dependent?
What are the steps involved in recovery scenario wizard?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Get the count of files of similar types from a folder.
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What are the differences between quicktest professional and winrunner?
How did you use regular expressions in QTP and also in WR?
How you know that a test case is a regression test case