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
How to analyzing the checpoint results?
what is test scheduleling?
What is a Patch in QTP?
Explain advantages and disadvantages kdf?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Why is action split used by qtp?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Explain how to use QTP to check broken links on a page?
terminal services client
How to customize qtp?
What is post recovery scenario?
What is the pros and cons between QTP and Rational Robot
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to handle Java tree in QTP?
What is the syntax to call one script from another?