When and why do you use "OPTION EXPLICIT" in VB Script.
Is there any online help or something to learn the script
for Beginners?
Answer Posted / shilpi
Use Option Explicit to avoid incorrectly typing the name of
an existing variable or to avoid confusion in code where the
scope of the variable is not clear.
when you use Option Explicit statement,you must explicitly
declare all variables using the Dim,Private,Public or ReDim
statements.If you attempt to use an undeclared variable
name,an error occurs.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is an object repository?
Does Low-level recording capture mouse movements?
give me an example where u used good judgement and logic in solving a problem
How can I change object description or check point values in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
What is 'sleep' in sync point?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Will down time for server and content maintenance/upgrades be allowed? how much?
what is actually contain test report? can anybody post the test report
What is the use of text output value in quicktest professional?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How to test results for qtp ?