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 do u create new test sets in TD
difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
what is a test strategy & what is the difference between test strategy & test plan?
explain all the check point in QTP?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
when to start the automation?
what is the Exact Meaning of Environment Variables?
can objects recogonised without repository?