Defect: Copying (ctrl+c) test steps from runner returns the objects reference not labels
Status:
New Idea
Submitted by
MartinSpamer
on
04-17-2019
02:48 AM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.