Answer Posted / raj ganesh
Both VB Script and Java Script(nned Plug in)
(Infosys Limited)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When you open QTP, how many sheets you can see?
What the differences are and best practical application of Object Repository?
Whether qtp 9.0 supports Test director8.0
What is data driver in qtp? Where we use it?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What is QTP’s model for test creation?
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
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Explain runtime dynamic settings?
How many tabs are available to view your test in a test pane and what are they?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
When do go for loop condition in test?
Does quicktest professional (qtp) is unicode compatible?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u