I have one question as HP QTP is concern, Please send your
answers.....
Can we do testing of any application without using any of
the framework which are we used in QTP tool.
If yes then how it can be possible in the HP QTP tool.
--
Regards
Answer Posted / lokesh sharma
Yes We can do Testing for the Application by Applying Record and Play for the same.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to interact tool & application build in QTP?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How do you create regression test packs?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Why qtp the best testing tool?
Does QTP record on Objects created on XWindows Environment?
Is it possible to call from one action to another action in qtp?
How to suppress warnings from the test results page?
What is checkpoints for quicktest professional (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 remove the associated function library?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
can u please explain what is the exact difference between qtp8.2 and 9.0
Explain calling sub procedure.
Where to use Property Let, Property Get, Property Set in UFT