Testing센드버드interview report
Testing an SDK
Say you're building a chat SDK that ships inside other companies' apps rather than an app of your own. From a testing point of view, what changes compared with testing an app?
Testing an SDK
Say you're building a chat SDK that ships inside other companies' apps rather than an app of your own. From a testing point of view, what changes compared with testing an app?
TestingShort answerIntro
What's the difference between unit tests, integration tests, and UI tests?
#integration-test
Build and distributionMultiple choiceBasics
Your app has a deployment target of iOS 16 and you want to call an API added in iOS 17. W…
#sdk
Build and distributionMultiple choiceExpert
You're shipping an internal SDK as a closed-source binary. Which of these is a reason you…
#sdk
iOS system designMultiple choiceAdvanced
You're designing an iOS client SDK for chat and calling that other companies' apps should…
#sdk