Module 18 - Skip Test Cases | Selenium Forum
M
Posted on 24/07/2016
Hi,
I want to skip my "RegisteTest" test case and only run "LoginTest" test case with "RunMode" = Y in Excel sheet.

When control goes to run my "LoginTest.java" file it throw an exception on line "[b:3glael4v]Assume.assumeTrue(false);"[/b:3glael4v]. so please suggest where i am wrong.

[b:3glael4v]Project,Excel and screen shot is attached.[/b:3glael4v]

M
Replied on 25/07/2016

what are you trying to do?

line number 19 will always give an error because the code is expecting true and you are providing false.