Multiple choice technology programming languages

Namespace for Unit Testing

  1. Microsoft.Visualstudio.TestTools.UnitTestingFramework

  2. Visualstudio.TestTools.UnitTesting

  3. System.UnitTesting

  4. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The standard namespace for unit testing in Visual Studio is Microsoft.VisualStudio.TestTools.UnitTesting, making none of the listed options exact matches.