Your Privacy
We use cookies to give you a better experience in Alchemy Help Center
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings in our cookie banner to change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. For more details, check out our Privacy Policy link below.
View Privacy Policy
Strictly Necessary Cookies
These cookies are necessary for the website to function and cannot be switched off in our systems, but do not store any person information. They are usually set in response to your actions that triggers a request for services, such as setting your privacy preferences, logging in or filling forms. You can change your browser settings to alert you about these cookies, but some parts of the Website may not work.
View Cookies
What do I mean by conditional step? Consider this pseudocode:
Pure sequential execution:
Conditional Execution:
Hopefully that gives you the idea. There are 2 ways to accomplish this in an Alchemy test.
OPTION 1 (use menu)
Option 2 (drag-and-drop step)
Also see full use case video at: Conditional Video
1 Votes
Mason posted 3 months ago Best Answer
Also note that in the example above, if the Navigate step fails, the test will fail...UNLESS the user clicks the Navigate step's eyeball, and then changes the Error Threshold to "Warn and continue".
1 Votes
2 Comments
Mason posted 3 months ago Answer
Also note that in the example above, if the Navigate step fails, the test will fail...UNLESS the user clicks the Navigate step's eyeball, and then changes the Error Threshold to "Warn and continue".
1 Votes
Bob posted 3 months ago
For OPTION 1, the user can also select multiple sequential steps, then use "Convert to Conditional" from the menu, and all the selected steps will be included in the "IF". The thing to remember is that the step just previous to the group of selected step(s) will be the step that makes the decision whether or not to execute the conditional steps that the user has selected. Hope that makes sense...
0 Votes
Login or Sign up to post a comment