Enhancing Katalon Recorder scripts with TestGold ================================================ Katalon Recorder is a popular solution to quickly generate selectors in preparation for testing a webpage. The TestGold platform can ingest exported XML files from the Recorder and automatically generate robust selectors. Below, we describe how to export XML from Katalon Recorder, upload it to the TestGold platform, and then get back robust selectors. Record a test and export it to XML ---------------------------------- Use Katalon Recorder to record a test. .. image:: _static/katalon-recorder.gif :width: 100% :align: center :alt: Katalon Recorder test recording After you're done recording, removing extraneous test actions (such as mis-clicks, clicking outside of input boxes, etc.) is optional; if TestGold detects a valid CSS or XPath selector, it will process it. The Chrome browser is used to execute the test steps. We currently support the following test step actions: - open - click - doubleClick - contextClick (right-click) - mouseOver - submit (direct form submission) - ``