QuestionQ42

Develop and test code

You are developing new features for an app.

You must perform unit testing for the features by using the Unit Test framework.

You need to create unit test code using appropriate test attributes.

Which test attribute should you use? Each test attribute may be used once, more than once, or not at all.

Drag & Drop
SysTestMethodAttribute
SysTestInactivateTestAttribute
SysTestCheckInTestAttribute
SysTestTargetAttribute
Unit testing code
Indicates the class or method is deactivated
Explanation

SysTestMethodAttribute identifies a method as unit test code. SysTestInactivateTestAttribute marks a test class or method as inactive (deactivated).

Community Discussion

No comments yet. Be the first to start the discussion!