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 / udham singh
if the statement is sum = 100/0
then the answer is
"Pass"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the parameterization?
What is text/text area checkpoint?
Explain in brief about the qtp automation object model (aom).
For which type of project the iterative model is suitable?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What does mean by Scope of Automation?n How we defined it?
What is keyword view in qtp?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is action?
How does you pass optional arguments in qtp?
How to use descriptive programming?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are metrics and matrix?
Is qtp supports uni-code?