What are the disadvantages of Recovery Scenarios in QTP ?
Answers were Sorted based on User's Feedback
Answer / jsvidya
Nalini
can u pl elaborate the second part of the answer?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aruna
v have to make sure v r using recovery for Unexpetced
Events ,if u definr too many recovery it vil slow down qtp
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nalini
Disadvantage of Recovery Scenario in QTP:
1) Test execution is slow
2) Recovery scenario will have high priority over other
resources.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the extension of the qtp local repository?
what is test scheduling?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
What is User defined function in QTP
How many scripts do you write per day. What is the average number of scripts you have written in your recent project
1 Answers CenturyLink, Optum, Value Labs,
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
how do u handle an object with out name in our application using QTP 9.2?
LINUX environment supports QTP or not? LINUX environment supports QC or not?
hi everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users
what type of application we can select for automation testing and what is the entry criteria for automation
What is the dis advantage of check points in QTP, if any?
wht type of User defined functions or Java Releated functions do we write in VB scripting