is it possible to change the query parameters in REST API from script editor in SOAPUI?
Posted
by
user1518659
on Stack Overflow
See other posts from Stack Overflow
or by user1518659
Published on 2012-08-29T14:07:33Z
Indexed on
2012/08/29
15:38 UTC
Read the original article
Hit count: 257
i am doing load test on this REST API using SOAPUI.
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false
i ve successfully setup the testsuite and all. my doubt is is it possible to change the query parameters in the REST API url by passing values from the script editor(either javascript or groovy) for the test suite when i perform test? if so, how should i write the script?
Hope I am clear with my ques.
© Stack Overflow or respective owner