Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE

Puntuación
-
Vendido
-
Páginas
41
Grado
A+
Subido en
15-10-2022
Escrito en
2022/2023

1. Load Testing Tools (Per. Testing) a) reduces the time spent by the testers b) reduces the resources spent (hardware) c) mostly used in web testing d) all of the above 2. Test coverage analysis is the process of (Testing concepts) a) Creating additional test cases to increase coverage b) Finding areas of program exercised by the test cases c) Determining a quantitative measure of code coverage, which is a direct measure of quality. d) All of the above. 3. Critical in Web Testing (Testing concepts) a) Performance and Functionality b) Functionality and usability c) Usability and Performance d) None of the above 4. Class testing (Testing concepts) a) require a driver to test b) no need of instances of other classes c) no need to test the transitions d) all of the above. 5. Defect Tracking (Defect Mgmt) a) is the communication channel between test team and development team b) is the communication channel between testing team and the rest of the team c) is the communication channel between the testing team and end users d) all of the above 6. Essential Testing Skills are (Test Mgmt) a) Test Planning, Risk Management, Tool Usage, Test Execution, Defect Management b) Test Planning, Tool Usage, Test Execution, Defect Management, Test Measurement c) Test Planning, Tool Usage, Test Execution, Defect Management d) Test Planning, Tool Usage, Test Execution, Defect Management, Test case Design THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE QA Questions and Answers 2 7. Testing across different languages is called (Testing concepts) a) Linguistic Testing b) Localization Testing c) Both a and b d) None of the above. 8. Hierarchical System (Testing concepts) a) several levels of component that includes objects and classes b) several levels of component that includes objects, classes, systems c) several levels of component that includes, foundation components, systems d) none of the above. 9. Hybrid Testing (Testing concepts) a) combination of one or more testing techniques b) Combination of top-down and bottom-up testing c) Both a and b d) None of the above. White Box Testing (Testing concepts) a) same as glass box testing b) same as clear box testing c) both a and b d) none of the above. Build Verification Test (Testing concepts) a) same as smoke test b) done after each build to make sure that the build doesn’t contain major errors c) both a and b d) None of the above. Content Testing (Testing concepts) a) Similar to proof reading b) Widely used in web testing c) Part of usability Testing d) All of the above Decision Coverage. (Testing concepts) a) testing the boolean expressions which are not in control structures b) entire expression is considered as boolean expression irrespective of logical-and and logical-or operators c) coverage except switch-statement cases, exception handlers d) all of the above. QA Questions and Answers 3 Branch Coverage (Testing concepts) a) another name for decision coverage b) another name for all-edges coverage c) another name for basic path coverage d) all the above The following example is a if (condition1 && (condition2 || function1())) statement1; else statement2; (Testing concepts) a) Decision coverage b) Condition coverage c) Statement coverage d) Path Coverage 16.Test cases need to be written for (Testing Artifacts) a) invalid and unexpected conditions b) valid and expected conditions c) both a and b d) none of these 17.Desk Checking (Testing concepts) a) same as code walkthrough b) same as

Mostrar más Leer menos
Institución
Grado

Vista previa del contenido

THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE
QA Questions and Answers 1


QA questions and Answers


1. Load Testing Tools (Per. Testing)
a) reduces the time spent by the testers
b) reduces the resources spent (hardware)
c) mostly used in web testing
d) all of the above

2. Test coverage analysis is the process of (Testing concepts)
a) Creating additional test cases to increase coverage
b) Finding areas of program exercised by the test cases
c) Determining a quantitative measure of code coverage, which is a
direct measure of quality.
d) All of the above.

3. Critical in Web Testing (Testing concepts)
a) Performance and Functionality
b) Functionality and usability
c) Usability and Performance
d) None of the above

4. Class testing (Testing concepts)
a) require a driver to test
b) no need of instances of other classes
c) no need to test the transitions
d) all of the above.

5. Defect Tracking (Defect Mgmt)
a) is the communication channel between test team and development
team
b) is the communication channel between testing team and the rest of
the team
c) is the communication channel between the testing team and end
users
d) all of the above

6. Essential Testing Skills are (Test Mgmt)
a) Test Planning, Risk Management, Tool Usage, Test Execution,
Defect Management
b) Test Planning, Tool Usage, Test Execution, Defect Management,
Test Measurement
c) Test Planning, Tool Usage, Test Execution, Defect Management
d) Test Planning, Tool Usage, Test Execution, Defect Management,
Test case Design

,QA Questions and Answers 2



7. Testing across different languages is called (Testing concepts)
a) Linguistic Testing
b) Localization Testing
c) Both a and b
d) None of the above.

8. Hierarchical System (Testing concepts)
a) several levels of component that includes objects and classes
b) several levels of component that includes objects, classes, systems
c) several levels of component that includes, foundation components,
systems
d) none of the above.

9. Hybrid Testing (Testing concepts)
a) combination of one or more testing techniques
b) Combination of top-down and bottom-up testing
c) Both a and b
d) None of the above.

White Box Testing (Testing concepts)
a) same as glass box testing
b) same as clear box testing
c) both a and b
d) none of the above.

Build Verification Test (Testing concepts)
a) same as smoke test
b) done after each build to make sure that the build doesn’t contain
major errors
c) both a and b
d) None of the above.


Content Testing (Testing concepts)
a) Similar to proof reading
b) Widely used in web testing
c) Part of usability Testing
d) All of the above

Decision Coverage. (Testing concepts)
a) testing the boolean expressions which are not in control structures
b) entire expression is considered as boolean expression
irrespective of logical-and and logical-or operators
c) coverage except switch-statement cases, exception handlers
d) all of the above.

,QA Questions and Answers 3



Branch Coverage (Testing concepts)
a) another name for decision coverage
b) another name for all-edges coverage
c) another name for basic path coverage
d) all the above

The following example is a

if (condition1 && (condition2 || function1()))
statement1;
else
statement2; (Testing concepts)
a) Decision coverage
b) Condition coverage
c) Statement coverage
d) Path Coverage


16.Test cases need to be written for (Testing Artifacts)
a) invalid and unexpected conditions
b) valid and expected conditions
c) both a and b
d) none of these

17.Desk Checking (Testing concepts)
a) same as code walkthrough
b) same as code inspection
c) verification of code by the developers
d) none of the above.


18.Path coverage includes (Testing Artifacts)
a) statement coverage
b) condition coverage
c) decision coverage
d) none of these

19.Tools usage (Automation)
a) very helpful in regression testing
b) saves time
c) helpful in simulating Users
d) all of the above.

20.Which is a true prevention mechanism (Quality)
a) verifying that the executable contains a defect

, QA Questions and Answers 4


b) detecting that the executable contains a defect
c) Validating that the specified requirements are right, complete,
achievable, reasonable, testable
d) Verifying that the specified requirements are right, complete,
achievable, reasonable, testable

21.Objective of review meeting is (Quality)
a) to identify problems with design
b) to solve the problems with design
c) both a and b
d) none of the above.

22.The benefits of glass box testing are (Testing concepts)
a) Focused Testing, Testing coverage, control flow
b) Data integrity, Internal boundaries, algorithm specific testing
c) Both a and b
d) Either a or b

23.Structural Testing (Testing concepts)
a) same as black box testing
b) same as white box testing
c) same as functional testing
d) none of the above.


24.Characteristic of a good test (Testing Artifacts)
a) reasonable probability of catching an error and can be redundant
b) It is not simple or too complex
c) reasonable probability of catching an error and cannot be
redundant
d) It is either simple or too complex


25.Find the Equivalence class for the following test case (Testing Artifacts)
Enter a number to test the validity of being accepting the numbers between 1 and
99
a) All numbers < 1
b) All numbers > 99
c) Number = 0
d) All numbers between 1 and 99

26.Find the invalid equivalence class for the following test case
Draw a line up to the length of 4 inches (Testing Artifacts)
a) Line with 1 dot-width
b) Curve
c) line with 4 inches

Escuela, estudio y materia

Grado

Información del documento

Subido en
15 de octubre de 2022
Número de páginas
41
Escrito en
2022/2023
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$8.49
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
academicpartner
1.0
(1)

Conoce al vendedor

Seller avatar
academicpartner academicpartner
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
8
Miembro desde
4 año
Número de seguidores
8
Documentos
225
Última venta
2 año hace
ALL EXAMINATIONS PARTNER

COME ONE COME ALL HERE IS WHAT YOU NEED FOR YOUR EXAMS AND ASSIGNMENTS[ ACCURATE AND VERIFIED]. WELCOME! WELCOME! WELCOME!

1.0

1 reseñas

5
0
4
0
3
0
2
0
1
1

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes