Do you attach screenshots to test cases? If yes - do you use them as supportive information or directive validation? I've seen test cases with attached screenshots to be validated against, i.e. "Expected results - Application Will like like exactly this:

On the other hand I've seen test cases that say "this is only a sample of how an application could look like. Use it as anchor, to provoke questions "why I has this item disabled and why I don't have this additional tab that I see in older screenshot"

Besides I've seen using screenshots are a simple way to describe test execution steps. Instead of direscting what falues to enter in each field of a from you could simply attach filled form screenshot, can't you?

Few considerations
Pictures and especially screenshots are rich source of information which is very easy to capture and put into test documentation. I use screenshots as much as possible in reporting defects for just the same reasons. I don't know why I use them less in test cases... I even used to be against them. I should use them more.
Perhaps I was afraid that someone could misinterpret the screenshots as absolute values. However if we understand that screenshot is only a reflection, a possible supportive information, then we could benefit a lot from using them.
Indeed It is quite typical for testers to validate UI against so called wire-frames. However even if we have a wire-frame in requirements the real screen will always be a bit different. It is up to toester to decide
a) which difference is caused by difference in test data, OS version and configuration (windows Theme), etc.
b) which difference does not make any difference (i.e. stakeholders don't think this difference is essential, or even think the real one is better)
c) which difference is actually a bug
You need to be a member of Software Testing Club - An Online Software Testing Community to add comments!
Join Software Testing Club - An Online Software Testing Community