14 years ago
How to resolve tag deletion in SOAPUI pro when left blank
-While passing empty tags in the request, during execution it removes the entire tag which is left blank and for the next iteration it is throwing an error in the response since the request is not correct.
-Currently we are doing Data Driven Testing, so for some iteration the field should be passed with values and for some iteration it should be left blank. While leaving blank it is removing the entire tag and then save the project and close SOAP UI Pro tool.
-So next time while importing the project the request structure is modified and not able to get the expected response.
-So because of the issue each time we need to create one request and have to give the input fields. Not able to perform the DDT in our case because of this issue.
Example:
Step1:Run with below request and save and close the project
<AddressLine1>State street</AddressLine1>
<City></City>
<State></State>
Step2: Import the project and the request structure will be in the below format.
<AddressLine1>State street</AddressLine1>
kindly suggest on this to overcome the issue, so that the request structure should remain same while importing the project after saving.
-Currently we are doing Data Driven Testing, so for some iteration the field should be passed with values and for some iteration it should be left blank. While leaving blank it is removing the entire tag and then save the project and close SOAP UI Pro tool.
-So next time while importing the project the request structure is modified and not able to get the expected response.
-So because of the issue each time we need to create one request and have to give the input fields. Not able to perform the DDT in our case because of this issue.
Example:
Step1:Run with below request and save and close the project
<AddressLine1>State street</AddressLine1>
<City></City>
<State></State>
Step2: Import the project and the request structure will be in the below format.
<AddressLine1>State street</AddressLine1>
kindly suggest on this to overcome the issue, so that the request structure should remain same while importing the project after saving.