Hi,
I’m asking help, i’m not familiar with Katalon or other automation tool and I’m a super beginner in code.
So here is the explanation.
I have to test a survey which depending on the answer you put will give you a certain type of result.
For that i’m testing the survey step by step.
My first step is to select automatically the different answers from a dropdown menu by doing a loop.
For example
Question 1 : Which model do you have ?
Answers (list of models):
Choice 1
Choice 2
Choice 3
So I would like the tool to first pick the Choice 1 then start again using a loop but this time make it choose the Choice 2, etc.
Is there a way to make the tool pick a different answer after each loop without creating too much lines in the script ? Like using variables ?
Thanks for helping