ANT Skips test in middle of execution | Selenium Forum
M
Posted on 01/09/2015
[attachment=1:305jtzoh]ant_issue.JPG[/attachment:305jtzoh]
Hello,

I have developed a hybrid framework with testng it has one suite and 2 tests, it runs fine with testng.xml and pom.xml,
but when i try to run it from build.xml it skips to next iteration after executing first keyword(in this case openBrowser) and jumps to next iteration, please refer to attached screenshot .

short description of issue:
after executing keyword "openBrowser" it should jump to next keyword "navigate" but instead it fails that test iteration and jumps to next iteration.

It Just launches the browser and skips the test, please help.

also refer to eclipse screenshot.
:oops: :shock:
[attachment=0:305jtzoh]testng.JPG[/attachment:305jtzoh]

M
Replied on 02/09/2015

yeah that because of log4j.

they are just warnings Google them if you want to get rid of them but the are no trouble to program.