There are two ways to import the project. Follow these steps:
- Go to the main menu and click on "Import" and choose Vooki, then select "Import Vooki Project".
- Click on the "Import All Projects" button to import all projects.
Export Vooki Environment Variable
To export the environment variable data, follow these steps:
- Look in the top right corner of the app and select the "Settings Button".
- Click on the "Export All Variables" button and save in the desired location.
Import Vooki Environment Variable
There are two ways to import the Vooki environment variable data. Follow these steps:
- Look in the app's upper right corner and select "Settings Button". Then, click on "Import All Variables."
- Go to the main menu and click on "Import". Choose Vooki, then select Import Vooki Env Variable.
Import Postman Collection
To import the Postman collection, follow these steps:
- Go to the main menu and select "Import," then "Postman", and finally "Import Collection".
- Select the desired Postman collection file, and you are ready to use the collection data in the Vooki app.
Import Postman Environment Variable
To import the Postman Environment Variable to the Vooki, follow these steps:
- Go to the main menu and click on "Import" and choose "Postman" then select "Import Environment Variable".
- Select the desired Postman environment variable file, and you are ready to use it in the Vooki app.
How to Make Use of an Environment Variable
- In the top right corner of the application, we have provided the facility of an environment variable, which is very helpful in setting any global variable value and using it throughout the project.
- To add the new environment variable, click on the setting button on the top right corner of the application and add a new environment variable with its name and value.
- Now to make use of it in the project, you have to include the variable with double curly braces as {{session_token}} where session_token is the name of the key in the environment variable name.
- Now if we include this anywhere, it will replace the value given during the runtime of the scan.