Guest George Report post Posted October 26, 2009 Hi, I am testing a site that allows a search using a comma separated list as the criteria in the usl. This list could be 1 item or could go up to 100 items separated by commas. For example: http://localhost.here.com/p-ws-public/ws/c...show/moneywatch or it could be:http://localhost.here.com/p-ws-public/ws/categories/videos/fetch?categoryKey=/ng/tv/show/viva-laughlin,/ng/tv/show/conviction I want to be able to take items randomly from an external file and build a comma separated list dynamically. Is there some way to do this in WAPT? Can I script this? Any ideas? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted October 30, 2009 Hi, George In the current version of WAPT you can initialize a variable by random value from an external file and use it as URL path. But the file should contain already formed URLs. In the next version of WAPT Pro you will be able to use java script and build URL path dynamically during a test. Quote Share this post Link to post Share on other sites
Guest mshrestha Report post Posted November 19, 2009 Hi, George In the current version of WAPT you can initialize a variable by random value from an external file and use it as URL path. But the file should contain already formed URLs. In the next version of WAPT Pro you will be able to use java script and build URL path dynamically during a test. Hi Which version are you talking here? I've WAPT Pro 1.0 Built on May 7 2009. Does it have support for the java script? Manish Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted November 23, 2009 Hi Which version are you talking here? I've WAPT Pro 1.0 Built on May 7 2009. Does it have support for the java script? Manish WAPT Pro 2.0 will support java script execution. Quote Share this post Link to post Share on other sites