Guest mwe Report post Posted October 24, 2012 I am trying to test a web site that uses rest urls. The page I need to test is called by a page that allows the user to enter a value. When the user submits the request the value is part of the URL path. e.g. www.mysite.com/restpath/userValue. The value entered by the user (userValue) does not show as a parameter or a hidden value. The only places I can see the userValue are: 1. Name field on the Properties tab, 2. URL Path on the Properties tab, and 3. in the Request Header on the Response Processing tab. I tried to create an Ordered List variable and then use it on the Name and the URL Path but this didn't work. e.g. www.mysite.com/restpath/$Var(restValue) and /restpath/$Var(restValue). Does WAPT support this kind of update? If it does, could you provide and example of how to do this? If not, is there a way to use an ordered list of URLs to call the next page in the test, rather than the next page in the recording? Thank you. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted October 25, 2012 Yes, WAPT supports this. If you give me your profile and specify the page I'll show you how to do this. Quote Share this post Link to post Share on other sites
mewongster 0 Report post Posted March 31, 2013 Yes, WAPT supports this. If you give me your profile and specify the page I'll show you how to do this. Was there any examples posted on how to do this? I too am having problems trying to figure out how to do this. Thanks! Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 2, 2013 You can found an example in our demo clip: http://www.loadtestingtool.com/quick-start-guide.shtml Quote Share this post Link to post Share on other sites
mewongster 0 Report post Posted April 2, 2013 Got it working. Thanks! Quote Share this post Link to post Share on other sites