How to handle the exceptions using recovery secnario
manager in Qtp?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
You can instruct QTP to recover unexpected events or errors
that occured in your testing environment during test run.
Recovery scenario manager provides a wizard that guides you
through the defining recovery scenario. Recovery scenario
has three steps
(1). Triggered Events
(2). Recovery steps
(3). Post Recovery Test-Run
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balaji
During the Automation testing time we give some valid and
invalid inputs through excel sheet. While passing the
invalid inputs system will be interact so to over come this
problem we can use recovery scenario manager.
In the Qtp9.2 if u use exception handling just select
Tools tab -- Recovery Scenario Manager -- while u get some
related information then select that Radio Buttons and Run
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
How to pass parameters to Actions Pls anybody can give the answer.. Thanks in advance...
What is expert view and keyword view?
IS standard check point is very important than the other check points in QTP? If so why?
in order to start automation testing what we should require (entry level to automation testing)
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
Write a QTP script to enter a keyword in to Google search engine?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
Can anyone please explain me the process of automating an application using QTP as i am new to this?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How do you open adobe acrobat file in QTP and do some testing on that file ?