what is option explicit?
Answers were Sorted based on User's Feedback
option explicit force you to declare a variable to avoid any mistakes in the script
normally when u misspell something in script it takes as a new variable
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / madivalappa patil
option explicit force you to declare a variable to avoid
any mistakes in the script
normally when u try to use a variable which is not declared
in script then it will through an error saying that
variable not declared.
If you used Option Explicit on Top of your script then you
must declare all the veriables.
Is This Answer Correct ? | 3 Yes | 0 No |
How do you done Data-Driven Testing using MS-Word. What is the script for that
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
Give me brief idea about QTP automation object model?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
How to identify flash application when the qtp is not identifying the flash application objects.
How will you find the current time of the remote machine using QTP script?
How to recognise the webelement and verifying that webelement is enabled?
How to Map network drive in QTP
Is it possible to convert QTP scripts to Silk scripts?
how to use import and export sheet methods in qtp
Have you faced any problems with object repository?
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.