xml - Property transfers in soapui -


I am trying to write parallel test in sublimation and need to move properties between test steps

Currently I have 3 test steps:

  1. Execute a legacy request
  2. Execute a new request
  3. XML spreads one Two responses in the Groove script

I have lots of options about selecting values ​​with xpaths Logs have been found, but nothing about passing the full response.

My question is how can I complete the source and target boxes in the property transfer editor?

  1. Add a "property" test phase.
  2. Add properties for each response.
  3. Define a "property transfer" after each request
  4. Set the source for the response to the test phase
  5. Set the target for the property defined in step 3
  6. Access them in groovy like this:

    def props = testRunner.testCase.getTestStepByName ("attribute")
    def response1 = proposoft property value ("feedback 1 ")
    Diff Reaction 2 = Prop. DataProperty Value ("response2")
    printlen response 1 / println response2


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -