Micro Focus QTP (UFT) Forums
Siebel Automation Query - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Siebel Automation Query (/Thread-Siebel-Automation-Query)



Siebel Automation Query - tapanbitt - 06-17-2009

HI All,

I have started with Siebel Automation and also have both Web addin and Siebel Addin incorporated.
While recording the Siebel application i am getting the script both in terms of Siebel object and Web Object.
For Ex if i record to click a button Named as "New",then i am getting the below script
Code:
Browser("LLU AIRBUS").Page("LLU AIRBUS").Frame("View Frame").Link("New").Click
SiebApplication("LLU AIRBUS").SiebScreen("Customer Accounts").SiebView("Customer Account Portal").SiebApplet("Assets").SiebButton("New").Click

Could you please let us know why and how to avoid this ??
Its urgent ..please someone reply


RE: Siebel Automation Query - tapanbitt - 06-24-2009

Someone please reply on this ?


RE: Siebel Automation Query - tapanbitt - 06-24-2009

Someone please reply on this ?


RE: Siebel Automation Query - Anshoo Arora - 06-29-2009

When working with Siebel objects, only load the Siebel add-in. You do not need the Web add-in to work with Siebel objects since the Siebel add-in accounts for both.