How to add certificate in TestComplete in a SOAPui import
Hi there,
I have recently added my SOAPui projects in TestComplete (so I can run the automated test via Jenkins). My test cases from SOAPui were easily imported within TestComplete except for the certification. Within SOAPui you can easily set a keystore and incoming/outgoing WS security configuration.
These certificates, unfortunately, are not used after import within TestComplete and I seem to be unable to add them somewhere.
Does anyone have an idea how to run my SOAPui tests WITH sll authentication via TestComplete?
Kind regards,
Ronald
I have found out that while within SOAPui it is enough to simply assign the keystore, when running the tests via TestComplete the incoming WS configuration in SOAPui has to be configured as well.
At least this fixed the issue for me.
Thanks for the tips!