fbpx
Tag

location

Browsing

Sometimes you run a performance test just to make sure your application works fine for different browsers or locations. But in other cases you may know exact thresholds for some metrics, that would show that application works as expected. In these cases using assert preconditions is a clever idea that can save you time and improve your testing. Assert values often can be dependent on different circumstances, such as different CPU usage based on browser…