By which of the following way(s) can the test cases be disabled in TestNG?

29. By which of the following way(s) can the test cases be disabled in TestNG?

  1. @Test annotations allow you to disable test cases.
  2. XML files can be edited to disable test cases.
  3. Both A and B
  4. None of the above

Answer: C) Both A and B

Explanation:

By the following ways the test cases can be disabled in TestNG -

  1. @Test annotations allow you to disable test cases.
  2. XML files can be edited to disable test cases.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.