Why are family and friends not good test users? What is the one exception to this?

What will be an ideal response?


Even though they may fit the user profile, friends and family may be unwilling to offer honest criticism. The only situation where asking family or friends to act as test users is acceptable is when you are practicing the test.

Computer Science & Information Technology

You might also like to view...

The Alice editing area should be used to design an Alice program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following defines the C-string containing “Hello”?

a. char stringVar[10] = “Hello”; b. char stringVar[10] = {‘H’, ‘e’, ‘l’, ‘l’, ‘o’}; c. char stringVar[10] = {‘H’, ‘e’, ‘l’, ‘l’, ‘o’, ‘\0’}; d. char stringVar[6] = “Hello”; e. char stringVar[] = “Hello”;

Computer Science & Information Technology

A ____ is an extra part of the separation printing process that applies a single color to areas of the artwork.

a. single color plate b. spot color plate c. solo color plate d. none of the above

Computer Science & Information Technology

__________ maps a single routable (that is, not private) IP address to a single machine, enabling you to access that machine from outside the network.

A. Dynamic NAT B. Source NAT C. Static NAT D. Destination NAT

Computer Science & Information Technology