Manual Tests to Automated Tests Conversion for SAP GUI (BETA)

Prev Next

SAP GUI Manual tests with evidence created using Panaya’s legacy Run & Document Recorder can now be converted into automated tests and scripts. Panaya uses your manual test evidence to produce a runnable automated script with complete parameter correlation.

  1. In the Test Tree view, right-click on an SAP GUI manual test and select Convert to Automated Test.

  2. Select the cycle in which you wish the automated tests to be created. You can convert all, or pass tests only, and define whether to keep the folder structure.


  3. To track your request, click the Request Status button in the top-right corner of the screen.


Review Conversion Results

After the conversion is complete, the output should be a fully converted, automated test that can be opened in ScriptBuilder and validated through a debug run. As a best practice, review and refine the test before triggering an agent run.

Key considerations

  • Differences in AUT configuration
    Issues may occur if the target AUT configuration has changed since the original evidence was recorded. For example, a table can now be configured as a grid rather than a standard table.

  • SAP connection settings
    The SAP connection is converted automatically. However, you may still need to update or validate connection parameters.

  • Missing elements
    Some components, such as timeouts or validations, may not be included in the converted test. Review these areas carefully.

  • Parameter correlation
    Parameter correlation is applied automatically during conversion.

  • Legacy evidence alignment
    Older evidence may not fully match the current state of the application or script. Adjust the test where needed to ensure accuracy and stability.