Forum Discussion
nmrao
Champion Level 3
Data / more specific details are more important while posting the question for better & quick help.
dev16
8 years agoContributor
hi
i have excel sheet where all Customer name are available that i want to post /create
below are the data sample excel sheet
CustId | First Name | Last Name | AGE | ADD | City |
Cust1 | Anand | Mishra | 60 | sb road | jaipur |
Cust2 | Sanjay | chaudhari | 56 | chaudhari chowk | Agra |
Cust3 | Nilesh | Chavan | 40 | nirhari road | Beed |
want to insert/post the data
Plz guide
BR
Dev
- nmrao8 years agoChampion Level 3Thank you. Now how this data needs to be used in the next request? Or sample next step request would be helpful.
- dev168 years agoContributor
Thanks for Reply.
next request will be json request ..
{
"addressLine1": "sb road",
"addressLine2": "Sb road",
"birthDate": "1991-07-07",
"city": "Jaipur",
"district":"",
"email": "abc@test.com",
"firstName": "Leena ",
"lastName": "W",
}I m using free versions soapui5.2.1
so please guide me
Thanks
Mahadev Panchal
- nmrao8 years agoChampion Level 3Have you followed link provided in the above reply? Have made any progress?
- nmrao8 years agoChampion Level 3By the way, check below thread to see if that helps.
https://community.smartbear.com/t5/SoapUI-Open-Source/Need-help-with-converting-a-String-Property-to-Integer-while/m-p/148472#M25001
Related Content
- 7 years ago
- 6 years ago
- 7 years ago