jonathan_ehman
11 years agoNew Contributor
Troubles with Firefox reliability during TestComplete test
Our company runs a large number of tests on our email client using TestComplete. This includes going to each page and making sure that it loads and certain information is displayed in multiple langua...
- 11 years agoYou need to identify when the screen refreshes and then make a call to wait for the screen to redraw.
Our web pages have tabs on them, so after running the click method on a tab, I then call WaitForPageToRedraw(). Other situations are when navigating to different pages, or when clicking on a button that changes the UI to display a grid.
In one situation I have to put a delay in before calling WaitForPageToRedraw() due to a lag between clicking the Save and Close button and the screen beginning to redraw.