MartinSpamer's avatar
MartinSpamer
Frequent Contributor
6 years ago
Status:
New Idea

Defect: Copying (ctrl+c) test steps from runner returns the objects reference not labels

When copying the test steps from the test runner the paste buffer contains the object references not the labels.

  • com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep@2a804b01
  • com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep@56573528
  • com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep@54e712b8

 

When copying the test steps from the navigator with (ctrl+c) the paste buffer contains the correct text.

 

 

 

 

 

 

Results in the following useful content for transfer to documentation.

  • Create admin
  • Test Steps (3)
  • Given json content for the create admin request
  • When /admins is Created
  • Then the response is as expected
No CommentsBe the first to comment