In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
Answer Posted / hari babu bantanahal
ABOVE ANSWER IS CORRECT
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you to script when objects are removed from application?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
When ‘option explicit’ keyword is used in qtp?
Is it possible to call win runner script in qtp?
How to customize checkpoints with parameters?
How can i initiate the objects to find uniquely in OR
How do you perform Regreession Testing?
how can i pass a "cript"as a parameter in to a function
Explain the checkpoint in 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 Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Can launch two instances of qtp on the same machine?
In qtp, explain what is crypt object
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance