Hi all currently i am new to katalon and i need help to auto generate a value for random alphabet, alphanumeric, numeric and timestamp for insert query in Katalon script.
currently i am hardcoding with my value below:-
String insertquery = 'INSERT INTO Nb.dbo.DOCUMENT (DOCUMENT,DOCUMENT_TYPE,TIMESTAMP,ID) VALUES ('PP','C231','2022-08-03 22:50:53','22')'
CustomKeywords.'com.database.database.execute'(insertquery).
Hope that there is someone can guide me for auto-generate value when insert query in Katalon.
Thank you and appreciate