Link to home
Start Free TrialLog in
Avatar of Steve Sperber
Steve SperberFlag for United States of America

asked on

how can we debug java test ng integration test cases in eclipse by running ant command from command prompt

i run ant command to run integration test cases from command prompt.
i am unable to debug the failure of  the test case which is part of test suite
how can we debug in eclipse( by stopping test execution at a method and go step by step) from there
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Are you talking about a JUnit test?  If so, there should be a stack trace of the exception, if you run it in the Eclipse IDE.
ASKER CERTIFIED SOLUTION
Avatar of Mark Bullock
Mark Bullock
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Steve Sperber

ASKER

nice