how can we write descriptive programming for menus when qtp
is not able to identify it..and how can we write
descriptive programming for partially identified and non
standard objects..do i have to map the objects before
writing the script
Answer Posted / maddy
You can send ur queries to my mail madofmaddy@rocketmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
How do you test DLL files using automation Tool QTP?
How many add-ins comes by default with qtp?
Explain the concept of object repository and how QTP recognizes objects?
What is a Patch in QTP?
How do you delete unwanted results in qtp?
Differentiate the type of test cases which can be automated and which cannot be automated?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Write a QTP script to enter a keyword in to Google search engine?
What is the quicktest professional (qtp) testing process?
How u will do versioning in QTP?
How QA specialist can identify when programmatic descriptions are useful?
If created one virtual object? Next time I changed the window position will it work?
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 mandatory properties for a tex boxc (scenario?)