import-export-script

You can enjoy seamless control over the Scripts with import and export functionalities:

Prerequisites

  • Previously Created Project

  • Previously Created Module

  • Previuosly Created Script

Export Script

It allows the user to export the steps available within a script with a simple action called 'Export as.' It also allows the user to select different formats for export, such as JSON and XLSX.

Steps to Export Script :

  1. Navigate to the script from which you want to Export .

  2. Click on the "Export as" Button and Select the file type to export the Test Script.

  3. A file with the selected type[JSON/XLSX] will be downloaded.

    Export Script

Example of XlSX/JSON

Excel Sheet
Sample Json

Import Script

Now, users can also import downloaded test scripts from any project using a simple action called 'Import File' , which allows users to select different formats for import, such as JSON and XLSX.

Steps to Import Script :

  1. Navigate to the script in which you want to import the steps.

  2. Click on the "Import File" Button and Select the file to import the test steps (JSON/XLSX).

    File Explorer
    Import Script

Last updated