Lewati ke konten utama

Widget / UI Testing

Test untuk memverifikasi komponen UI berperilaku sesuai.

Platform Tools​

PlatformTool
AndroidCompose UI Test (composeTestRule)
iOSXCTest + ViewInspector
FluttertestWidgets (flutter_test)
React NativeReact Native Testing Library

Apa yang Ditest​

  • ✅ Widget menampilkan data yang benar
  • ✅ Loading / error / empty state muncul sesuai kondisi
  • ✅ User interaction (tap, scroll, input) memicu callback
  • ❌ Pixel-perfect layout (gunakan screenshot testing)
  • ❌ Navigation antar screen (gunakan integration test)