I have created a Custom Siebel CTI Driver that is working as expected in test environment. Before dispatching it to production, I want to load test My Driver. Siebel provides a standalone tool for testing named Communication Driver Test Engine. This tool requires a Definition (.def) file to load and use Driver. Oracle provides a sample .def file for default driver as example. I have run CommDriverTestEngine.exe providing this file and language code ENU. This starts agent and shows thread# for this agent. But after selecting other option it says no active agent. Snapshots for reference:
Here is another one. When I select Agent Definition list. It views parameters from loaded .def file. Snapshot for reference:
Another problem is that CommDriverTestEngine.exe is not creating logs as described in def file. I have created a log file manually with same name in same directory with no luck. Same scenario is happening with My Driver testing. It starts Agent and shows Thread#, upon selecting option 4, it shows the definitions same as .def file. My Driver is not logging in its logs as well. Please suggest any fix.
EDIT:
