Skip to content

Creating Test Scripts for Mobile App Testing

Before reading this you might want to see:

Main Article

Test Scripts in Worksoft SaaS are the building blocks of the Test Runs that are executed. These contain the commands/actions that are to be performed on the application.

Any Test Script has three sections, Command, Target, and Value. These are to be saved in a CSV(Comma-Separated Value) format. The locators detected from Appium Desktop/Inspector are placed in the csv file along with the commands.

A sample would be,



Before you create, please know the following restrictions

Formats Allowed: .CSV
Maximum Rows Allowed: 2500
Maximum Columns Allowed: 3
Maximum File Size Allowed: 1MB

A sequence of such actions should be saved as a Test Script (in CSV format)and uploaded to Worksoft SaaS to execute your Test Runs.



Feedback and Knowledge Base