Multiple choice technology testing

What is purpose of reusable action

  1. Cannot be inserted as calls to the original action

  2. Can be called multiple times within a test and can be called from other tests

  3. Can be copied and inserted as independent actions

  4. All the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Reusable actions can be invoked multiple times within a test and from other tests, promoting modularity. They cannot be merely copied as independent actions nor are they uncallable; thus the other statements are false.