I have two action in my test
action 1 - import datatable for x number of data and check if user exist then sign out else create user id.
action 2 - go to Yahoo mail account and get validation code and complete the account creation process.
My concern is if user account is exist then i don't want to run action 2 instead of that I want to rerun action 1 for next set of data.
Any suggestion how to achieve this?
action 1 - import datatable for x number of data and check if user exist then sign out else create user id.
action 2 - go to Yahoo mail account and get validation code and complete the account creation process.
My concern is if user account is exist then i don't want to run action 2 instead of that I want to rerun action 1 for next set of data.
Any suggestion how to achieve this?