What's the differences between TestNG run and normal run? Thanks in advance.
Wei DuJun 18, 2018Then why we bother to rightclick the class signature then-> RUN AS TestNG, just click RUN is much easier right?:)
alexsiminiuc3Jun 18, 2018because running from the toolbar may run tests from other open projects or all tests from a test class.
what is normal run?
just click RUN on the Eclipse top bar.
no difference
Then why we bother to rightclick the class signature then-> RUN AS TestNG, just click RUN is much easier right?:)
because running from the toolbar may run tests from other open projects or all tests from a test class.
Good to know, thanks.