BEGINNER • Mobile Foundations
Sprint: improve test coverage #6
This lesson focuses on improve test coverage for a messaging app app. Commands: xcrun simctl | npm run android | expo start.
Code Example
// SwiftUI
struct ContentView: View {
var body: some View {
VStack {
Text("messaging app")
Text("improve test coverage")
}
}
}Commands & References
- xcrun simctl
- npm run android
- expo start
Lab Steps
- Run xcrun simctl
- Implement feature
- Test on device
- Document findings
Exercises
- Add one validation
- Improve one UX flow
- Write one test