Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Passing ARRAY types as Request Parameters in a REST Service?

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

Alvi
Posts: 0
Joined: Thu Apr 23, 2015 6:22 pm

Passing ARRAY types as Request Parameters in a REST Service?

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 ?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Passing ARRAY types as Request Parameters in a REST Service?

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

Alvi
Posts: 0
Joined: Thu Apr 23, 2015 6:22 pm

Passing ARRAY types as Request Parameters in a REST Service?

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

Return to “Issues”