QuestionQ260
Develop and test codeYou are developing new features for an app.
You must unit-test the features by using the SysTest framework.
You need to create unit-test code with the 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