i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP
TestScript, same when i try to open , an error
comes "unexpected file format". Why?? and how to resolve
the problem??
Answer Posted / deepakm82
Hey the error is coming because of the version
difference.Your friend created the script using the version
9.0 which is advance than 8.2.Please try using the script
in QTP 9.0 or higher version.It would solve your problem..
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
If I change the property value at runtime is it effect is object repository?
What are some test assets and related extensions of qtp?
Explain the qtp test phases.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Where we use data driver in qtp?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How the smart identification is used in real time?Please explain with an example
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 you can make an action as re-usable action?
What are the data types in qtp?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Explain the concept of object repository & how qtp recognizes objects?
Is it possible to change the property value at runtime? How it is possible?