1. Trang chủ
  2. » Giáo Dục - Đào Tạo

Test 2 (before class)

14 25 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 14
Dung lượng 466,66 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Confirmation testing is testing fixes to a set of defects and Regression testing is testing to establish whether any defects have been introduced as a result of changes.. Confirmation te

Trang 1

21/9/2018 Test (Before class)

Question 1

Correct

Mark 1.00 out of

1.00

Question 2

Correct

Mark 1.00 out of

1.00

Started on Friday, 21 September 2018, 7:26 AM

State Finished Completed on Friday, 21 September 2018, 7:38 AM

Time taken 11 mins 39 secs

Marks 39.00/40.00 Grade 9.75 out of 10.00 (98%)

Match every stage of the software development life cycle with the testing life cycle:

Business requirements Acceptance Test

Your answer is correct

The inputs for developing a test plan are taken from

Select one:

a Support plan

b None of the above

c Project plan

d Business plan

Your answer is correct

Kiem thu phan mem_

2018_2019_HKI_Sang_Thu6

Trang 2

21/9/2018 Test (Before class)

Question 3

Correct

Mark 1.00 out of

1.00

Question 4

Correct

Mark 1.00 out of

1.00

Which of the following is TRUE?

Select one:

a Confirmation testing is testing fixes to a set of defects and Regression testing

is testing to establish whether any defects have been introduced as a result of changes

b Confirmation testing and Regression testing are both testing to establish whether any defects have been introduced as a result of changes.

c Confirmation testing and Regression testing are both testing fixes to a set of defects.

d Confirmation testing is testing to establish whether any defects have been introduced as a result of changes and Regression testing is testing fixes to a set

of defects.

Your answer is correct

Which of the following are characteristic of regression testing?

i) Regression testing is run ONLY once ii) Regression testing is used after fixes have been made iii) Regression testing is often automated

iv) Regression tests need not be maintained

Select one:

a ii, iii.

b ii, iv.

c i, iii, iv

d iii.

Your answer is correct

Trang 3

21/9/2018 Test (Before class)

Question 5

Correct

Mark 1.00 out of

1.00

Question 6

Correct

Mark 1.00 out of

1.00

Question 7

Correct

Mark 1.00 out of

1.00

What principle is BEST described when test designs are written by a third party?

Select one:

a Interoperability testing

b Independent testing

c Integration testing

d Exploratory testing

Your answer is correct

Which of the following combinations correctly describes a valid approach to component testing:

i) Functional testing of the component in isolation

ii) Structure-based testing of the code without recording incidents

iii) Automated tests that are run until the component passes

iv) Functional testing of the interfaces between modules

Select one:

a iii

b i and ii.

c I ii and iii

d ii and iv

Your answer is correct

What is the name of a skeletal implementation of a software component that is used for testing?

Select one:

a Driver

b Stub

c Domain

d Use case

Your answer is correct

,

Trang 4

21/9/2018 Test (Before class)

Question 8

Correct

Mark 1.00 out of

1.00

Question 9

Correct

Mark 1.00 out of

1.00

Question 10

Correct

Mark 1.00 out of

1.00

Testing where in we subject the target of the test, to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads

Select one:

a Load Testing

b System Testing

c Usability Testing

d Integration Testing

Your answer is correct

Performs sufficient testing to evaluate every possible path and condition in the application system The only test method that guarantees the proper functioning of the application system is called as _

Select one:

a Exhaustive Testing

b Branch Testing

c Regression Testing

d Basic Path Testing

Your answer is correct

During this event the entire system is tested to verify that all functional information structural and quality requirements have been met A predetermined combination of tests is designed that when executed successfully satisfy management that the system meets specifications

Select one:

a Validation Testing

b System Testing

c Integration Testing

d User Acceptance Testing

Your answer is correct

Trang 5

21/9/2018 Test (Before class)

Question 11

Correct

Mark 1.00 out of

1.00

Question 12

Correct

Mark 1.00 out of

1.00

Question 13

Correct

Mark 1.00 out of

1.00

During testing, a defect was found in which the system crashed when the network got disconnected while receiving data from the server The defect was fixed by correcting functionality which checks the network availability during data transfer Existing test cases did cover 100% of the module statements To verify the fix and ensure more extensive coverage, some tests were designed and added to the test suite What types of testing are mentioned above?

I Functional testing

II Structural testing III Confirmation testing

IV Performance testing

Select one:

a II and IV

b I and III

c I, III and IV

d I, II and III

Your answer is correct

Which test investigates both functional and non-functional system requirements?

Select one:

a Alpha testing

b Acceptance testing

c Confirmation testing

d System testing

Your answer is correct

Which test may not mimic real world situations

Select one:

a Structural Testing

b All of the above

c None of the above

d Functional testing

Your answer is correct

Trang 6

21/9/2018 Test (Before class)

Question 14

Correct

Mark 1.00 out of

1.00

Question 15

Correct

Mark 1.00 out of

1.00

Question 16

Correct

Mark 1.00 out of

1.00

The process starting with the terminal modules is called:

Select one:

a Bottom-up integration

b Top-down integration

c None of the above

d Module integration

Your answer is correct

Which testing is used to verify that the system can perform properly when internal program or system limitations have been exceeded

Select one:

a Load Testing

b Stress Testing

c Performance Testing

d Volume testing

Your answer is correct

Which of the following is true of the V - model?

Select one:

a It states that modules are tested against user requirements.

b It only models the testing phase.

c It includes the verification of designs.

d It specifies the test techniques to be used.

Your answer is correct

Trang 7

21/9/2018 Test (Before class)

Question 17

Correct

Mark 1.00 out of

1.00

Question 18

Correct

Mark 1.00 out of

1.00

Question 19

Correct

Mark 1.00 out of

1.00

During which fundamental test process activity do we determine if MORE tests are needed?

Select one:

a Evaluating test exit criteria.

b Test implementation and execution.

c Test analysis and design.

d Test planning and control.

Your answer is correct

Which of the following is a major task of test planning?

Select one:

a Evaluating exit criteria and reporting.

b Measuring and analyzing results.

c Determining the test approach.

d Preparing test specifications.

Your answer is correct

Which test levels are USUALLY included in the common type of V - model?

Select one:

a Alpha testing, beta testing, black-box testing, and white-box testing

b Component testing, integration testing, system testing, and acceptance testing

c Incremental testing, exhaustive testing, exploratory testing, and data driven testing

d Integration testing, system testing, acceptance testing, and regression testing

Your answer is correct

Trang 8

21/9/2018 Test (Before class)

Question 20

Correct

Mark 1.00 out of

1.00

Question 21

Correct

Mark 1.00 out of

1.00

Question 22

Correct

Mark 1.00 out of

1.00

Place the stages of the Fundamental Test Process in the usual order (by time)

a Test closure activities

b Analysis and design

c Planning and control

d Implementation and execution

e Evaluating exit criteria and reporting

Select one:

a c, b, d, a, e

b c, b, d, e, a

c b, c, d, e, a

d c, b, e, d, a

Your answer is correct

During which activity of the Fundamental Test Process do you compare actual with expected results?

Select one:

a Test implementation and execution

b Test analysis and design

c Evaluating exit criteria and reporting

d Test closure activities

Your answer is correct

Which activity in the Fundamental Test Process creates test suites for efficient test execution?

Select one:

a Planning and control

b Implementation and execution

c Analysis and design

d Test closure

Your answer is correct

Trang 9

21/9/2018 Test (Before class)

Question 23

Correct

Mark 1.00 out of

1.00

Question 24

Correct

Mark 1.00 out of

1.00

Question 25

Incorrect

Mark 0.00 out of

1.00

Which of the following is a MAJOR activity of test planning?

Select one:

a Measuring and analysing results

b Initiation of corrective actions

c Monitoring and documenting progress

d Determining the exit criteria

Your answer is correct

As part of which test process do you determine the exit criteria?

Select one:

a Evaluating exit criteria and reporting

b Test planning.

c Test closure.

d Test control.

Your answer is correct

Which of the following is a MAJOR task of test implementation and execution?

Select one:

a Reporting discrepancies as incidents.

b Assessing if more tests are needed.

c Identifying test conditions or test requirements.

d Measuring and analyzing results.

Your answer is incorrect

Trang 10

21/9/2018 Test (Before class)

Question 26

Correct

Mark 1.00 out of

1.00

Question 27

Correct

Mark 1.00 out of

1.00

Question 28

Correct

Mark 1.00 out of

1.00

What is beta testing?

Select one:

a Testing performed by product developers at the customer's location.

b Testing performed by potential customers at their own locations.

c Testing performed by product developers at their own locations.

d Testing performed by potential customers at the developers location.

Your answer is correct

System testing should investigate

Select one:

a Non-functional requirements and Functional requirements

b Functional requirements only not non-functional requirements

c Non-functional requirements only not Functional requirements

d Non-functional requirements or Functional requirements

Your answer is correct

Contract and regulation testing is a part of

Select one:

a Smoke testing

b Integration testing

c Acceptance testing

d System testing

Your answer is correct

Trang 11

21/9/2018 Test (Before class)

Question 29

Correct

Mark 1.00 out of

1.00

Question 30

Correct

Mark 1.00 out of

1.00

Question 31

Correct

Mark 1.00 out of

1.00

The _ testing will be performed by the people at client own locations

Select one:

a Alpha testing

b Field testing

c Performance testing

d System testing

Your answer is correct

Arc testing is known as

Select one:

a Agile testing

b Beta testing

c Branch testing

d Ad-hoc testing

Your answer is correct

Which test can be performed at all test levels?

Select one:

a Operational testing

b Structural testing

c Integration testing

d System testing

Your answer is correct

Trang 12

21/9/2018 Test (Before class)

Question 32

Correct

Mark 1.00 out of

1.00

Question 33

Correct

Mark 1.00 out of

1.00

Question 34

Correct

Mark 1.00 out of

1.00

Which is the non - functional testing?

Select one:

a Unit testing

b Regression testing

c Performance testing

d Sanity testing

Your answer is correct

Link Testing is also called as:

Select one:

a Component Sub System Testing

b Maintenance testing

c Component System Testing

d Component Integration testing

Your answer is correct

When a defect is detected and fixed then the software should be retested to confirm that the original defect has been successfully removed This is called:

Select one:

a Regression testing

b Confirmation testing

c None of the above

d Maintenance testing

Your answer is correct

Trang 13

21/9/2018 Test (Before class)

Question 35

Correct

Mark 1.00 out of

1.00

Question 36

Correct

Mark 1.00 out of

1.00

Question 37

Correct

Mark 1.00 out of

1.00

What is the Software Testing Life Cycle?

Select one:

a It is a life cycle about the software development process.

b It is a set of steps that can be performed in any order to test the quality of software.

c It is a set of specifications the programmers write to decide the functions of the software.

d It is a set of steps that needs to be performed in sequence to test the quality

of software.

Your answer is correct

How are the SDLC and STLC models related?

Select one:

a A software testing life cycle (STLC) test is needed only after all software development life cycle (SDLC) steps are complete.

b A software testing life cycle (STLC) test is needed at each stage of the software development life cycle (SDLC).

c The software testing life cycle (STLC) test is done by the development team.

d The software testing life cycle (STLC) test is done by a separate test team.

Your answer is correct

What are the benefits of integrating the development and testing in the software development life cycle?

Select one:

a Management philosophy mandates testing after development

b It improves mentorship and empowerment in software development

c It simplifies identifying and fixing errors before they make it into the final product

d It makes sure that errors and oversights are caught after the system goes into production

Your answer is correct

Trang 14

21/9/2018 Test (Before class)

Question 38

Correct

Mark 1.00 out of

1.00

Question 39

Correct

Mark 1.00 out of

1.00

Question 40

Correct

Mark 1.00 out of

1.00

What is the phase where a determination is made about what version of the software will be tested?

Select one:

a Test environment phase

b Development phase

c Planning phase

d Requirements phase

Your answer is correct

Why is developing the test case important?

Select one:

a The planning phase follows the plan as outlined in the test case.

b The execution of the test follows the plan as outlined in the test case.

c The requirement analysis follows the plan as outlined in the test case.

d Closing the test cycle follows the plan as outlined in the test case.

Your answer is correct

To check whether we are developing the right product according to the customer requirements are not It is a static process

Select one:

a Validation

b Quality Control

c Verification

d Quality Assurance

Your answer is correct

Return to: Week 3 (21/09) 

Ngày đăng: 09/11/2019, 10:24

TỪ KHÓA LIÊN QUAN

w