SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Testing

Questions and Answers List

level questions: Testing

QuestionAnswer
The process of executing a program to find its errors is called ______Program testing
Which type of testing method focus on the smallest unit of software design?Unit testing
In which type of testing, a group of components are combined to produce the output?Integration testing
What type of testing does not consider internal system design and based on requirements and functionality?Blackbox testing
What type of testing checks the behavior of the application at the boundary level?Boundary value testing
The type of white box testing which is carried out during unit testing is called _______Branch testing
What is the testing that can be carried out in different operating systems?System testing
What type of testing is meant to test the speed and effectiveness of program?Performance testing
The objective of _____ testing is to check the robustness of the application.Gorilla
Functional testing is an example of _________Black box testing
Stress testing is an example of _____ testing.Non - functional
What type of testing evaluates the ability of the system to perform in future?Age testing
In which type of testing, the evaluation process is conducted by persons having disabilities?Accessibility testing
The final testing performed before releasing an application for commercial purpose is called _______Beta testing
Which multi-user testing is done by performance engineers to determine the effects of using module, code or DB records?Concurrency testing
Which testing method evaluates software in a particular hardware/software/operating system/network environment?Compatibility testing
Which is the testing method that checks the ability of the system to properly process erroneous transactions?Error-Handling testing
What type of testing checks for memory leaks or other problems that may occur with continuous execution?Endurance testing
What type of testing that looks at a specific function in a program?Functional testing