What is meant by Step Generator in Qtp How is it used? pls
gimme in detail
Answer Posted / andy
Step generator is a feature availabe in QTP which helps to
generate the script without recording and/or without typing
the script in Expert View.
For Detail go to help file and type "Step Generator"
It will tell us how to add the steps.
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
What is the significance of “action 0” in qtp?
How many types of Automation frameworks are there in UFT? Describe them.
How to export quicktest professional results to an .xls file?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How to create scenario selector
what is impact analysis on regression testing?
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
Explain the concept of object repository and how qtp recognises objects?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
How smart identification works in qtp ?
Explain how you can find the absolute value of the number in qtp?
Limitations in QTP?
If the objects hierarchy is changing from build to build, then how you will handle that condition?