What is Quantitative testing ?
What will be an ideal response?
Testing to find statistically significant results by measuring things like how many users are able to complete a task or how long it takes them. It tends to require large sample sizes and rigorous test protocols, and the intent is to prove something. In contrast, qualitative testing is typically less formal and done with fewer users, to uncover
insights that cn help improve a product. (The testing described in this chapter is qualitative.)
You might also like to view...
Answer the following statements true (T) or false (F)
1) A program is more efficient if it uses more CPU time 2) One of the ways to express the size of a problem is in terms of the number of items to be processed. 3) If the growth function for an algorithm is expressed as a polynomial, then the asymptotic complexity of the algorithm is determined by the term with the smallest exponent of the variable. 4) The asymptotic complexity of an algorithm is also called the order of the algorithm. 5) All of the terms in a growth function contribute to the order of the function
________ were unsophisticated instruments used in ancient times exclusively for mathematical computations
Fill in the blank(s) with the appropriate word(s).
All insertions and searches in the random probing method use a different sequence of random numbers.
Answer the following statement true (T) or false (F)
The last step in the design of a program is to decompose the identified modules.
Answer the following statement true (T) or false (F)