Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
326 views
by
In our application, we have implemented a spinner/bar that displays when the site is loading. How do I test it? As, on my machine, the application loads fast enough for me to notice the bar/spinner.

1 Answer

0 like 0 dislike
by The go-to Tester (142 points)

This is bit simple,

If you are using the Chrome browser, go to developer console [F12] > Network > You will see Online next to the Offline check box.


Click on it, and select Slow 3G.

That should work.

...