A number of characteristics are given for impact of SDLC on the testing effort.
i. Finishing of requirements review leading to test analysis
ii. Both - static and dynamic testing performed at unit testing level
iii. Frequent regression testing may need to be performed
iv Extensive product documentation
v. More use of exploratory testing
Which of the following statements is MOST correct?
Which of the following statements best describes the difference between product risk and project risk in software testing?
Consider the following code
int premium=2500;
if (age<30)
{
premium = premium +1500:
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
Which of the following is a factor that contributes to a successful review?
Which ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?
Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?