Vous êtes sur la page 1sur 83

01_Extra_Review & Testing Basics

Return to Asse ssment List

Part 1 of 2 - Extra_Quiz_Lession1 20.0/ 50.0 Points

Question 1 of 20 5.0/ 5.0 Points

Which is not a type of review?

A. Inspection

B. Technical review

C. Walkthrough

D. Management approval

Question 2 of 20 0.0/ 5.0 Points

What don't you do during review preparing?

A. Preparing agenda and reviewing facilities

B. Gathering all comments and questions from reviewers


C. Logging and sending to conductor all defects found

D. Identifying reviewers

Question 3 of 20 0.0/ 5.0 Points

Which is a Validation product in Fsoft software process?

A. Test cases

B. Review schedule

C. Test plan

D. Delivery schedule

Question 4 of 20 5.0/ 5.0 Points

What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify potential application failures by use of a test specification.


C. To identify spelling mistakes in a requirements specification.

D. To identify defects in any software work product.

Question 5 of 20 5.0/ 5.0 Points

The purpose of Validation is to assure that selected work products meet their
specified requirements

True

False

Question 6 of 20 0.0/ 5.0 Points

Please chose correct order of below four activities?


(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 1-2-3-4

B. 1-3-2-4

C. 3-1-4-2
D. 3-4-1-2

Question 7 of 20 5.0/ 5.0 Points

In case a meeting required, you do gathering all comments, questions from


reviewers in which reviewing step?

A. Evaluating review results

B. Following up

C. Executing review & logging defects

D. Preparing

Question 8 of 20 0.0/ 5.0 Points

The project team can find defects, omissions, … and educate team members by
which of the following peer-review techniques?

A. Audit

B. Walkthrough
C. Technical review

D. Formal inspection

Question 9 of 20 0.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?

A. VER focuses on "building the right thing" while VAL focuses on "building the

thing right"

B. They have same objectives and focuses

C. VER focuses on "building the thing right" while VAL focuses on "building the

right thing"

D. VER focuses on testing while VAL focuses on reviewing

Question 10 of 20 0.0/ 5.0 Points

Please chose the type of review which is to make sure all objectives of the current
stage are met, all its work products have been approved as planned, and project is
able to proceed to the next stage

A. Post-mortem review
B. Contract review

C. Code review

D. Quality gate review

Part 2 of 2 - Extra_Quiz_Lession2 20.0/ 50.0 Points

Question 11 of 20 0.0/ 5.0 Points

Which of the following will be the best definition for Testing:

A. The purpose of testing is to demonstrate that the program is defect free.

B. Testing is executing Software for the purpose of finding defects to verify

that it satisfies specified requirements

C. The goal / purpose of testing is to demonstrate that the program works.

D. The purpose of testing is to demonstrate t hat the program does what it is

supposed to do

Question 12 of 20 0.0/ 5.0 Points

In which test stage is white box test included?


A. Acceptance test

B. Integration test

C. Unit test

D. System test

Question 13 of 20 5.0/ 5.0 Points

Which document is the base of performing system test?

A. Coding

B. User Requirement

C. Architechture design

D. Software requirement specification

Question 14 of 20 5.0/ 5.0 Points

How do you normally rate the severity for a defect which can not be worked
around?

A. Fatal

B. Cosmetic

C. Medium

D. Serious

Question 15 of 20 5.0/ 5.0 Points

What is Defect rate?

A. Weighted defects/ Test effort

B. Weighted defects found after release/ project size

C. Weighted defects/ project size (in UCP)

D. Number of test cases executed

Question 16 of 20 5.0/ 5.0 Points


Testing is done to prove, that
- The software ‘works’
- The software doesn’t ‘work’

True

False

Question 17 of 20 0.0/ 5.0 Points

What is leakage?
( Choose 2 options)

A.Defects found by project leader

B.Defects found by customer in acceptance test

C.Defects found by tester

D.Defects found by end-user

Question 18 of 20 0.0/ 5.0 Points

Please name 2 major test methods

A.System test
B.Black box test

C.White box test

D.Unit test

Question 19 of 20 0.0/ 5.0 Points

What will Test leader do in Definition phase?

A. Write test report

B. Prepare test data

C. Write test Plan

D. Write test case

Question 20 of 20 0.0/ 5.0 Points

Which is not a testing type?

A.Functional testing
B.Performance testing

C.Unit test

D.White box test


Question 1 of 20
0.0/ 5.0 Points
Please chose correct order of below four activities?
(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 3-1-4-2

B. 1-2-3-4

C. 1-3-2-4

D. 3-4-1-2

Question 2 of 20
0.0/ 5.0 Points
The purpose of Validation is to assure that selected work products meet their specified
requirements

True

False

Question 3 of 20
5.0/ 5.0 Points
In case a meeting required, you do gathering all comments, questions from reviewers in which
reviewing step?

A. Evaluating review results

B. Preparing

C. Executing review & logging defects


D. Following up

Question 4 of 20
0.0/ 5.0 Points
How many main steps are there during Verification process?

A. 3

B. 5

C. 4

D. 2

Question 5 of 20
0.0/ 5.0 Points
Which is a Validation product in Fsoft software process?

A. Delivery schedule

B. Test plan

C. Review schedule

D. Test cases

Question 6 of 20
5.0/ 5.0 Points
What don't you do during review preparing?

A. Gathering all comments and questions from reviewers

B. Logging and sending to conductor all defects found

C. Preparing agenda and reviewing facilities


D. Identifying reviewers

Question 7 of 20
5.0/ 5.0 Points
Please chose the type of review which is to make sure all objectives of the current stage are met,
all its work products have been approved as planned, and project is able to proceed to the next
stage

A. Contract review

B. Quality gate review

C. Code review

D. Post-mortem review

Question 8 of 20
0.0/ 5.0 Points
Which is not a review output?

A. Meeting minutes

B. Filled-up checklist

C. Updated work products

D. Review report

Question 9 of 20
5.0/ 5.0 Points
Peer review is one of the step during the Veririfcation process?

True

False

Question 10 of 20
Which is not a step during "Perform Peer Reviews" process?

A. Perform Verification

B. Conduct Peer Reviews

C. Analyze Peer Review Data

D. Prepare for Peer Reviews

Part 2 of 2 - Extra_Quiz_Lession2 40.83/ 50.0 Points

Question 11 of 20
5.0/ 5.0 Points
Please name 2 major test methods

A.Black box test

B.White box test

C.System test

D.Unit test

Question 12 of 20
2.5/ 5.0 Points
Please choose correct objectives of Test planning
(can select more than one)

A.Decide on Test Metrics & Manage through Metrics

B.Specify deliverables

C.Define responsibilities
D.Obtain commitment from affected groups

Question 13 of 20
5.0/ 5.0 Points
Which of the following should NOT normally be an objective for a test?

A. To debug defects

B. To find faults in the software

C. To demonstrate that the software doesn’t work.

D. To assess whether the software is ready for release.

Question 14 of 20
5.0/ 5.0 Points
What must testers do when project has Change Requirements?

A. Update Test Case

B. Re-test

C. Regression Test

D. All above

Question 15 of 20
5.0/ 5.0 Points
Which of the following should NOT normally do in Test Execution process?

A. Create test report

B. Study SRS
C. Execute test follow test case document

D. Create defect list

Question 16 of 20
5.0/ 5.0 Points
Which is gap between User Requirements and Requirement Specification

A. Software doesn’t satisfy the user requirements

B. Requirement ignored by the developers because they were too difficult to implement

C. Missing requirements

D. None of above

Question 17 of 20
3.33/ 5.0 Points
Defects are found by which of the following activities?

A.Inspection

B.Testing

C.Designing

D.Reviewing

Question 18 of 20
5.0/ 5.0 Points
How many stages of testing?

A. 4
B. 2

C. 5

D. 3

Question 19 of 20
0.0/ 5.0 Points
In which software development phase, the cost of defects is highest?

A. Coding

B. Designing

C. System testing

D. Analysing

Question 20 of 20
5.0/ 5.0 Points
A test case includes

A. Action

B. Input data

C. Expected result

D.

Part 1 of 2 - Extra_Quiz_Lession1 40.0/ 50.0 Points

Question 1 of 20
5.0/ 5.0 Points
The purpose of Validation is to assure that selected work products meet their specified
requirements

True

False

Question 2 of 20
5.0/ 5.0 Points
Which is not a review output?

A. Meeting minutes

B. Filled-up checklist

C. Updated work products

D. Review report

Question 3 of 20
5.0/ 5.0 Points
Please chose correct order of below four activities?
(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 3-1-4-2

B. 1-2-3-4

C. 1-3-2-4

D. 3-4-1-2

Question 4 of 20
5.0/ 5.0 Points
Please chose the type of review which is to make sure all objectives of the current stage are met,
all its work products have been approved as planned, and project is able to proceed to the next
stage

A. Contract review

B. Quality gate review

C. Code review

D. Post-mortem review

Question 5 of 20
5.0/ 5.0 Points
How many main steps are there during Verification process?

A. 3

B. 5

C. 4

D. 2

Question 6 of 20
5.0/ 5.0 Points
What don't you do during review preparing?

A. Gathering all comments and questions from reviewers

B. Logging and sending to conductor all defects found

C. Preparing agenda and reviewing facilities

D. Identifying reviewers

Question 7 of 20
0.0/ 5.0 Points
Which is not a type of review?

A. Technical review

B. Inspection

C. Management approval

D. Walkthrough

Question 8 of 20
0.0/ 5.0 Points
Which is a Validation product in Fsoft software process?

A. Delivery schedule

B. Test plan

C. Review schedule

D. Test cases

Question 9 of 20
5.0/ 5.0 Points
The project team can find defects, omissions, … and educate team members by which of the
following peer-review techniques?

A. Walkthrough

B. Technical review

C. Formal inspection
D. Audit

Question 10 of 20
5.0/ 5.0 Points
What is difference between Verification(VER) and Validation (VAL)?

A. They have same objectives and focuses

B. VER focuses on "building the right thing" while VAL focuses on "building the thing

right"

C. VER focuses on testing while VAL focuses on reviewing

D. VER focuses on "building the thing right" while VAL focuses on "building the right

thing"

Part 2 of 2 - Extra_Quiz_Lession2 30.0/ 50.0 Points

Question 11 of 20
5.0/ 5.0 Points
Which of the following should NOT normally do in Test Execution process?

A. Create test report

B. Study SRS

C. Execute test follow test case document

D. Create defect list

Question 12 of 20
5.0/ 5.0 Points
Which is not considered as a defect?

A. Bug
B. Error

C. Issues

D. Leakage

Question 13 of 20
5.0/ 5.0 Points
Which of the following will be the best definition for Testing:

A. The purpose of testing is to demonstrate that the program is defect free.

B. Testing is executing Software for the purpose of finding defects to verify that it satisfies

specified requirements

C. The purpose of testing is to demonstrate t hat the program does what it is supposed to

do

D. The goal / purpose of testing is to demonstrate that the program works.

Question 14 of 20
5.0/ 5.0 Points
Testing is nothing but debugging

True

False

Question 15 of 20
5.0/ 5.0 Points
How many stages of testing?

A. 4

B. 2
C. 5

D. 3

Question 16 of 20
5.0/ 5.0 Points
How do you normally rate the severity for a defect which can not be worked around?

A. Cosmetic

B. Serious

C. Fatal

D. Medium

Question 17 of 20
0.0/ 5.0 Points
What is leakage?
( Choose 2 options)

A.Defects found by project leader

B.Defects found by end-user

C.Defects found by customer in acceptance test

D.Defects found by tester

Question 18 of 20
0.0/ 5.0 Points
What statement do you consider to be most important?

A. Testing has the primary intent of showing the system meets the users needs
B. Testing has the primary intent of finding faults

C. All above

D. None above

Question 19 of 20
0.0/ 5.0 Points
In formal review, Rework: fixing defects found typically done by _________

A. Reviewer

B. Author

C. Secretary

D. Conductor

Question 20 of 20
0.0/ 5.0 Points
Which document identifies and describes test scenarios that will be implemented and executed?

A. Test script

B. Test case

C. Test report

D. Test Plan
01_Extra_Review & Testing Basics
Return to Asse ssment List

Part 1 of 2 - Extra_Quiz_Lession1 50.0/ 50.0 Points

Question 1 of 20 5.0/ 5.0 Points

What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify potential application failures by use of a test specification.

C. To identify spelling mistakes in a requirements specification.

D. To identify defects in any software work product.

Question 2 of 20 5.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?

A. VER focuses on testing while VAL focuses on reviewing

B. They have same objectives and focuses


C. VER focuses on "building the right thing" while VAL focuses on "building the

thing right"

D. VER focuses on "building the thing right" while VAL focuses on "building the

right thing"

Question 3 of 20 5.0/ 5.0 Points

In case a meeting required, you do gathering all comments, questions from


reviewers in which reviewing step?

A. Executing review & logging defects

B. Evaluating review results

C. Following up

D. Preparing

Question 4 of 20 5.0/ 5.0 Points

Which is not a quality control activity?

A. Functional specification
B. Software testing

C. Audit

D. Software product review

Question 5 of 20 5.0/ 5.0 Points

The purpose of Validation is to assure that selected work products meet their
specified requirements

True

False

Question 6 of 20 5.0/ 5.0 Points

Which is not a step during "Perform Peer Reviews" process?

A. Prepare for Peer Reviews

B. Analyze Peer Review Data

C. Conduct Peer Reviews


D. Perform Verification

Question 7 of 20 5.0/ 5.0 Points

Which is not a review output?

A. Updated work products

B. Filled-up checklist

C. Meeting minutes

D. Review report

Question 8 of 20 5.0/ 5.0 Points

Peer review is one of the step during the Veririfcation process?

True

False

Question 9 of 20 5.0/ 5.0 Points

Which is not a type of review?


A. Inspection

B. Management approval

C. Walkthrough

D. Technical review

Question 10 of 20 5.0/ 5.0 Points

The project team can find defects, omissions, … and educate team members by
which of the following peer-review techniques?

A. Audit

B. Technical review

C. Walkthrough

D. Formal inspection

Part 2 of 2 - Extra_Quiz_Lession2 40.0/ 50.0 Points


Question 11 of 20 0.0/ 5.0 Points

Testers will prepare test cases, test data, test scripts in…………………….. phase?

A. Construction

B. Solution

C. Initiation

D. Definition

Question 12 of 20 5.0/ 5.0 Points

Please name 2 major test methods

A.Unit test

B.Black box test

C.System test

D.White box test


Question 13 of 20 5.0/ 5.0 Points

What will Test leader do in Definition phase?

A. Write test Plan

B. Write test report

C. Prepare test data

D. Write test case

Question 14 of 20 5.0/ 5.0 Points

A test case includes

A. Action

B. Input data

C. Expected result

D. All above
Question 15 of 20 5.0/ 5.0 Points

V-Model is:

A. The official software development and testing life-cycle model of ISTQB

B. A software life-cycle model that is not relevant for testing

C. A software development model that illustrates how testing activities

integrate with software development phases

D. A testing life cycle model including unit, integration, system and

acceptance phases

Question 16 of 20 5.0/ 5.0 Points

Testing is done to prove, that


- The software ‘works’
- The software doesn’t ‘work’

True

False

Question 17 of 20 5.0/ 5.0 Points

Which of the following will be the best definition for Testing:


A. The purpose of testing is to demonstrate that the program is defect free.

B. The purpose of testing is to demonstrate t hat the program does what it is

supposed to do

C. Testing is executing Software for the purpose of finding defects to verify

that it satisfies specified requirements

D. The goal / purpose of testing is to demonstrate that the program works.

Question 18 of 20 5.0/ 5.0 Points

Which document is the base of performing system test?

A. Software requirement specification

B. User Requirement

C. Coding

D. Architechture design

Question 19 of 20 0.0/ 5.0 Points


What statement do you consider to be most important?

A. Testing has the primary intent of showing the system meets the users

needs

B. Testing has the primary intent of finding faults

C. All above

D. None above

Question 20 of 20 5.0/ 5.0 Points

Which of the following should NOT normally be an objective for a test?

A. To assess whether the software is ready for release.

B. To find faults in the software

C. To demonstrate that the software doesn’t work.

D. To debug defects
01_Extra_Review & Testing Basics
Return to Asse ssment List

Part 1 of 2 - Extra_Quiz_Lession1 45.0/ 50.0 Points

Question 1 of 20 5.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?

A. VER focuses on testing while VAL focuses on reviewing

B. They have same objectives and focuses

C. VER focuses on "building the right thing" while VAL focuses on "building the

thing right"

D. VER focuses on "building the thing right" while VAL focuses on "building the

right thing"

Question 2 of 20 5.0/ 5.0 Points

The purpose of Validation is to assure that selected work products meet their
specified requirements

True
False

Question 3 of 20 5.0/ 5.0 Points

How many main steps are there during Verification process?

A. 2

B. 4

C. 3

D. 5

Question 4 of 20 5.0/ 5.0 Points

Please chose the type of review which is to make sure all objectives of the current
stage are met, all its work products have been approved as planned, and project is
able to proceed to the next stage

A. Post-mortem review

B. Contract review

C. Quality gate review

D. Code review
Question 5 of 20 5.0/ 5.0 Points

Please chose correct order of below four activities?


(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 3-4-1-2

B. 1-3-2-4

C. 3-1-4-2

D. 1-2-3-4

Question 6 of 20 5.0/ 5.0 Points

What don't you do during review preparing?

A. Identifying reviewers

B. Gathering all comments and questions from reviewers

C. Logging and sending to conductor all defects found


D. Preparing agenda and reviewing facilities

Question 7 of 20 5.0/ 5.0 Points

Which is not a type of review?

A. Inspection

B. Management approval

C. Walkthrough

D. Technical review

Question 8 of 20 5.0/ 5.0 Points

What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify potential application failures by use of a test specification.

C. To identify spelling mistakes in a requirements specification.


D. To identify defects in any software work product.

Question 9 of 20 5.0/ 5.0 Points

In case a meeting required, you do gathering all comments, questions from


reviewers in which reviewing step?

A. Executing review & logging defects

B. Evaluating review results

C. Following up

D. Preparing

Question 10 of 20 0.0/ 5.0 Points

Which is a Validation product in Fsoft software process?

A. Review schedule

B. Delivery schedule
C. Test cases

D. Test plan

Part 2 of 2 - Extra_Quiz_Lession2 45.0/ 50.0 Points

Question 11 of 20 5.0/ 5.0 Points

Which is gap between User Requirements and Requirement Specification

A. Software doesn’t satisfy the user requirements

B. Requirement ignored by the developers because they were too difficult to

implement

C. Missing requirements

D. None of above

Question 12 of 20 5.0/ 5.0 Points

Testing is nothing but debugging

True
False

Question 13 of 20 5.0/ 5.0 Points

What statement do you consider to be most important?

A. Testing has the primary intent of showing the system meets the users

needs

B. Testing has the primary intent of finding faults

C. All above

D. None above

Question 14 of 20 5.0/ 5.0 Points

In which test stage is white box test included?

A. System test

B. Unit test

C. Acceptance test
D. Integration test

Question 15 of 20 5.0/ 5.0 Points

Defects are found by which of the following activities?

A.Designing

B.Inspection

C.Testing

D.Reviewing

Question 16 of 20 5.0/ 5.0 Points

Which of the following will be the best definition for Testing:

A. The purpose of testing is to demonstrate that the program is defect free.

B. The purpose of testing is to demonstrate t hat the program does what it is

supposed to do

C. Testing is executing Software for the purpose of finding defects to verify


that it satisfies specified requirements

D. The goal / purpose of testing is to demonstrate that the program works.

Question 17 of 20 5.0/ 5.0 Points

Which of the following should NOT normally do in Test Execution process?

A. Study SRS

B. Execute test follow test case document

C. Create defect list

D. Create test report

Question 18 of 20 5.0/ 5.0 Points

V-Model is:

A. The official software development and testing life-cycle model of ISTQB

B. A software life-cycle model that is not relevant for testing


C. A software development model that illustrates how testing activities

integrate with software development phases

D. A testing life cycle model including unit, integration, system and

acceptance phases

Question 19 of 20 5.0/ 5.0 Points

What must Test Case describe?


(Choose 3 options)

A.Status

B.Input

C.Action

D.Expected result

Question 20 of 20 0.0/ 5.0 Points

Which is not a defect type?

A. Functionality
B. User Interface

C. Performance

D. Leakage

01_Extra_Review & Testing Basics


Return to Asse ssment List

Part 1 of 2 - Extra_Quiz_Lession1 50.0/ 50.0 Points

Question 1 of 20 5.0/ 5.0 Points

Which is not a type of review?

A. Inspection

B. Management approval

C. Walkthrough

D. Technical review
Question 2 of 20 5.0/ 5.0 Points

Which is not a step during "Perform Peer Reviews" process?

A. Prepare for Peer Reviews

B. Analyze Peer Review Data

C. Conduct Peer Reviews

D. Perform Verification

Question 3 of 20 5.0/ 5.0 Points

Which is not a review output?

A. Updated work products

B. Filled-up checklist

C. Meeting minutes

D. Review report
Question 4 of 20 5.0/ 5.0 Points

What don't you do during review preparing?

A. Identifying reviewers

B. Gathering all comments and questions from reviewers

C. Logging and sending to conductor all defects found

D. Preparing agenda and reviewing facilities

Question 5 of 20 5.0/ 5.0 Points

In case a meeting required, you do gathering all comments, questions from


reviewers in which reviewing step?

A. Executing review & logging defects

B. Evaluating review results

C. Following up

D. Preparing
Question 6 of 20 5.0/ 5.0 Points

Please chose the type of review which is to make sure all objectives of the current
stage are met, all its work products have been approved as planned, and project is
able to proceed to the next stage

A. Post-mortem review

B. Contract review

C. Quality gate review

D. Code review

Question 7 of 20 5.0/ 5.0 Points

The purpose of Validation is to assure that selected work products meet their
specified requirements

True

False

Question 8 of 20 5.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?


A. VER focuses on testing while VAL focuses on reviewing

B. They have same objectives and focuses

C. VER focuses on "building the right thing" while VAL focuses on "building the

thing right"

D. VER focuses on "building the thing right" while VAL focuses on "building the

right thing"

Question 9 of 20 5.0/ 5.0 Points

Which is a Validation product in Fsoft software process?

A. Review schedule

B. Delivery schedule

C. Test cases

D. Test plan

5.0/ 5.0 Points


Question 10 of 20
What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify potential application failures by use of a test specification.

C. To identify spelling mistakes in a requirements specification.

D. To identify defects in any software work product.

Part 2 of 2 - Extra_Quiz_Lession2 30.0/ 50.0 Points

Question 11 of 20 0.0/ 5.0 Points

In which software development phase, the cost of defects is highest?

A. Analysing

B. Coding

C. System testing
D. Designing

Question 12 of 20 5.0/ 5.0 Points

Which of the following will be the best definition for Testing:

A. The purpose of testing is to demonstrate that the program is defect free.

B. The purpose of testing is to demonstrate t hat the program does what it is

supposed to do

C. Testing is executing Software for the purpose of finding defects to verify

that it satisfies specified requirements

D. The goal / purpose of testing is to demonstrate that the program works.

Question 13 of 20 0.0/ 5.0 Points

Please chose correct order of below four steps during Defect lifecycle?
(1)Log defects
(2)Fix defects
(3)Analyze defects
(4)Re-test

A. 3-1-4-2

B. 1-2-3-4
C. 1-3-2-4

D. 3-1-2-4

Question 14 of 20 5.0/ 5.0 Points

Which document is the base of performing integaration test?

A. Requirement analysis

B. Coding

C. Architechture design

D. Software requirement specification

Question 15 of 20 0.0/ 5.0 Points

Acceptance test cases are based on what?

A. Decision table

B. Design
C. Requirements

D. Code

Question 16 of 20 5.0/ 5.0 Points

What is Defect rate?

A. Number of test cases executed

B. Weighted defects/ project size (in UCP)

C. Weighted defects/ Test effort

D. Weighted defects found after release/ project size

Question 17 of 20 5.0/ 5.0 Points

What will Test leader do in Definition phase?

A. Write test Plan

B. Write test report


C. Prepare test data

D. Write test case

Question 18 of 20 5.0/ 5.0 Points

Please name 2 major test methods

A.Unit test

B.Black box test

C.System test

D.White box test

Question 19 of 20 5.0/ 5.0 Points

Defects are found by which of the following activities?

A.Designing

B.Inspection
C.Testing

D.Reviewing

Question 20 of 20 0.0/ 5.0 Points

A test plan defines

A. Expected results

B. Risks may affect testing

C. Testing strategy

D. What is scope of test


01_Extra_Review & Testing Basics
Return to Asse ssment List

Part 1 of 2 - Extra_Quiz_Lession1 50.0/ 50.0 Points

Question 1 of 20 5.0/ 5.0 Points

Which is not a quality control activity?

A. Functional specification

B. Software testing

C. Audit

D. Software product review

Question 2 of 20 5.0/ 5.0 Points

The project team can find defects, omissions, … and educate team members by
which of the following peer-review techniques?

A. Audit

B. Walkthrough
C. Technical review

D. Formal inspection

Question 3 of 20 5.0/ 5.0 Points

Please chose correct order of below four activities?


(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 1-2-3-4

B. 1-3-2-4

C. 3-1-4-2

D. 3-4-1-2

Question 4 of 20 5.0/ 5.0 Points

Peer review is one of the step during the Veririfcation process?

True
False

Question 5 of 20 5.0/ 5.0 Points

Which is not a step during "Perform Peer Reviews" process?

A. Prepare for Peer Reviews

B. Analyze Peer Review Data

C. Conduct Peer Reviews

D. Perform Verification

Question 6 of 20 5.0/ 5.0 Points

Which is a Validation product in Fsoft software process?

A. Test cases

B. Review schedule

C. Test plan
D. Delivery schedule

Question 7 of 20 5.0/ 5.0 Points

Which is not a review output?

A. Meeting minutes

B. Filled-up checklist

C. Review report

D. Updated work products

Question 8 of 20 5.0/ 5.0 Points

How many main steps are there during Verification process?

A. 4

B. 3

C. 5
D. 2

Question 9 of 20 5.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?

A. VER focuses on "building the right thing" while VAL focuses on "building the

thing right"

B. They have same objectives and focuses

C. VER focuses on "building the thing right" while VAL focuses on "building the

right thing"

D. VER focuses on testing while VAL focuses on reviewing

Question 10 of 20 5.0/ 5.0 Points

What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify potential application failures by use of a test specification.

C. To identify spelling mistakes in a requirements specification.


D. To identify defects in any software work product.

Part 2 of 2 - Extra_Quiz_Lession2 35.0/ 50.0 Points

Question 11 of 20 5.0/ 5.0 Points

What must testers do when project has Change Requirements?

A. Update Test Case

B. Re-test

C. Regression Test

D. All above

Question 12 of 20 5.0/ 5.0 Points

Please choose correct objectives of Test planning


(can select more than one)

A.Specify deliverables

B.Decide on Test Metrics & Manage through Metrics


C.Obtain commitment from affected groups

D.Define responsibilities

Question 13 of 20 5.0/ 5.0 Points

What does tester do in Test Execution process?

A. Create defect list

B. Create test report

C. All above

D. Execute test follow test case document

Question 14 of 20 0.0/ 5.0 Points

What is leakage?
( Choose 2 options)

A.Defects found by project leader


B.Defects found by customer in acceptance test

C.Defects found by tester

D.Defects found by end-user

Question 15 of 20 0.0/ 5.0 Points

Which document identifies and describes test scenarios that will be implemented
and executed?

A. Test script

B. Test report

C. Test case

D. Test Plan

Question 16 of 20 5.0/ 5.0 Points

How many stages of testing?

A. 3
B. 4

C. 5

D. 2

Question 17 of 20 5.0/ 5.0 Points

A test plan defines

A. Testing strategy

B. What is scope of test

C. Expected results

D. Risks may affect testing

Question 18 of 20 5.0/ 5.0 Points

Which document is the base of performing integaration test?

A. Software requirement specification


B. Coding

C. Architechture design

D. Requirement analysis

Question 19 of 20 0.0/ 5.0 Points

Regression testing always involves

A. Testing whether modifications have introduced adverse side effects.

B. Executing a large number of different tests.

C. Using a test automation tool

D. Testing whether a known software defect been fixed.

Question 20 of 20 5.0/ 5.0 Points

Which is gap between User Requirements and Requirement Specification

A. Software doesn’t satisfy the user requirements


B. Requirement ignored by the developers because they were too difficult to

implement

C. Missing requirements

D. None of above

Question 11 of 20
0.0/ 5.0 Points
Regression testing always involves

A. Testing whether a known software defect been fixed.

B. Executing a large number of different tests.

C. Using a test automation tool

D. Testing whether modifications have introduced adverse side effects.

Question 12 of 20
5.0/ 5.0 Points
V-Model is:

A. A software life-cycle model that is not relevant for testing

B. The official software development and testing life-cycle model of ISTQB


C. A software development model that illustrates how testing activities integrate with

software development phases

D. A testing life cycle model including unit, integration, system and acceptance phases

Question 13 of 20
0.0/ 5.0 Points
Which metric is used to assess the performance of a tester?

A. Defect rate

B. Test sucessful coverage

C. Test effectiveness & Leakage

D. Test coverage

Question 14 of 20
0.0/ 5.0 Points
Testers will prepare test cases, test data, test scripts in…………………….. phase?

A. Construction

B. Initiation

C. Definition

D. Solution

Question 15 of 20
5.0/ 5.0 Points
Where defects come from?

A. Change requests
B. Misunderstanding

C. Software products

D. All of above

Question 16 of 20
5.0/ 5.0 Points
In which software development phase, the cost of defects is highest?

A. Designing

B. Coding

C. Analysing

D. System testing

Question 17 of 20
0.0/ 5.0 Points
Which is not considered as a defect?

A. Leakage

B. Error

C. Issues

D. Bug

Question 18 of 20
5.0/ 5.0 Points
What must testers do when project has Change Requirements?
A. Update Test Case

B. Re-test

C. Regression Test

D. All above

Question 19 of 20
5.0/ 5.0 Points
What does tester do in Test Execution process?

A. All above

B. Create test report

C. Execute test follow test case document

D. Create defect list

Question 20 of 20
5.0/ 5.0 Points
Which document is the base of performing system test?

A. Coding

B. Software requirement specification

C. Architechture design

D. User Requirement
Question 1 of 20 5.0/ 5.0 Points

Which is not a quality control activity?

A. Software testing

B. Functional specification

C. Audit

D. Software product review

Question 2 of 20 5.0/ 5.0 Points

What is the MAIN objective when reviewing a software deliverable?

A. To identify standards inconsistencies in the code

B. To identify spelling mistakes in a requirements specification.

C. To identify defects in any software work product.

D. To identify potential application failures by use of a test specification.

Question 3 of 20 5.0/ 5.0 Points

Please chose the type of review which is to make sure all objectives of the current stage are met,
all its work products have been approved as planned, and project is able to proceed to the next
stage
A. Contract review

B. Quality gate review

C. Post-mortem review

D. Code review

Question 4 of 20 5.0/ 5.0 Points

Which is not a step during "Perform Peer Reviews" process?

A. Perform Verification

B. Prepare for Peer Reviews

C. Analyze Peer Review Data

D. Conduct Peer Reviews

Question 5 of 20 5.0/ 5.0 Points

Peer review is one of the step during the Veririfcation process?

True

False

Question 6 of 20 5.0/ 5.0 Points

Please chose correct order of below four activities?


(1)Conduct Peer Reviews
(2)Analyze Peer Review Data
(3)Perform Verification
(4)Analyze Verification Results

A. 1-2-3-4

B. 1-3-2-4

C. 3-1-4-2

D. 3-4-1-2

Question 7 of 20 5.0/ 5.0 Points

What is difference between Verification(VER) and Validation (VAL)?

A. They have same objectives and focuses

B. VER focuses on "building the thing right" while VAL focuses on "building the right

thing"

C. VER focuses on "building the right thing" while VAL focuses on "building the thing

right"

D. VER focuses on testing while VAL focuses on reviewing

Question 8 of 20 5.0/ 5.0 Points

What don't you do during review preparing?

A. Identifying reviewers

B. Preparing agenda and reviewing facilities


C. Logging and sending to conductor all defects found

D. Gathering all comments and questions from reviewers

Question 9 of 20 5.0/ 5.0 Points

The purpose of Validation is to assure that selected work products meet their specified
requirements

True

False

Question 10 of 20 5.0/ 5.0 Points

Which is not a type of review?

A. Management approval

B. Inspection

C. Walkthrough

D. Technical review

Part 2 of 2 - Extra_Quiz_Lession2 35.0/ 50.0 Points

Question 11 of 20 5.0/ 5.0 Points

Defects are found by which of the following activities?

A. Inspection
B. Testing

C. Reviewing

D. Designing

Question 12 of 20 5.0/ 5.0 Points

What statement do you consider to be most important?

A. Testing has the primary intent of showing the system meets the users needs

B. Testing has the primary intent of finding faults

C. All above

D. None above

Question 13 of 20 0.0/ 5.0 Points

What is leakage?
( Choose 2 options)

A. Defects found by end-user

B. Defects found by project leader

C. Defects found by customer in acceptance test

D. Defects found by tester

Question 14 of 20 0.0/ 5.0 Points


Regression testing always involves

A. Testing whether modifications have introduced adverse side effects.

B. Executing a large number of different tests.

C. Using a test automation tool

D. Testing whether a known software defect been fixed.

Question 15 of 20 5.0/ 5.0 Points

Which is not considered as a defect?

A. Leakage

B. Issues

C. Error

D. Bug

Question 16 of 20 5.0/ 5.0 Points

Please chose correct order of below four steps during Defect lifecycle?
(1)Log defects
(2)Fix defects
(3)Analyze defects
(4)Re-test

A. 1-3-2-4

B. 3-1-4-2
C. 3-1-2-4

D. 1-2-3-4

Question 17 of 20 5.0/ 5.0 Points

V-Model is:

A. The official software development and testing life-cycle model of ISTQB

B. A software life-cycle model that is not relevant for testing

C. A testing life cycle model including unit, integration, system and acceptance phases

D. A software development model that illustrates how testing activities integrate with

software development phases

Question 18 of 20 0.0/ 5.0 Points

In formal review, Rework: fixing defects found typically done by _________

A. Author

B. Conductor

C. Reviewer

D. Secretary

Question 19 of 20 5.0/ 5.0 Points


What does tester do in Test Execution process?

A. All above

B. Create defect list

C. Create test report

D. Execute test follow test case document

Question 20 of 20 5.0/ 5.0 Points

A test case includes

A. Action

B. Input data

C. Expected result

D. All above
Question 11 of 20
5.0/ 5.0 Points
A test case includes

A. Action

B. Input data

C. Expected result

D. All above

Question 12 of 20
5.0/ 5.0 Points
Which of the following should NOT normally be an objective for a test?

A. To debug defects

B. To find faults in the software

C. To assess whether the software is ready for release.

D. To demonstrate that the software doesn’t work.

Question 13 of 20
5.0/ 5.0 Points
In which software development phase, the cost of defects is highest?

A. Designing

B. Coding

C. Analysing
D. System testing

Question 14 of 20
5.0/ 5.0 Points
Please name 2 major test methods

A.System test

B.Black box test

C.White box test

D.Unit test

Question 15 of 20
5.0/ 5.0 Points
Defects are found by which of the following activities?

A.Designing

B.Reviewing

C.Testing

D.Inspection

Question 16 of 20
5.0/ 5.0 Points
Please choose correct objectives of Test planning
(can select more than one)

A.Decide on Test Metrics & Manage through Metrics

B.Specify deliverables
C.Define responsibilities

D.Obtain commitment from affected groups

Question 17 of 20
5.0/ 5.0 Points
Which is gap between User Requirements and Requirement Specification

A. Software doesn’t satisfy the user requirements

B. Requirement ignored by the developers because they were too difficult to implement

C. Missing requirements

D. None of above

Question 18 of 20
5.0/ 5.0 Points
How do you normally rate the severity for a defect which can not be worked around?

A. Fatal

B. Cosmetic

C. Medium

D. Serious

Question 19 of 20
5.0/ 5.0 Points
Which metric is used to assess the performance of a tester?

A. Defect rate
B. Test sucessful coverage

C. Test effectiveness & Leakage

D. Test coverage

Question 20 of 20
5.0/ 5.0 Points
What statement do you consider to be most important?

A. Testing has the primary intent of showing the system meets the users needs

B. Testing has the primary intent of finding faults

C. All above

D. None above

Vous aimerez peut-être aussi