what is use of optionexplicit in variable declaration
Answer Posted / aa
If we don't use it, we can declare variables in vbscript
without declaring them in advance.
Ex:
option explicit
a=10
This throws an Error.
If don't use... Option explicit
a=10
doesnot throw an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please guide me release notes of Automation once scripts are completed
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What is the syntax to call one action in another?
Explain different recording modes?
With what extension you can save the list of tests in a file to run in test batch runner?
How you create new action in qtp?
what is supply chain management?
Difference between copy to action and call to action?
How to record application running on the Virtual machine?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Where we use data driver in qtp?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?