Give me exact application where we should use low level
recording?
Answer Posted / rajiv jindal
one disadvantage of low level recording is: it takes more
disk space that normal recording....
especially used when we need the exact mouse positioning
movement...
your comments wll be acceptable...
Rajiv Kumar Jindal
(Test Engineer, noida)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parameter in qtp?
How you debug your script?
What is the use of Debug Viewer?
When and why to use descriptive programming?
How many types of recording modes in qtp?
What are the advantages of parameterization ?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is post recovery scenario?
How to give a call to another action from one action?
How to find array size in qtp?
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
Explain how you can find length of array in qtp?
Have you faced any problems with object repository?
What test you perform mostly? Regression or retesting in your testing process?