Forum Discussion
3 Replies
- Ryan_MoranValued ContributorTry comparing images.
- Colin_McCraeCommunity HeroDepends how the colours are applied and what the grid they're in is.
For colour checking against my web application, I interrogate the CSS info. This will return an RGB value I can check against an expected result. - srinivas_yadatiOccasional ContributorThanks Ryan Moran
I am working on image comparision it might work .
In our apllication they used png for status colours is there any particular methods for taking objets of that status cell.
one more problem is iam verifing the status cells in 3 if else if loops
is first if loop fails to match the color in second loop it matching test case is sucess but project shows failed because of first loop failing.cane we have any other way for avoiding project suite failing!!!!!