what is use of optionexplicit in variable declaration
Answer Posted / murali krishna
hi,
i will not agree with u..
option explicit means.. it is the statement which is
declared during the variable declaration...
Option explicit statement is available to require explicit
declaration of all variable ... That means one may mispell
the variable name in one or more places,causing unexpected
results when your script is run..
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hybrid framework supports Descriptive programming. Is it true?
Explain the qtp test phases.
How many types of recording facility are available in quicktest professional?
what is supply chain management?
How will you test a keyboard?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what are the challenges you have faced while testing web based application using the automation tools ?
Explain step generator in qtp?
How do client side image and server side image work?
Mention the different actions types of qtp.
How smart identification works in qtp ?
What is the basic concept of qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?