Currently in Katalon we can use a group of keywords to perform a test step.
E.g. A test step could be: Login with a valid username and password.
We can break it into Katalon keywords like:
Navigate to Url
SetText username
SetText password
Click Login button
It would be great if Katalon has a mechanism to group these keywords so that we can provide a step desciption as mentioned above for a group of keywords. This would help to import these test steps into a test management system in a format that would be readable for users not familiar with Katalon.
Proposal: Select a set of keywords and right click and select Group, that opens a popup where a user can provide step descriptions.
Also, please note Comment doesnt help here as it actually doesn’t group keywords.
did that already to log start and end of step to be able to group them. Do you have some better idea for custom keywords? Anyways, in built feature with UI support to group would be helpful.
well the given scenario was just an example. The need is to group any keywords not just the example given. And writing custom keywords for everything would not be an optimum solution.
I think is way more simpler than that (using external calls or keywords), is something similar to statements visuals (where you can expand and colapse at will, or to move, copy the whole group)
I know, as the title suggest, this sounds more like a feature request and is been two years since, but please if you can consider this, it would be helpful.