How do you test siebel application using qtp?

Showing Answers 1 - 2 of 2 Answers

Siebel Dude

  • Sep 19th, 2005
 

This answer is relevant to Siebel 7.7, and QTP 8.0. To test Siebel using QTP, you will need two components.

1. The Siebel Addin from Mercury for QTP (install this on the system with QTP on it).

2. The Test Automation Framework license keys from Siebel (install the license key on the Siebel server).

Now you will need to enable the automation API on the Siebel server. To do this,

The [SWE] section of the server .cfg file needs to be updated with the entries below

[SWE]

...

EnableAutomation = TRUE

AllowAnonUsers = TRUE

...

The Siebel server needs to be restarted after this change.

You can now test Siebel from QTP by using the Siebel Addin.

Learner

  • Sep 21st, 2005
 

In SWE section u need to add

AutomationEnable = TRUE and

at the same time you need to use SWECmd= AutoOn in the URL

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions