How to handle recovery scenario for a application
crash.write script for this.
Answers were Sorted based on User's Feedback
Answer / rajuvem
Thx for your answer,But i need the script to handle the
scenario of application crash.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jay prakash
QTP's Recovery Scenario Manager supports Handle for
Application Crash.
You can handle the application crash from "Recovery
Scenario Manager" by calling your own function call or go
with any of the given operation types like Keyboard and
Mouse Operation, Restart Windows, Close App Process.
To invoke Recovery Scenario Manager go to Resources ->
Recovery Scenario Manager.
Please let me know if it satisfies your query.
| Is This Answer Correct ? | 2 Yes | 5 No |
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
When we use Object Spy? can we write QTP script before built is came in testing?
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
pls dont join MIndq nageshwar rao...Nageshwar rao sir didnt teach QTP indepth...he teach basics only...atleast he dont know about INSTR concept...this concept take min 30 min...buthe teach 3 min only...like this so many concepts are missing in class. IN CLASS ROOM NAGESHWAR RAO SIR HIPNATIZE THE STUDENTS....WITH OTHER ISSUES.. dont join... look other institutes...this is my personal openion share your comments thank u
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
Is it possible to call from one action to another action in qtp?
what is the extension for QTP files?
16 Answers American Solutions,
How you automate testscripts one by one or modukewise or all at once
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).
what are the utilities and drivers
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?