Is there a syntax for running a test case only if previous test case has passed?
I'd like to do something like this:
If ${PREV_TEST_STATUS} == "PASS" Then Run This Test Case--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/h4Ebwo-6z0AJ.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
Sure,Just do something like this at the beginning of your test:Should be True "${PREV TEST STATUS}" == "PASS" Previous test ${PREV TEST NAME} failed- Jussi
On Aug 15, 2012, at 10:24 AM, finspin <jaros...@gmail.com> wrote:
Is there a syntax for running a test case only if previous test case has passed?
I'd like to do something like this:
If ${PREV_TEST_STATUS} == "PASS" Then Run This Test Case--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotframework-users/-/h4Ebwo-6z0AJ.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-users+unsub...@googlegroups.com.