Forum Discussion

pelumalai's avatar
pelumalai
New Contributor
9 years ago
Solved

While running Soapui pro testcases from java code, how to set and get testcase properties?

I tried following code             WsdlTestSuite testSuite = project.getTestSuiteByName( "ts1" );           WsdlTestCase testCase = testSuite.getTestCaseByName( "changeToUpperCase" );           P...
  • pelumalai's avatar
    9 years ago

    Got it working now :) used

     

    testCase.setPropertyValue("input", "hello");