Multiple choice technology testing

The test scripts name must contain

  1. a) Alphabets, numbers and ‘_’

  2. b) Alphabets, numbers and ‘*,(),#’

  3. Alphabets and ‘_’

  4. Alphabets and ‘*, (), #’

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

Test script names in automated testing frameworks typically allow alphanumeric characters and underscores. Option A is correct as it specifies the valid characters: alphabets, numbers, and underscores. Special characters like *, (), # are generally not allowed in script names.