Answer Posted / bharathchandra m
"Option Explicit" statement is used to declare variables and
arrays on the top of the script.When this stmt in script ,QTP
can allows all variables used in that script without
returning any error.
For example: x= 10
y= 20
z= c*y
msgbox(z)
In the above code, by mistakenly typed as 'c' in the place
of 'x'. Bur QTP tool allows 'c' as a new variable without
returning error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are lbound and ubound in the vbscript language?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How will you get the last occurrence of one string within another string using vbscript?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
How to Enter Values on the Command promt using VB script
How will you convert a string to lower case string using vbscript?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
What is the use of the formatdatetime function in the vbscript language?
how to set one column as primary key in QTP and fetch values accordingly
who will create the object?
Which loop is used in case of arrays in the vbscript language?
Mention how you can call vbscript functions?
How are values assigned to string type and numeric type variables?