what is use of optionexplicit in variable declaration
Answer Posted / ram
Option explicit on means we have to declare the variable
ex dim a
Option explicit off means we dont want to declare the
variable(by default variant)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
For which type of projects the iterative model is not suitable?
What are the methods used in UFT to handle exceptions or run-time errors?
What is recovery scenario manager? When you go for recovery scenario manager?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What do you mean by checkpoints in qtp?
What test you perform mostly? Regression or retesting in your testing process?
Explain the types of properties that quick test learns while recording?
Tell me one scenario, the complex functionality you have automated in your project?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
How can I use Call dlls in QTP ?