which command u will use to access the application through
descriptive programing?
Answer Posted / neel
invoke application ("path of the application")
OR systemutil.run "path of the application"
And see whthere the objects are available in the
reposiutory or not..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what function you write to do database testing with the help of qtp?
Should have experience in framework means?
Explain how to use QTP to check broken links on a page?
What r the different filters in defect in quality center
Define Environment Variable in UFT and its uses?
What is reusable action?
What is action split and the purpose of using this in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What is the process of synchronizing qtp and aut?
how can we do the frame work in qtp
Explain how Selenium is different from UFT?
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 export quicktest professional results to an .xls file?