AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
What Is Full Widget Tree Testing?
Full widget tree testing is not just about testing small widgets in isolation, but the whole app widget tree. With this approach, you can say that it's a bit like integration testing,. But instead of using the real API and networking, you mock your whole API part. You actually test everything up to network response layer. So let's go start working into the full widget tree testing, right?