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
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
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 ?
Sure, you can import them as it is showed on screenshot: http://prntscr.com/7b3zqf
wow, how did I miss that , Thank you so much this makes life alot easier.