[SOLVED]JDBC Request assertion failure not passed back to calling test case
I have a JDBC Request step in a test case (call it A) which gets called from another test case (call it B). When I run A the test case is failed if the step fails, but if I call A from B, B never gets...