QuestionQ42
Develop and test codeYou 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
Community Discussion