QuestionQ260

Develop and test code

You 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
Explanation

SysTestMethodAttribute identifies a method as a unit test. SysTestInactivateTestAttribute marks a SysTest class or method as inactive, preventing it from running.

Community Discussion

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