Iam doing automation in Oracle App's using QTP?
In App's because of some functional setup, keep on changing
my script flow.
for this how can i use the recovery sceanrio??
Please help me?
Answer Posted / kazi
hey,
do one thing just go through scenario and write a test
case.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How many lines of code in each script of QTP?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is the quicktest professional (qtp) testing process?
What are the advantages of a Hybrid framework?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
What is Associate Repository in QTP 9.2 ?
How to data driven test for Win objects in QTP ?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is expert view and keyword view?
How qtp recognizes the object?
How many types of actions are there in quicktest professional (qtp)?
Can you write a script to check if the folder exists or not?