Print Page | Close Window

What is Good Design?

Printed From: One Stop Testing
Category: Quality Assurance @ OneStopTesting
Forum Name: Quality Methodologies / Streams @ OneStopTesting
Forum Discription: Any Good Testing Engineer must know about All the Quality Certifications & Methodologies like ISO, IEEE, CMM, PCCM, CMMMi, XP, Agile and many more.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=314
Printed Date: 23Feb2025 at 5:32am


Topic: What is Good Design?
Posted By: vidhya
Subject: What is Good Design?
Date Posted: 26Mar2007 at 4:22am
 

Ques:What is 'good design'?
Ans:Design' could refer to many things, but often refers to 'functional design' or 'internal design'. Good internal design is indicated by software code whose overall structure is clear, understandable, easily modifiable, and maintainable; is robust with sufficient error-handling and status logging capability; and works correctly when implemented. Good functional design is indicated by an application whose functionality can be traced back to customer and end-user requirements.  For programs that have a user interface, it's often a good idea to assume that the end user will have little computer knowledge and may not read a user manual or even the on-line help; some common rules-of-thumb include:

  • the program should act in a way that least surprises the user
  • it should always be evident to the user what can be done next and how to exit
  • the program shouldn't let the users do something stupid without warning them.


-------------
MBA Examination papers



Print Page | Close Window