Question & answer




Q1.Fill the blank. A set of test cases are called a test ____

Ans: Suit


Q2.Fill the blank. ____testing is considered a validation activity.

Ans: System


Q2.Fill the blank. A ____test is a system test performed daily or several times a week after every build.

Ans: Smoke 


Q3.True or False. the presence of a fault or bug in a program will not guarantee its failure.

Ans: True 


Q4.True or False. Errors that escape a fault detection technique can be detected by further application of that technique.

Ans: False


Q5.fill the blank. Testing ____primarily address which types of tests to deploy and how much effort to devote to different types of testing.

Ans: Strategy


Q6.fill the blank.A____ case typically tries to establish correct working of some functionality.

Ans:Test


Q7.Around____%of errors and bugs get removed at the end of a typical testing process.write your answer in numeric form.

Ans: equals to 85.


Q8.fill the blank. black box test case are designed using only ____specification of software.

Ans: Functional


Q9.fill the blank. ____testing is inputting random values or data 

to try and crash program or to see if it os working or not.

Ans: Monkey


Q10.which bugs could occur during unit testing?

Ans: Algorithm error, Implementation error, programmers error


Q11.when performing a system test by friendly customers,what kind of test would it be?

Ans: Beta


Q12.fill the blank. ____is the process of determining where a fully developed system conforms to its software requirements specification document.

Ans: Validation 


Q13.Swhen doing unit testing what could a unit be?

Ans: A module, A function, A class.


Q14.in hardware, there are essentially only how many types of faults?

Ans:4


Q15.fill the blank. a test team is involved in all but two stages of testing one being  unit testing,the other is____ testing.

Ans: Acceptance


Q16.fill the blank. the types of bug mainly found during system testing is ____bugs.

Ans: Performance


Q17.when is testing performed during the software development life cycle?

Ans: Depends on software development model


Q18.software that was extensively tested would have how many bugs per 1000lines of code?

Ans:1


Q19.fill the blank. when designing unit test case there are three main approaches; black-box, white-box and ____-box approach.

Ans: Gray  


Comments

Popular posts from this blog

Test cases for Dashboard

Test case for OTP Verification.

Test Cases for Payment Gateway.