mewongster 0 Report post Posted April 16, 2010 Trying to build a basic WAPT script to just render pages. For example, a script that will just go to www.site1.com - and that is it... I would like to know if within the script, is it possible to parameterize and make data driven the "site1" portion? Thus, the "site1" can be replaced randomly from a data source file that list: site1 site2 site3 ... ... site100 ... siteN New to WAPT, and I know this is probably easy, but does anyone have an example of something similar to this type of scenario? Or, can point our some "usage" samples already discussed within this WAPT forum? Thanks! Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 16, 2010 You can't do that. Why do you need this feature? Quote Share this post Link to post Share on other sites
mewongster 0 Report post Posted April 16, 2010 I have a few URL's to view each day. Just want to make sure my DB can handle a load of 10 users just hitting the URL. I can do this in WAPT by recording 10 to n lines of my URL, but just wanted to know if there was a way to do this by pointing to a file that contained all my URL's. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 19, 2010 In WAPT you can change an URL path, but can't change a server name during a test. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 19, 2010 We've added to WAPT Pro 2.0 ability to use variables in a server name. You can download WAPT Pro 2.0 from http://www.loadtestingtool.com/forum/builds/WAPTPro2.0.zip Quote Share this post Link to post Share on other sites
Guest cirej2000 Report post Posted April 21, 2010 We've added to WAPT Pro 2.0 ability to use variables in a server name. You can download WAPT Pro 2.0 from http://www.loadtestingtool.com/forum/builds/WAPTPro2.0.zip Quick question, Sergei. Inclusive of all of the other changes from earlier Beta 2.0 builds? Thanks, Eric Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 22, 2010 Yes. Quote Share this post Link to post Share on other sites