Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
Index
»
Computer science
»
Design,Testing and Translators
»
Testing
level: Testing
Questions and Answers List
level questions: Testing
Question
Answer
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