Multiple choice technology

which of the following formats will be allowed by the rule scenario manager to write test cases?

  1. Junit

  2. XML

  3. Excel

  4. Text files

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

XML and Excel are standard structured formats supported by rule scenario managers for importing test case data. JUnit is a testing framework itself, not a data import format, and plain text files lack the structure needed for organized test inputs and expected outputs.