How to run a test case from another test case using Gauge? #2452
edeleong1493
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have this curiosity if exist the possibility to run a test case inside another test case using gauge. I have a test case when one of the steps before to start should confirm a status of a user if the user has an status for example pending I should run a test to change the status from pending to active then when this embedded test case is done continue with the rest of the steps from the main test case. So, that's why I'm asking this question. Thanks in advance!!!
Running test case using following technology:
Java
Gauge
Selenium Webdriver
Beta Was this translation helpful? Give feedback.
All reactions