Behavioral testing is__________________? A. White box testingB. Black box testing C. Grey box testing D. None of the mentioned Explanation: Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal…

Beta testing is done at_________________? A. User’s end B. Developer’s end C. User’s & Developer’s end D. None of the mentioned Explanation: In beta testing the user evaluates the product and gives his feedback.

Acceptance testing is also known as____________________? A. Grey box testing B. White box testing C. Alpha TestingD. Beta testing Explanation: Acceptance testing is a test conducted to determine if the requirements of a specification or contract are met and is…

SPICE stands for __________________? A. Software Process Improvement and Compatibility Determination B. Software Process Improvement and Control DeterminationC. Software Process Improvement and Capability Determination D. None of the mentioned Explanation: SPICE stands for Software Process Improvement and Control Determination.

Unit testing is done by__________________? A. UsersB. Developers C. Customers D. None of the mentioned Explanation: Unit testing is a method by which individual units of source code, sets of one or more computer program modules together with associated control…

Which of the following is non-functional testing ? A. Black box testingB. Performance testing C. Unit testing D. None of the mentioned Explanation: Performance testing is in general testing performed to determine how a system performs in terms of responsiveness…