May 20 2007
WebTest Fixture: Automate Web UI Testing from FitNesse
The contents of this page have moved to FitNesse.Info. See also How to test AJAX sites with FitNesse and Selenium RC and Automating web tests with FitNesse and Selenium.
May 20 2007
The contents of this page have moved to FitNesse.Info. See also How to test AJAX sites with FitNesse and Selenium RC and Automating web tests with FitNesse and Selenium.
hi i am using WebTest an extension to FIT/FitNesse, while doing simple test like trying to login in to http://www.rediffmail.com
code is
21095 Last Four Test Commands:
1.setContext(21095)
2.open(http://rediffmail.com/)
3. type(login, nav_1111)
4. type(passwd, abc123)
mail page od rediffmail is getting oppened , but in console its is showing Permission denied . why this i am getting ? plzz help me .
you are probably getting permission denied from the web site. that is not a message coming from fitnesse or webtest library.