Variable keystore for each single teststep, based on environment
Dear Smartbear friends! This is my very first post on the community site:smileylol: #NoobAlert My situation I have a webservice with 3 environments (integration, acceptation & production). For each seperate teststep-properties I use variables like; username: ${#Project#Username} password: ${#Project#Password} ssl keystore: ${#Project#Certificate} The benefit is that I can manage these credentials in the Project Custom Properties. So when I switch from environment, I only have to change 1 Project Custom Properties and all seperate teststeps will obey the Project Custom Properties. If I want to switch user or certificate, I can do that on the single Project Custom Properties as well. But nowwww.... The problem Since I've upgraded to ReadyAPI 2.6.0 I've lost${#Project#Certificate} in the ssl key store field from all seperate teststeps and there's no way to write this back, because this field suddenly became a dropdown-list. Can anyone give me tips how to fix this properly?Solved3.9KViews0likes12CommentsSSL keystore not working through Test Step Property but working through global preferences
I'm new to SOAPUI. I'm trying to run a Test Case with 30 Test Steps. 10 Test Steps have a different SSL certificate and 20 have a different SSL certificate. Issue is I've to change SSL certificate at global preferences each time I execute a different SSL related Test Step. I tried setting the SSL keystore in Test Step Properties but it is not working I'm setting the key store as follows 1. set certificate1 and certificate2 with password in Project --> WS-Security Configurations --> keystores. 2. Set the appropriate certificate in the TestRequest Properties --> SSL keystores 3. If I execute the test step then I get handshake_failure or certificate error. All the APIs are mix of SOAP and REST Can some please advice if it is possible to set two different certificates in a Test Case425Views0likes0Comments