Dynamic form testing

Hi,

I’m currently looking into Katalon studio for testing our applicatation. We have 100+ forms that are completely dynamically. So every input can influence every next question. I was wondering if it is possible to build such a test automated.

I can build every test with the web recorder but then I still need to run through every form and form option. Is it possible that the system find al the options there are in the form and process it all automatically or is this an impossible challenge?

Beste regards,

Niels

You might be able to loop through some of the options. Perhaps set up called test cases and have each one a loop that builds on each field one at a time. There are a few possible approaches but I think its going to take some work regardless.