Thanks for trying to help, let me clear some of this up. Like I mention
before, we have iOS app, written in ObjC and Swift, and we use a native
test environment XCTest UI, all this live in Xcode. We run tests via
Jenkins using xcodebuild command. We have Adobe SDK that implemented in
the App. So when user perform some action - app generate and sent data
to analytic server. So now, we can test this is 2 major ways:1. Change
the Endpoint (using Bloodhound, fake server, wiremock and etc) and check
...