how to retrieve the xml file data through qtp. can anybody
send script for this..
Answer Posted / prasad
Using QTP output value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Is text area check point supports for web applications?
What is smart identification in QTP?
How can you identify the browser and its information using the qtp script?
How many ways we can parameterize data in quicktest professional?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Is it possible to call win runner script in qtp?
whow much strong on VB and C?
Explain the new feature of UFT regarding the export of test results?
how to idetfy which test cases are automated?who will deside that plz tell me
In qtp, how you can use xpath to identify objects?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
When to use descriptive programming?