Answer Posted / suri
if we execute vbs file it launches qtp first with required add-ins and execute all scripts which are mentioned in Run Manager excel file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can write contexts to text file in qtp?
How to test fly out menu in qtp?
How do you perform Regreession Testing?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
how u will evaluate the tool for test automation?
Hi, how can we check or avoid the memory leakage in QTP9.2?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
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
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
what is description object?
How to connect to a database?
how can i pass a "cript"as a parameter in to a function
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
how to prepared for first for the first interview?
Is text area check point supports for web applications?