Wednesday, July 22, 2020

Soap UI- basics steps to create Groovy Scripting

Groovy scripting

  • Groovy is oops language- use java
  • Quite similar to python and ruby
  • Project contain WSDL file and APIs to test
  • Create test suits first
  • Right click on WSDL and create test suite name grovy test suite
  • Right click on grovy test script>new test case and name grovytestcase and ok
  • Right click on grovy test step>create test step and launch editor and write script
  • Log.info(“our first script”)
  • A=5;
  • B=10;
  • Log.info(a+b);

No comments:

Post a Comment