Answer Posted / jay
Siebel is a web application....opens in IE. In QTP you have to install siebel addin
Also you need to check if automation is enabled at the server level.
And you have to open the siebel application with ?SWEcmd=AutoOn appended to the URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is active screen?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How does quicktest professional (qtp) identifies the object in the application?
When to use descriptive programming?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
explain abt dyanamic changing object with example?
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
Explain how you can delete excel file in qtp?
What is checkpoints for quicktest professional?
What is debugging? How you debug your script?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Explain building blocks of the bpt framework ?
How to record a qtp script ?