InterviewSolution
Saved Bookmarks
| 1. |
___________ class is an Action that executes a BeanShell script.(a) ScriptedAction(b) Scripted(c) Action(d) ScriptedActionClassThis question was addressed to me in an interview.I need to ask this question from Maven Introduction topic in portion Running JUnit Tests from Maven2 of JUnit |
|
Answer» CORRECT ANSWER is (a) ScriptedAction Explanation: ScriptedAction class MAKES it EASY to implement custom actions. |
|