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 |
Can u explain about QTP framework
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
Associated files in QTP?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to pass parameters into an action.Please explain me with examples
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
What are the various types of Actions in UFT?
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
How will you check a web application for broken links using qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
can we call runaction in the funcion