Hello Team,
I wanted to do testing with multiple inputs.
For example , please find the below flow
#me
I want to form team
#bot
Please enter the name of the team
#me
Players
#bot
CARD Please select the type of match
BUTTONS Cricket|Hockey|Badminton|Tennis|Football
#me
Cricket
#bot
Your team has been successfully created.
So, here in this flow , I selected Cricket as a “Match” → that is test1. But I want to test all the other matches one by one.
How to do it by botium?