Skip to content

Link and De-link Mobile Binary using QaCONNECT REST API

Before reading this you might want to see:

Main Article


There can be situations where you might want to perform tests with a different approach for every environment that you have deployed your application in. Worksoft SaaS provides you the flexibility of Linking and De-linking your Uploaded Mobile App Binary to the environments that you have created. 

Your Mobile App Binary can be linked and de-linked to the specific environments created in Worksoft SaaS using a QaCONNECT REST call.
  • To link your Mobile App Binary to the list of environments mention the actionTypeCode as 'A'.
  • To de-link the list of environments from the mobile app binary mention the actionTypeCode as 'D'
Please note that some value has to be provided as the parameter actionTypeCode does not have any default value.

For more on link and delink Mobile App Binary, refer to the second POST method in this article and the example 'Link the specified environments to a specific Mobile App Binary.'

After reading you might want to see: 

Feedback and Knowledge Base