Topic 5 chapter 6

11

Click here to load reader

Transcript of Topic 5 chapter 6

Page 1: Topic 5 chapter 6

CHAPTER 6

1) What is component Testing?

Select one:

a. black box

b. Functional.

c. test level

d. White box testing

2) The test condition is the value of x is between 0 and 100. Including 0 & 100. What are the

BVI for the test cases?

Select one:

a. -1, 0, 50, 100, 101

b. -1, 0, 99, 100, 101

c. -1,0, 100, 101

d. 0, 50, 99, 100

3) Which of the following tools can be used by Complexity in the code?

Select one:

a. configuration management tool

b. static analysis tool

c. test data preparation tool

d. modeling tool

4) Consider the following statements about risk-based testing:

I. Risk-based testing has the objective to reduce the level of project risks.

II. Tests should be prioritized to find the critical defects as early as possible.

III. Non-testing activities may also help to reduce risk.

IV. Risks have to be reassessed on a regular basis.

V. The project stakeholders can give useful input to determine the risks

Select one:

a. I, II and IV are true. III and V are false.

Page 2: Topic 5 chapter 6

b. II, III and V are true. I and IV are false

c. II, III, IV and V are correct. I is false

d. I, III, IV and V are true. II is false

5) Which of the outcomes leads to failure ?

Select one:

a. mistake/Error found in S/W while testing leads to defect and hence leads to failure.

b. Insufficient programming

c. Error in software some times leads to failure.

d. mistakes done by developers leads to failure

6) Non functional system testing SHOULD include?

Select one:

a. testing for functions that should not exist

b. testing a system feature using only the software required for that action

c. testing quality attributes of the system including performance and usability

d. testing a system feature using only the software required for that function

e. testing to see where the system does not function properly

7) Static Analysis tools cannot do the following ?

Select one:

a. Undefined values while executing the code

b. Memory leaks dynamic

c. none

d. Divide by 0

8) How many possible ways can be there for 2input fields with numbers 1,2,3,4?

Select one:

a. 10

b. 8

c. 4

Page 3: Topic 5 chapter 6

d. 16

9) Which of the following statement is true?

Select one:

a. Water fall model should be used for every Project.

b. Life cycle Model

c. For Good testing we have to choose V-model

d. Iterative Incremental model

10) What does configuration management tool does?

Select one:

a. None of the options

b. A tool that provides support to the test management and control part of a test process.

c. A tool that supports the recording of the requirements

d. Interfaces between the test management tools and requirement tools

11) Given the following:

Switch PC on

Start “outlook”

IF outlook appears THEN

Send an email

Close outlook

Determine the minimum for statement and branch coverage

Select one:

a. 1 test for statement coverage, 2 for branch coverage

b. 1 test for statement coverage, 3 for branch coverage

c. 2 tests for statement coverage, 2 for branch coverage

d. 1 test for statement coverage, 1 for branch coverage

e. 2 tests for statement coverage, 3 for branch coverage

Page 4: Topic 5 chapter 6

12) By using the performance tool that sets a start time and end a stop time for a given

Transaction in order to measure the response time will make the whole transaction take slightly

longer time, this effect is called ?

Select one:

a. probe effect

b. performance effect

c. none

d. transaction effect

13) Which type of automation test design is used in the example below, An automation team

designs an automation framework for testing of their web based applications. Realizing that they

need to use different test cycles, they decide not to hard code any data in their scripts. Instead

they read all the data from text files while test execution is in progress?

Select one:

a. data coverage analysis

b. dynamic test design

c. Keyword-driven

d. data-driven

14) Big bang approach is related to?

Select one:

a. Inter system testing

b. Regression testing

c. Retesting

d. Integration testing

15) Which of the following is NOT included in the Test Plan document of the Test

Documentation Standard?

Select one:

a. Schedules and deadlines

b. What is not to be tested

c. Test items i.e. software versions

d. Quality plans

Page 5: Topic 5 chapter 6

e. Test environments

16) If the HTML web page is given for the test, Which of the following is the major priority

initially?

Select one:

a. To test the functionality

b. To check the non-functional and functional attributes

c. Field level check.

d. To test the URL and check for GUI

17) What information need not be included in a test incident report?

Select one:

a. the actual and expected outcomes

b. test environment details

c. severity, priority

d. how to reproduce the fault

e. how to fix the fault

18) Difference between Severity & Priority?

Select one:

a. Developers do priority & Severity is done by testers.

b. Severity Impact on the system & Priority Impact on business point.

c. None.

d. Priority is same as severity but different names

19) Formal Review is led by WHOM?

Select one:

a. moderator

b. author

c. Manager

d. Interviewer

20) Which of the documents should testing require?

Page 6: Topic 5 chapter 6

Select one:

a. Liabilities, contract agreement, not the company standards

b. None.

c. Should see all the documents Liabilities, contract agreement, company standards

d. should only see the company standards not the user liabilities and contract agreement

21) The Characteristics of the Inspection are:

1. Led by moderator

2. Uses check list

3. Applicable when there are no documents

4. Formal review Process

Select one:

a. 2,4

b. 1,2,3

c. 3,4

d. 1,2,4

22) Which of the following is NOT part of system testing?

Select one:

a. Business process based testing

b. Top down integration testing

c. Requirements based testing

d. Usability testing

e. Performance, load and stress testing

23) Which of the following is the best source of Expected Outcomes for User Acceptance Test

scripts?

Select one:

a. System specification

b. Program specification

c. Actual results

Page 7: Topic 5 chapter 6

d. User requirements

24) Mark the correct sentences:

I. Defects are a result of environmental conditions and are also referred to as Failures

II. A human mistake may produce a defect

III. A system will totally fail to operate correctly when a failure exists in it,

IV. When a defect exists in a system it may result in a failure

V. Defects occur only as a result of technology changes

Select one:

a. IV, V

b. I, II

c. I, III

d. II, IV

25) Given the valid inputs for a given Name field. The inputs of the field are Mr. , Mrs. , Ms

Which comes under valid ECP?

Select one:

a. Any one of the above mentioned ,No input, any other input

b. no input, other than Mr. Mrs. Ms

c. Any one, Mr. MRS. Ms,

d. Mr. Miss. Mrs., No input, any other input

26) Four equivalences classes are given for integer value

0<x<100

100<=x<=200

200<x<500

x>=500

Which of the following options represent correct set of data for valid equivalence class

partitions?

Select one:

a. 50, 100, 250, 1000

Page 8: Topic 5 chapter 6

b. 0, 1, 99, 100, 200, 201, 499, 500

c. 0, 50, 100, 150, 200, 350, 500

d. 50, 100, 200, 1000

27) Testing should be stopped when?

Select one:

a. all the planned tests have been run

b. it depends on the risks for the system being tested

c. all the planned tests have been run & all faults have been fixed correctly

d. all faults have been fixed correctly

e. time has run out

28) Which one of the following is a Product risk?

Select one:

a. Poor software Quality

b. one of the employer was resigned.

c. organizational issues

d. 3rd party Supplier issues

29) The techniques which comes under black box testing are?

Select one:

a. BVA, EVP, State transition

b. EVP,BVA, Conditions coverage

c. BVA, Statement coverage

d. Static analysis tools

30) From the following defect reporting, When ever I open an application the systems crashes,

What is the most priority items missing while defect reporting?

Select one:

a. User Name, Company ID

b. Severity , Priority

Page 9: Topic 5 chapter 6

c. Expected result, impact on the user.Both expected result and impact can be easily

known by looking at the defect report.

d. Version, Tested on.

31) What will Use case testing finds?

Select one:

a. Functional.

b. Regression

c. performance.

d. structural behavior

32) What is the difference between system testing and integration testing?

Select one:

a. Integration testing cannot be done in incremental manner, whereas integration test can be

done in incremental manner

b. Integration testing does interfaces between systems, system testing requirements

c. Integration testing is always done after system testing

d. Integration testing includes only functional testing, system testing includes both functional

& non-functional

33) What are the tasks of a typical teste:

I. Preparation of test data

II. Set up of test environment

III. Review of the test plan

IV. Prepare test script

Select one:

a. I, III

b. I, II, III

c. I, II, III, IV

d. I, II

34) What is Integration testing in the small means?

Page 10: Topic 5 chapter 6

Select one:

a. Tests the individual components that have been developed.

b. Only uses components that form part of the live system.

c. Tests interactions between modules or subsystems.

d. Tests interfaces to other systems.

35) Which of the following is a test level according to the V-model?

Select one:

a. Iterative Incremental

b. Integration Testing

c. Adhoc testing

d. Monkey testing

36) What is visible to endusers is a deviation from the specific or expected behaviour, this is

called?

Select one:

a. an error

b. a failure

c. a fault

d. a mistake

e. a defect

37) Static analysis tool is related to ?

Select one:

a. Coding standards

b. Comparing the actual & Expected results in offline

c. testing after the product is finished

d. None

38) Which of the following is NOT used in system testing?

Select one:

a. Structure-based tests

Page 11: Topic 5 chapter 6

b. Unit tests

c. Non-functional tests

d. Functional tests

39) Confirmation & regression Testing is done at which level ?

Select one:

a. Both System & Acceptance

b. Only at system & acceptance.

c. Only in System Level

d. At every level

40) Use Case testing Deals with?

Select one:

a. Non-functional attributes like Performance.

b. Functional and non-functional

c. Functional but not Non-functional

d. None

© TalentSprint 2011