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 / 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 |
Post New Answer View All Answers
Tell me about your project? please help me how to tell about insurance project
What is the use of text output value in quicktest professional (qtp)?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Hoe can we do retesting using functions please give the code for it using login page
What is the registration process and examination fees?
How to break the object spy ?
What is the keyword view and expert view in qtp?
What is data driver in qtp? Where we use it?
Key word driven framework
Explain sub procedure of vbscript.
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are the advantages of parameterization ?
What is qtpro? What is a quick test professional?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to create Reusable and Multiple Actions?