Hybrid, Mobility

Flutter Test Coverage

As a good practice we should always write unit tests while writing the code for a software. Next, it is important to measure that the test we write is enough for our code or not, as per our coverage criteria. We leverage a few tools, discussed below, that check which lines of the codes are not covered in the tests. Pre-requisite (basic...

by saurabh.sablok
Tag: testing percentage
03-Jul-2022