18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
SAHI PRO - Can we use different keystore generated by another in a suites or DataDriven Suites.
PremiumReflexes
Members
I can now connect when using the client Gemalto certificate directly, the config settings can be found below:
# Uncomment the following lines to use a client certificate.
# If there is no password, do not uncomment the password line.
# keystore type can be JKS, PKCS12 etc.
ssl.client.keystore.type = PKCS12
ssl.client.cert.path = ../certs/MyCert.pkcs12
ssl.client.cert.password = password
Just wondering.
Is it possible to choose during the test which certificates used ? Or between each test as part of a launch of suites or Data Driven Suites ?
For example with a java method, change the keystore at the end of a test to allow the next test using a new user. I do not know if this is possible.
# Uncomment the following lines to use a client certificate.
# If there is no password, do not uncomment the password line.
# keystore type can be JKS, PKCS12 etc.
ssl.client.keystore.type = PKCS12
ssl.client.cert.path = ../certs/MyCert.pkcs12
ssl.client.cert.password = password
Just wondering.
Is it possible to choose during the test which certificates used ? Or between each test as part of a launch of suites or Data Driven Suites ?
For example with a java method, change the keystore at the end of a test to allow the next test using a new user. I do not know if this is possible.
Answers