Skip to main content
Transform your testing process with: Real Device Features, Company-wide Licences, & App Percy

Specify application under test

While executing your XCUI tests, you must specify the uploaded app to run your XCUI test cases on. In order to do so, you need to pass the app parameter in the REST API request to start your test execution. You can set its value in one of the following ways :

  1. Using an app_url value: This is returned in the response to an app upload REST API request.
  2. Using a custom_id value: This is the custom ID you defined in an app upload REST API request. By default, it will pick the last build of your uploaded app under the given custom ID.
  3. Using a shareable_id value: This is returned in the response to an app upload REST API request. It enables other users in your organization to test an app you uploaded.

REST API endpoint :

POST /app-automate/xcuitest/v2/build
Parameter Description Values
app Specify the application under test for your XCUI tests. This is required. For your uploaded app, use one of these values : <app_url> or <custom_id> or <shareable_id>

Example cURL requests :

Use a sample app_url to specify the application under test for your XCUI test execution :

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
-d '{"devices": ["iPhone X-11"], "app": "bs://f7c874f21852ba57957a3fdc33f47514288c4ba4", "testSuite": "bs://e994db8333e32a5863938666c3c3491e778352ff"}' \
-H "Content-Type: application/json"

Use a sample custom_id to specify the application under test for your XCUI test execution :

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
-d '{"devices": ["iPhone X-11"], "app": "SampleApp", "testSuite": "SampleTest"}' \
-H "Content-Type: application/json"

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback!

Talk to an Expert
Download Copy