Please enable JavaScript.
Coggle requires JavaScript to display documents.
Basic NUnit C# (Attributes ([Category] (Switch to Trail mode to see Test…
Basic NUnit C#
Attributes
-
-
-
-
-
-
-
-
-
[TestCaseSource]
Reference to external test data (E.g: csv , txt ...)
Return test data from class
-
Logical Arrange, Act, Assert Test Phases
Arrange
Setup test object(s). Initialize test data, etc
-
Assert
call method, set property etc
-
-
-
-
String values (EqualTo, StartWith,EndWith...)
Boolean Is.Not.True, Is.False
Ranges (Is.CreaterThan, LessThan...)