Why is regression testing an important part of any integration testing procedure?
What will be an ideal response?
The goal of integration testing is to make sure that independent modules that work correctly on their own do not interfere with one another when added to the same program (unforeseen side effects are always possible). Regression testing checks for defects propagated to other modules by changes made to an existing program.
You might also like to view...
The expression str1 < str 2 is true when
A) the string object str1 precedes the string str 2 in alphabetic order. B) the string str1 converted to numeric form is less than the string str2 converted to numeric form. C) the length of the string str1 is less than the length of the string str2. D) the C-string "str1" precedes the C-string "str2" in alphabetic order. E) None of the above
A(n) ________ level is identified by the indentation, size of text, and bullet assigned to that level
Fill in the blank(s) with correct word
Which of the following is NOT a reserved word in Java?
A. double B. throws C. static D. num
The column feature is often used to create the layout for brochures.
Answer the following statement true (T) or false (F)