Is it possible to run QTP scripts created in IE 6.0 in IE
7.0?
Answer Posted / mallikarjun bijapur
yes it is possible to run.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an expert view and keyword view?
Does QTP run in any environment?
How can get count of list box?
can any body give the banking domain concepts/links
Explain how you can replace string in qtp?
How to run a test using quicktest professional?
What are the steps involved in recovery scenario wizard?
Why bpt?
How can you handle exceptions in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
Explain how qtp identifies objects?
What is the difference between the keyword view and expert view?
Explain how Does Run time data (Parameterization) is handled 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
What is accessibility check point?