Katalon Record and play issues

Hi @newbie

  1. It’s hard to tell, please provide with screenshots and more detailed explanations of the desired behaviors and expected behaviors.
  2. I think this is true for most Recorder tools, automating calendar and date pickers is a relatively difficult task.
  1. You can click on Add Keyword within Katalon Studio’s Web Recorder to add a test steps even in the middle of the recording. Please try to see if it works

https://docs.katalon.com/katalon-studio/docs/record-web-utility.html#record-using-existing-test-case

  1. You first need to parameterize your test cases (that is using variables instead of hard-coding values), and then add them to a test suite where data-driven is supported, then you need to create a Test Data and bind the Test Data into the test cases in test suite. Please refer too our documentation page for more detailed explanations.

https://docs.katalon.com/katalon-studio/videos/apply_data_driven_katalon_studio.html