Skip to content

sanneabhilash/Nunit_CShaprp_CheatSheet

Repository files navigation

Nunit_CShaprp_CheatSheet

This Project aims to provide a quick working code reference guide C# Nunit Automation testing projects.

It has collection of most important attributes and assertions in Nunit along with comments on usage and best practices.

Bonus: A custom attribute to organize your tests cases in groups and run them in sequence or desired order without using any config files.

Hope it saves you the trouble of having to browse through various links in Google or go through the whole Nunit documentation.

Prerequisites:

  • Visual Studio 2012 or later versions installed
  • Nunit VS adapter installed
  • Knowledge on Unit Testing and Test Methods
  • Basic familiarity with Nunit

@Abhilash Sanne