Explain in your own words the characteristics of a successful test.

What will be an ideal response?


Testing involves finding errors.

Computer Science & Information Technology

You might also like to view...

The most recent standardized version of C++ is called:

a. ANSI C++ b. C++03 c. C++11 d. ISO C++

Computer Science & Information Technology

What will be output from the following code:

``` public void test 4 ( ) f int x = 2 ; int y = 0 ; while ( x < 10 && y < 1) f x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology

Which processor speed is the fastest?

A) 1GHz B) 2GHz C) 833MHz D) 900MHz

Computer Science & Information Technology

In the context of in-house software development options, companies that develop software for sale are called _____.

A. ?software stockers B. ?software distributers C. ?software vendors D. ?software dealers

Computer Science & Information Technology