MCQOPTIONS
Saved Bookmarks
| 1. |
Which method from TestCase class returns the name of a Test case? |
| A. | String testCaseName() |
| B. | String getTest() |
| C. | String getTestCaseName() |
| D. | String getName() |
| Answer» E. | |