I have recorded a test over web application(with IE6.0) in
analog mode. But, while running it my test gets failed. Why?
(Note: my systray has 3 open web applications)
Answer Posted / amita
I think this is not proper answer.You are talking about the
script running mode option.But,as per question it is asking
while running test got failed.....Plz if anybody know share
with us.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many scripts did you have?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Differences between text and test area checkpoints?
What is a checkpoint? How many check points are there in qtp?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
How can I check if a environment variable exist or not?
What is the descriptive programming?
The hybrid framework can be implemented for any application. Is it true?
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 are the types of object repository in qtp?
diff between qtp versions from 8.5
How to start recording using quicktest professional?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What is an expert view and keyword view?