Hello Community,
I would like to ask for your help with a DDT test I am working on. I want to simulate adding tags to the html tag field from a CSV file.
Example:
CSV file
| Programming Langage | Framework Tags !
|------------------------------------------------------------------------------------------------------
| Java | Spring, Spring Boot, Struts, Hibernate |
If I want to manually enter the tags in the tag field, I write the tag and press Enter. Tags will appear separately
However, when I do it through the Katalon Recorder, all the tags will come as a single tag and not separeted (which is obvious)
To achieve this, I want to build a logic that:
-
Count the number of tags in the CSV file
-
Find a way to separate them
-
Iterate through the tags and press Enter(like when it’s done manually)
***** Tags.html attached**
tags.html (2.6 KB)
Thank you!