1

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
  • 1
    Can 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. Commented Oct 31, 2023 at 15:34

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.