When and why do you use "OPTION EXPLICIT" in VB Script.
Is there any online help or something to learn the script
for Beginners?
Answer Posted / minni
On the top of the QTP script if u write Option Explicit
that means u r going to define every variable u r going to
define every variable u r using in the script as DIM.
for an example if u want to define an array ......
Option Explicit
Dim A(10)
| Is This Answer Correct ? | 26 Yes | 12 No |
Post New Answer View All Answers
What is Curd testing?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
what is impact analysis on regression testing?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Will down time for server and content maintenance/upgrades be allowed? how much?
How many add-ins comes by default with qtp?
How to use debug tools?
How to add verification steps to tests?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Hi All, I need code for how to execute qtp scripts from excell sheet
what is vmodel?advantages and disadvantages of vmodel?
explain how to write vb script in qtp?when will you write own script?
Is it possible to call win runner script in qtp?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Explain about the test fusion report of quicktest professional?