Tuesday 25 October 2011

Run selenium tests in NUnit

Download latest version of NUnit from http://www.nunit.org/index.php?p=download

After NUnit installation Go to -->Start--->Programs-->NUnit-->Click on NUnit

NUnit GUI will open.

Go to File--> Open Project--> Browse for .dll for the above project-->click on open

On Left Side bar we will the Name Space , Class name of the project and Methods present in the project.
Click on Run button 

                         
We will get the Result like below screenshot. If all the steps executed succesfully then we will get Green color bar other wise Red color with the error messages. 


If we want to see any output messages Goto-->Text Output tab at the bottom.

No comments:

Post a Comment