Integration Testing

Integration Testing

Professional Development

5 Qs

quiz-placeholder

Similar activities

PRE TEST HEV & EV

PRE TEST HEV & EV

Professional Development

10 Qs

EV

EV

Professional Development

10 Qs

Psychological Assessment

Psychological Assessment

Professional Development

10 Qs

F4 Energy models for cities and stakeholders

F4 Energy models for cities and stakeholders

Professional Development

10 Qs

KM Sharing #8- Sharing on Learning Market & Consultancy

KM Sharing #8- Sharing on Learning Market & Consultancy

Professional Development

10 Qs

Post Test

Post Test

Professional Development

10 Qs

Skill Area 2 - Programmable Logic Controller

Skill Area 2 - Programmable Logic Controller

Professional Development

6 Qs

Quiz Nobar Telkom Click 2024

Quiz Nobar Telkom Click 2024

Professional Development

10 Qs

Integration Testing

Integration Testing

Assessment

Quiz

Other

Professional Development

Easy

Created by

Jose Villazon

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Integration Testing?

Is a type of test executed before Unit Test.

Is a type of test in which only one module or function is tested.

Is a type of test in which two or more than two functions or modules are tested in an integrated way.

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Approaches to perform the Integration Tests

Big Bang, Functional, Unit

Bottom Up, System, Functional

Big Bang, Bottom Up, Top Down, Sandwich Hybrid

Sandwich Hybrid, Unit, Acceptance

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Difference between Unit Test and Integration Test

Unit Test and Integration Test, can be executed simultaneously

In Unit Test, one module or function is tested. While in Integration Test, two or more modules are tested in an integrated way.

In Integration Test, we don't care about the communication within each modules

There is no difference between Unit Test and Integration Test

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Benefits of Integration Testing (Select at least three benefits)

We can find defects at early, before the code is developed.

Ensures that the modules are communicated properly.

Ensures that the modules work in an integrated way.

Can detect errors related to the interface.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______________________, is a testing approach in which all the units are combined and tested in a single step, verifying the interaction between modules or units.

Bottom Up

Big Bang

Top Down

Sandwich/Hybrid