i have application that generate php/html/asp web sites and i like to be able to
let the possibility to test the sites from within the application . is there any possibility to do that ?
i have application that generate php/html/asp web sites and i like to be able
Share
Testing a web site is a pretty complicated task. While you could certainly write a web server and test engine, I’m not sure why you would want to. I’d suggest using IIS (since you need ASP) as your web server and configuring it to support PHP. Then use WatiN or Selenium, or something similar to test your sites.