Thanks Kartik for the reply. Maybe I wasn't very good at explaining
what I meant by a template. The templates I am referring to appear
when you right click to create a New Java class or Enum or Interface
or... The result of the action is that a preconfigured template will
appear in the editor with the package and name you have given it.
I have read up on Eclipse templates and from what I can tell TestNG
does not have any installed but they do not appear to be difficult to
create.
Run or Run As... work just fine for me.
On Nov 16, 12:25 pm, Karthik Krishnan <
krishnan.1...@gmail.com> wrote:
> You can configure TestNG test as follows:
>
> Run - > Run -> Select TestNG launch settings.
>
> Kartik