How to change the Base URL of a project from UI?

Users can change the base URL of a project for Test Recording/Execution in case if the user does not wish to change the base URL during the recording or executing the recorded tests, by following the steps mentioned below:

Step 1: Go to the project explorer view > .vscode > Open settings.json

Step 2: Now mark the “.qas-data” as ‘false’ and save the changes. Refer to the below screenshot;

Step 3: Now navigate back to the explorer and select ‘.qas-data’ folder > Open .project file

Step 4: Now you can change the base URL as per the requirement and save the changes. Refer to the below screenshot;

Update the JSON file without disturbing the structure, as it can affect the project configurations.

Step 5: After updating the .project file navigate back to the .vscode folder > Open settings.json.

Step 6: Mark the '.qas-data' as ‘true’ and save the changes.