ExxonMobil - Fundamentals of Testing 1

ExxonMobil - Fundamentals of Testing 1

10th Grade

7 Qs

quiz-placeholder

Similar activities

SDLC Quiz

SDLC Quiz

7th - 11th Grade

10 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

2.3 Producing Robust Programs

2.3 Producing Robust Programs

10th Grade

12 Qs

SQL

SQL

10th Grade

10 Qs

Higher Coding

Higher Coding

KG - University

12 Qs

TESTING COMPONENTS PRE-TEST

TESTING COMPONENTS PRE-TEST

9th - 12th Grade

10 Qs

Fundamentals of Testing

Fundamentals of Testing

1st - 10th Grade

11 Qs

IF Function - Excel

IF Function - Excel

9th - 11th Grade

10 Qs

ExxonMobil - Fundamentals of Testing 1

ExxonMobil - Fundamentals of Testing 1

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Szabi K

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is the most true?

Different testing is needed depending upon the application

All software is tested in the same way

A technique that find defects will always find defects

A technique that has found no defects is not useful

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When is testing complete?

When time and budget is exhausted

When there is enough information for sponsors to make an informed decision about release

When there are no remaining high priority defects outstanding

When every data combination has been exercised successfully

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a major test planning task?

Determining the exit criteria

Measuring and analyzing results

Implementing corrective actions

Monitoring and documenting progress

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which option is part of the ‘Implementation and Execution’ area of the fundamental test process?

Developing the tests

Comparing actual and expected results

Writing a test summary

Analyzing lesson learnt for future releases

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The five parts of the fundamental test process have a chronological order. Which of the options gives three different parts in the correct order?

Implementation and execution, planning and control, analysis and design

Analysis and design, evaluating exit criteria and reporting, test closure activities

Evaluating exit criteria and reporting, implementation and execution, analysis and design

Evaluating exit criteria and reporting , test closure activities, analysis and design

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Debugging is:

Testing/checking whether the software performs correctly

Checking that a previously reported defect has been corrected

Identifying the cause of the failure, repairing the code and checking the fix is correct

Checking that no unintended consequences have occurred as result of a fix

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following general testing principles are true?

i. Testing shows the presents of defects but not the absence of defects

ii. Testing of safety-critical software is similar to testing of web application

iii. Testing should start after the completion of key development tasks

(i) is true, (ii) and (iii) are false

(i) and (ii) are true, (iii) is false