You are on page 1of 2

Siebel Test Automation STEPS

1. Login to thin client application.


2. Ensure that the following parameters under System Preference are available :
a. ENABLE UPT = 'TRUE'
b. ENABLE UPT CONTEXT = 'TRUE'
c. UPT MAX RECORD CACHE = 100 –JK -> 1000
3. Go to Administration - Server Configuration --> Profile Configuration.
4. Go to the record in Enterprise profiles where the profile name is "AutomationSubSys"
5. Go to the child applet (Profile Parameters) and query for CLASSPATH and CONTAINERURL. The
value in CONTAINERURL is in the form of http://appsrvrhostname:<http_port>/siebel/jbs

-- JK : <ContainerPort> value should be taken from file:


<Siebel Install Location>\ses\applicationcontainerInternal\conf\server.xml
<Connector port="4730" protocol="HTTP/1.1">
For Example: http://localhost:4730/siebel/jbs

6. –JK: Enterprises-> Component Definitions -> Query Call Center - >Component Parameters ->
Query for “EnableAutomation” and set its value as “True”.
7. Go to Server Component Parameter under Admin Server Configuration, highlight the call center
component in the assigned components applet and query for EnableAutomation parameter in
the child applet (Component Parameter). Set the value of this parameter to True.
8. Restart the Siebel Gateway and Siebel Server services.
9. Launch the thin client. In the URL remove everything after SWECmd= and replace it by "AutoOn"
and hit enter.
10. Enter your credentials to log in to the system and you should be able to see the camcorder icon
in the panel once you log in.

Server Start Stop

1. Stop the application container for the Siebel Application Interface.


2. Stop the Siebel Server system service.
3. Stop the application container for the Siebel Server (Configuration Agent), if the
Siebel Gateway and the Siebel Server are not collocated.
4. Stop the application container for the Siebel Gateway.
5. Stop the Siebel Gateway system service.
6. Start the Siebel Gateway system service.
7. Start the application container for the Siebel Gateway.
8. Start the application container for the Siebel Server (Configuration Agent), if the
Siebel Gateway and the Siebel Server are not collocated.
9. Start the Siebel Server system service.
10. Start the application container for the Siebel Application Interface.
DISA Installation

 DISA is required to playback .


 SiebelAutomationPlugin is shipped with DISA .
 Install latest version of DISA available. Instructions are available on My Oracle Support
Document Install and Deploy Desktop Integration Siebel Agent (DISA) (Doc ID 2261758.2)
 Plugin file will be available at <DISA install Location>\DesktopIntSiebelAgent\plugins\
SiebelAutomationPlugin.jar.

Browser Configuration Settings

 Firefox , Chrome and IE 11 browser are supported


 To run the recorded scripts in chrome download the chromedriver.exe file and copy it to <DISA
Location>/DesktopIntSiebelAgent/plugins/SiebelTestAutomation/Drivers
 For IE download IEDriverServer place it in driver location
 IE and FireFox needs additional setting refer Siebel Test Automation Bookshelf

You might also like