Siebel support
Rational® Functional Tester contains extended functional testing support for Siebel applications.
- Siebel 7.7
- Siebel 7.8
- Siebel 8.0
- Siebel 8.1
- Siebel 8.2.2
The Siebel add-on for Rational® Functional Tester allows you to capture and play back Graphical User Interface level interactions using Siebel object models and events. You can perform property and data verification points on Siebel custom components.
Testing high-interactive Siebel applications
Prerequisites: :- To test high-interactive Siebel applications, you must obtain the Siebel Test Automation Framework from Oracle.
- Enable the Siebel Test Automation Framework.
For more information, see http://www-01.ibm.com/support/docview.wss?uid=swg21429081.
Setting the registry key
- You must set the registry key for Rational® Functional Tester to record Siebel HI controls using the user interface name. By default, Rational® Functional Tester records using the repository name.
- In the registry, ensure that you create a new
dWord
namedUINameInScript
, and set the value to 1 inHKEY_CURRENT_USER/SOFTWARE/Rational Software/Rational Test/8
.
Starting Siebel Test Automation framework (STA)
While
invoking the Siebel application add SWECmd=AutoOn
to
URL http://hostname/callcenter/start.swe?
. For example, http://hostname/callcenter/start.swe?SWECmd=AutoOn
.
This automatically starts the Siebel Test Automation framework.
Configuring CAS timeout
Client Automation Server (CAS) provides a mechanism to configure timeout on calls which can result in the system hanging. By default, this timeout is set to 1 second, but you can configure this using theivory.properties
file
by setting the rational.test.ft.siebel.cas_submit_timeout
to
the desired value.