What is the difference between Dim And Redim
Answer Posted / paayal
Dim is a data type(variant) that user can assign to a
variable like Dim User
User = "QTP"
Redim can be use to reinitialize the variable. We can give
a new value to the same variable and can use it again in
the script.
| Is This Answer Correct ? | 59 Yes | 16 No |
Post New Answer View All Answers
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What environment does qtp run in?
Explain the concept of how quicktest professional identifies object?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
How can you give wait up to 10 seconds in qtp?
Explain measuring transaction.
how many maximum number of virtual users we can create?
What are the differences between quicktest professional (qtp) and winrunner?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How to use debug tools?
What is quick test pro? What is a quick test professional?
Diff b/w test scenario's and test Procedures?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma