Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how to use Nunit testing framework for automation testing a website or any other free testing tools for automation testing websites means please giv me solutions.
Posted
Comments
Sergey Alexandrovich Kryukov 19-Dec-11 14:55pm    
Not clear what help do you expect. Comprehensive documentation is freely available.
--SA
RaviRanjanKr 19-Dec-11 15:36pm    
please be more clear while asking question. we need more information about your question.

The basic ideas on what it is are explained here: http://en.wikipedia.org/wiki/Nunit[^].

The product itself comes with comprehensive documentation:
http://www.nunit.org/index.php?p=documentation[^],
http://www.nunit.org/index.php?p=runningTests&r=2.5.10[^].

If you start using the tool and face particular concerns or problem and can clearly explain them, we will gladly try to help you.

—SA
 
Share this answer
 
Comments
Prashant Srivastava LKO 28-Jan-12 5:02am    
Nice answer sir, my 5
Sergey Alexandrovich Kryukov 28-Jan-12 5:07am    
Thank you, Prashant, but I missed the fact it was about Web application.
In return, I added Selenium links to the answer by Pete.
--SA
NUnit is not designed to automate web site testing. The tests it performs are really designed to work with none visual functionality, such as testing business logic. Saying that, there are numerous open source web test utilities. One of the most popular is called Selenium.
 
Share this answer
 
Comments
Prashant Srivastava LKO 28-Jan-12 5:02am    
nice answer my 5
Sergey Alexandrovich Kryukov 28-Jan-12 5:05am    
5-ed.

http://en.wikipedia.org/wiki/Selenium_%28software%29
http://seleniumhq.org/

--SA
Pete O'Hanlon 28-Jan-12 7:22am    
Thanks for posting the link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900