We have been using Nunit Framework for our Test Automation Project.
Programming Language : C# Automation IDE : Visual Studio, Selenium Libraries
Currently we are running all tests in a single namespace and class file.
We have got a requirement to divide the test cases as below
- Implement Test Suite concept like Smoke Suite, Regression Suite
- Divide the test cases into functionality wise and keep in Regression suite.
For example : Smoke Suite : All general test cases
Regression Suite should contain Functionality1, Funtionality2,...Functionality n test cases, like we see in HP ALM or Microsoft Test Manager.
like under regression suite ..login test cases, book ticket test cases, Cancellation ticket test cases...
Could you please have a look once and let me know the attributes, way of implementation ideas in Nunit Framework.
Regards, Khaja Shaik