Page 2 of 2

Passing ARRAY types as Request Parameters in a REST Service?

Posted: Thu May 28, 2015 11:31 am
by Serhii Kulibaba

Hi Alvi! You can't test array's item, but you can add one more item [0] and test it: http://prntscr.com/7abqwe
It happens because of appery doesn't know value of "i" on this step


Passing ARRAY types as Request Parameters in a REST Service?

Posted: Thu May 28, 2015 1:26 pm
by Alvi

Thanks for your response, I will test this method , but not sure how it will work with passing a null object to the REST service.
Question:
Is there a way to import request parameters, like we can do for response ?


Passing ARRAY types as Request Parameters in a REST Service?

Posted: Sat May 30, 2015 1:38 pm
by Serhii Kulibaba

Sure, you can import them as it is showed on screenshot: http://prntscr.com/7b3zqf


Passing ARRAY types as Request Parameters in a REST Service?

Posted: Sat May 30, 2015 2:37 pm
by Alvi

wow, how did I miss that , Thank you so much this makes life alot easier.