Web Design and Development (Testing and Evaluation) Flashcards
In what four ways are webpages tested?
Webpages are tested via;
Testing user interface against interface design
Testing links and navigation
Testing media
Testing for consistency
In terms of user interface design, what two things are considered in the testing phase of web development?
Does the webpage match the wireframe/low-fidelity prototype?
Does the webpage take into account, the needs of end-users in terms of accessibilty?
In terms of hyperlinks, what is considered in the testing phase of web development?
Do all links lead to the correct place?
In terms of media, what things are considered in the testing phase of web development?
Is the positioning of the media used in the webpage correct?
Do all video/audio clips have a pause/play/restart buttons?
Do all images have alt tags?
In terms of consistency, what is considered in the testing phase of web development?
Is there consistency in terms of font size, font colour etc.?
What does it mean to say that a webpage is “fit for purpose”?
A webpage is fit for purpose if it meets the end-user requirements and the functional requirements
What is absolute addressing?
Absolute addressing is when a link is completely fixed
eg. External Hyperlink
What is relative addressing?
Relative addressing is when a link is styled from where you are on the page
eg. Internal Hyperlink