Hi anyone can help me how to use excel row and column value for insert query from katalon so that I would able to see my data in database
So far I have hardcode the value for insert query below:-
String insert query = (‘Insert into document (Document_Id,App_ref_no) values ('567D','12345)’
CustomKeywords.‘com.database.database.execute’(insert query).
Appericate if someone can help me with this solution.
Thank you.