Forum Discussion

ashutosh's avatar
ashutosh
Occasional Contributor
5 years ago
Solved

Set SSL Keystore using Groovy on Test Step level

On the Project Level i have setup the Keystore.   Now i want to be able to Select this on Test Step Level using Groovy.   In the Step : Select SSL on Test Step i wrote a groovy to do ...
  • NBorovykh's avatar
    NBorovykh
    5 years ago

    Hi ashutosh,

     

    Looks like the below code line works for unsetting the keystore. You can give it a try.

    testRunner.testCase.testSteps['Step Name'].testRequest.setSslKeystore(new EmptyWssCrypto())