Is TDD (Test Driven Development) impossible since testing compose requires that the UI to be tested already exists? Or are you creating a FakeScreen and testing it?
1
-
1Can you please clearify "testing compose requires that the UI to be tested already exists". As far as I understand your question TTD is possible in Jetpack Compose: You can use e.g. Roborazzi screenshot testing. You can also supply your UI with fake data in order to test it without logic.Yannick– Yannick2023-10-31 15:34:34 +00:00Commented Oct 31, 2023 at 15:34
Add a comment
|