5 | Finalize and run your script
At this point, you are almost ready to execute your test.
To finalize and run your script:
-
Double-check that your script (or the configuration file in case of NodeJS) includes all relevant details to run with Perfecto:
-
Perfecto cloud URL
-
Security token
-
Capabilities
See also Supported Appium capabilities. -
App file locator
-
-
Add your own code as applicable.
-
Run the script based on your language and wait for the execution to end.
Steps for C#-
In Visual Studio, select Build > Build Solution.
-
To execute the native test in C#, select Test > Run All Tests.
Steps for Python-
In a command line window, navigate to the Python folder.
-
To execute the script, run the following command:
-