The goal of ________ is to observe people using the application to discover what errors they may make with it and to identify areas that require modification

A) usability testing B) user testing C) application testing D) Access testing


A

Computer Science & Information Technology

You might also like to view...

Where is the error?

``` class B { public: B(int i): x(i) {} // . . . private: int x; }; class D : public B { public: D() { /* . . . */ } private: // . . . }; int main() { D y; return 0; } ```

Computer Science & Information Technology

Anti-malware software relies on what sort of update in order to define or detect malware as it gets into the wild?

A. rootkits B. malware signatures C. static updates D. Windows updates

Computer Science & Information Technology

The single most effective security measure for digital devices is to require a login password.

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

Computer Science & Information Technology

One approach to including markup tags as part of an element's value is to place the HTML code within a(n) _____ section.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology