What will be the script for recovery scenerio.plzanyone give
ans with aexample related to banking project
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
QTP does not generate any script for recover scenarios.
All the recovery scenarios needs to be saved in one location.
Once the unexpected errors are raised, then these recovery
scenarios are activated and performs the recovery actions
and post recovery actions.
QTP does not generate any statement for Recovery Secnarios.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikanth
while creating frame work only we will create separate
file for Recovery also when some unexpected errors occurs
like (Pop window,test run error or environment may crash )
by using this recovery we can overcome from the unexpected
errors and moreever it will not generate any sort of script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can replace string in qtp?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How to capture screenshots of Exceptions/Errors during run- time?
Did the scripts need lot of maintenance? If yes, why?
Where can I find and view run-time data table?
what is verification & validation?
How cookies can be tested in QTP?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
how to add a runtime parameter to a data sheet?
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.