Can anyone give me some best practices or a process around validating that development has skinned a PSD correctly? I am asking as a QA Engineer that is now responsible for this task.

link|improve this question
Without the code I don't think we could tell you. – Mech Software Nov 16 '11 at 16:52
1  
Are you asking how to take screenshots of a web page and determine if they look roughly similar to a static image? (ProTip: I don't know of any companies that will insure this; I believe you meant ensure.) – Phrogz Nov 16 '11 at 17:01
Take a look at Pixel Perfect for Firefox addons.mozilla.org/en-US/firefox/addon/pixel-perfect – Sean Vieira Nov 16 '11 at 17:19
feedback

closed as not a real question by Phrogz, Ian Ringrose, Álvaro G. Vicario, Sean Vieira, ChrisF Nov 16 '11 at 20:12

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Does the html page look the same as the .PSD? Then yes. Does it look different? Then no.

link|improve this answer
Why the downvote? It may seem obvious, but it is what it is. – tybro0103 Nov 16 '11 at 17:21
@Phrogz: Thank you for your editorial services. Specifically, I am looking for a better way of validating that a PSD has been skinned correctly. Currently I'm just comparing the page to the client approved PSD. Basically side by side comparison. If you know of a more robust process to systematically approach this please share. Sean Vieira: The “Pixel Perfect” add-on looks promising and I will check it out for sure. – Eric Shepherd Nov 16 '11 at 17:44
Ahh I see... it still seems as though one's own eyeballs are a pretty good candidate for the job. – tybro0103 Nov 16 '11 at 17:53
Seemingly so…but not the case. If it were that easy I wouldn’t go through the trouble of finding a better way. When you think about spacing, pixel size, fonts, etc it’s actually quite the task. I’m not dealing with cookie cutter pages. – Eric Shepherd Nov 16 '11 at 18:22
+1 because I don't think it's an "incorrect" answer, although it is a telegraphic one. I think (my humble opinion) that the only way to make sure the layout is being respected is to check the code. And it's not difficult at all to learn html and css, specially if you only want to see if things were made the right way. Alternative: Use firebug and check for the styles, some will be pretty obvious (like the margin) – yisela Nov 16 '11 at 18:28
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.