How to do the scripting. Is there any inbuilt functions
in QTP as in QTP-S. Whatz the difference between them? how
to handle script issues?
Answer Posted / sreeprasad
Yes, there's an in-built functionality called "Step
Generator" in Insert->Step->Step Generator -F7, which will
generate the scripts as u enter the appropriate steps.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What are the features and benefits of quick test pro (qtp 8.0)?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What are benefits 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
how to convert 100 into hundred repees only and viceversa
Explain the check points in quicktest professional (qtp)?
what is clean sweep?
What is test object?
How to give a call to another action from one action?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
How to use conditional loops in qtp ?
Explain the benefits of quick test pro(qtp)?
What phases are involved in testing an application in qtp?