1

Hi anyone can guide me on how can I insert record into database by using Katalon. I am able to login database in Katalon using custom keyword.

1 Answers1

0

try to use groovy string :

insertquery = "INSERT INTO <<TableName>> VALUES ('${email}', '${number}', 'DEV_CH')"
Kishan Mevada
  • 662
  • 1
  • 6
  • 17