Execute Network Call by Selector

Purpose: Runs a network call identified by a selector within your test.

Syntax:

execute:“selector_name”

Example: To fetch user profile data using the “getUserProfile” selector

execute:“getUserProfile”

Last updated