11.8k views
0 votes
Tests are typically written to ensure the following:

1.___ action;
2.___ action;
3.___ behavior;
4.___ behavior;
5.User ___ and ___.
A) Positive / Negative / Expected / Unexpected / Permissions / Authentication
B) Create / Delete / Normal / Abnormal / Authentication / Authorization
C) Insert / Update / Valid / Invalid / Authentication / Permissions
D) Execute / Rollback / Correct / Incorrect / Roles / Profiles

User Valegians
by
8.0k points

1 Answer

5 votes

Final answer:

The correct answer to the question is A) Positive / Negative / Expected / Unexpected / Permissions / Authentication, as these terms cover the broad range of testing required for systems to ensure functionality and security.

Step-by-step explanation:

Tests are typically written to ensure several aspects of a system's functionality, these include:

  1. Positive action
  2. Negative action
  3. Expected behavior
  4. Unexpected behavior
  5. User Authentication and Permissions

Correctly selecting the options from the provided choices, we get:

A) Positive / Negative / Expected / Unexpected / Permissions / Authentication

This choice covers the range of testing that is important for systems, particularly information systems or software development, where ensuring that both the expected positive and negative outcomes occur is critical. Also, verifying the correct behavior under both expected and unexpected conditions is important. Lastly, checking that user permissions are enforced and authentication is functioning correctly is essential for maintaining system security.

User Ruger
by
8.2k points