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!