hi
what is the use of "dim" in automation objective model or
any where what is the use of "dim" plz tell me
Answers were Sorted based on User's Feedback
Dim keyword is used to declare a variable in VB Script. QTP
uses VB Script so that we use dim to declare a variable in
QTP.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / munawwar
Dim is used to assigned the varibles in the vb script.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sarath
usually QTP having only one variable ie.,Varient. and Dim means Dimension. so we can give any type of variable to it.
here, by using Dim, we can declare any no.of variables in a single line.
Is This Answer Correct ? | 2 Yes | 0 No |
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
How will you find the current time of the remote machine using QTP script?
Why do we use text checkpoint as we can make use of the same in the standard check point?
Did you find anything in your project that QTP proved inefficient to perform?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
What is the difference between Global and Local Data Sheets?
hi Action 1 and action2 if we save it in C:, what folders will be created explain plz
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
How the exception handling can be done using quicktest professional?