Forum Discussion

gdave's avatar
gdave
Regular Contributor
5 years ago
Solved

Testing Screen Resolution

Hi all

I am new to TestComplete web module and I was wondering if it is possible to test screen resolution.

 

We recently got a feedback that a part of our newly developed functionality looks different on different screen resolution i.e desktop vs a laptop computer. It would be good to know if there is any possibility to test this through TestComplete.

 

Thanks.

 
  • The answer is that yes, you can... but it involves doing image comparisons which are notoriously difficult to nail down due to pixel differences, color differences, etc.

     

    I usually skip any "look and feel" testing when it comes to running automated tests.  You end up spending so much time in the coding and the debugging of image comparisons and such that you could probably do the look and feel test faster manually.

2 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    The answer is that yes, you can... but it involves doing image comparisons which are notoriously difficult to nail down due to pixel differences, color differences, etc.

     

    I usually skip any "look and feel" testing when it comes to running automated tests.  You end up spending so much time in the coding and the debugging of image comparisons and such that you could probably do the look and feel test faster manually.

    • AlexKaras's avatar
      AlexKaras
      Champion Level 3

       image comparisons which are notoriously difficult to nail down [...]

      Correct.

      Applitools Eyes provides a really promising approach to solve this problem and their Images SDK can be used from within TestComplete (via .Net Bridge). So I would recommend to take a look and try.