Home »
MCQs »
TestNG MCQs
By using the @____ annotation, you can create multiple test cases
26. By using the @____ annotation, you can create multiple test cases.
- Test
- Before
- After
- BeforeClass
Answer: A) Test
Explanation:
By using the @Test annotation, you can create multiple test cases.