Zeuz

Actions: Summary: Actions are the most critical aspects of ZeuZ. They are the ones that drives your automated test cases. You can build any logical flow of your product based on these actions. ZeuZ comes with various programming logic which enables you to create, various loop, if/else condition, dictionary, arrays, nested loop, while loop with if/else conditions, and more to build complex and robust test case without write any code. Once you are familiar with how to utilize these actions in ZeuZ, you will be able to perform complex business logic at ease without writing a single line of code. Additionally, zeuz comes with common activities done in test automation that requires complex coding such as parallel execution, threading and much more in a simple action. As an example, if you have a random pop up that comes in the middle of your test run, you can add an action called “By Pass Action” which will handle this task for you when the random pop up comes. You can also save variables or generate random data and re-use the variable through our test case. We will learn a more of how to harness power of ZeuZ actions in our upcoming lessons.