hi
what is the use of "dim" in automation objective model or
any where what is the use of "dim" plz tell me
Answer Posted / munawwar
Dim is used to assigned the varibles in the vb script.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain qtp(quick test professional)?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is keyword driven framework?
What is the Difference between test object and run time object?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Explain sub procedure of vbscript.
Which functionalities of QTP used in banking project?
Explain about the test fusion report of quicktest professional (qtp)?
What are the methods used in UFT to handle exceptions or run-time errors?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How will you report the bug and explain the defect tracking sheet you handled?
Is any limitation to xml checkpoints?
How to data driven test for Win objects in QTP ?
How many types of object repository in qtp?
Explain calling sub procedure.