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 |
why was automation used in the project?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
what is supply chain management?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the concept of hooking in QTP?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
What is 'sleep' in sync point?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
Is it possible to merge two object repository files in qtp?
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In