SlideShare a Scribd company logo
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.
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
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
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
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?
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
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
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
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?
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
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

More Related Content

What's hot

Istqb exam sample_paper_3
Istqb exam sample_paper_3Istqb exam sample_paper_3
Istqb exam sample_paper_3TestingGeeks
 
Istqb question-paper-dump-11
Istqb question-paper-dump-11Istqb question-paper-dump-11
Istqb question-paper-dump-11TestingGeeks
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1TestingGeeks
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
Helen Nguyễn
 
Istqb exam sample_paper_1
Istqb exam sample_paper_1Istqb exam sample_paper_1
Istqb exam sample_paper_1TestingGeeks
 
Istqb question-paper-dump-13
Istqb question-paper-dump-13Istqb question-paper-dump-13
Istqb question-paper-dump-13TestingGeeks
 
Istqb Sample Questions
Istqb Sample QuestionsIstqb Sample Questions
Istqb Sample Questions
Rutwika Karankar
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.infoTestingGeeks
 
Istqb question-paper-dump-12
Istqb question-paper-dump-12Istqb question-paper-dump-12
Istqb question-paper-dump-12TestingGeeks
 
Istqb question-paper-dump-8
Istqb question-paper-dump-8Istqb question-paper-dump-8
Istqb question-paper-dump-8TestingGeeks
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2TestingGeeks
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaTestingGeeks
 
Istqb question-paper-dump-6
Istqb question-paper-dump-6Istqb question-paper-dump-6
Istqb question-paper-dump-6TestingGeeks
 
Istqb question
Istqb question Istqb question
Istqb question krunal36
 
Istqb exam sample_paper_2
Istqb exam sample_paper_2Istqb exam sample_paper_2
Istqb exam sample_paper_2TestingGeeks
 

What's hot (17)

Istqb exam sample_paper_3
Istqb exam sample_paper_3Istqb exam sample_paper_3
Istqb exam sample_paper_3
 
Istqb question-paper-dump-11
Istqb question-paper-dump-11Istqb question-paper-dump-11
Istqb question-paper-dump-11
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
 
SEP-07 ISTQB PAPER
SEP-07 ISTQB PAPERSEP-07 ISTQB PAPER
SEP-07 ISTQB PAPER
 
Istqb exam sample_paper_1
Istqb exam sample_paper_1Istqb exam sample_paper_1
Istqb exam sample_paper_1
 
AUG-17 (2013) ISTQB PAPER
AUG-17 (2013) ISTQB PAPERAUG-17 (2013) ISTQB PAPER
AUG-17 (2013) ISTQB PAPER
 
Istqb question-paper-dump-13
Istqb question-paper-dump-13Istqb question-paper-dump-13
Istqb question-paper-dump-13
 
Istqb Sample Questions
Istqb Sample QuestionsIstqb Sample Questions
Istqb Sample Questions
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.info
 
Istqb question-paper-dump-12
Istqb question-paper-dump-12Istqb question-paper-dump-12
Istqb question-paper-dump-12
 
Istqb question-paper-dump-8
Istqb question-paper-dump-8Istqb question-paper-dump-8
Istqb question-paper-dump-8
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singha
 
Istqb question-paper-dump-6
Istqb question-paper-dump-6Istqb question-paper-dump-6
Istqb question-paper-dump-6
 
Istqb question
Istqb question Istqb question
Istqb question
 
Istqb exam sample_paper_2
Istqb exam sample_paper_2Istqb exam sample_paper_2
Istqb exam sample_paper_2
 

Viewers also liked

500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011TestingGeeks
 
Testing Standards List
Testing Standards ListTesting Standards List
Testing Standards List
Professional Testing
 
Istqb question-paper-dump-3
Istqb question-paper-dump-3Istqb question-paper-dump-3
Istqb question-paper-dump-3TestingGeeks
 

Viewers also liked (7)

Mt s5 levels
Mt s5 levelsMt s5 levels
Mt s5 levels
 
Mt s4 types
Mt s4 typesMt s4 types
Mt s4 types
 
Qtp ans
Qtp ansQtp ans
Qtp ans
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
 
Qtp
QtpQtp
Qtp
 
Testing Standards List
Testing Standards ListTesting Standards List
Testing Standards List
 
Istqb question-paper-dump-3
Istqb question-paper-dump-3Istqb question-paper-dump-3
Istqb question-paper-dump-3
 

Similar to Topic 5 chapter 6

Sample Paper 1233140926359988 2
Sample Paper 1233140926359988 2Sample Paper 1233140926359988 2
Sample Paper 1233140926359988 2mnassef
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_types
sangeeswaran
 
Cast 14 2 sample exam
Cast 14 2 sample examCast 14 2 sample exam
Cast 14 2 sample exam
Gowri Madheswaran
 
Đề thi mẫu 2(ISTQB)
Đề thi mẫu 2(ISTQB)Đề thi mẫu 2(ISTQB)
Đề thi mẫu 2(ISTQB)
Jenny Nguyen
 
Question ISTQB foundation 2
Question ISTQB  foundation 2Question ISTQB  foundation 2
Question ISTQB foundation 2Jenny Nguyen
 
Đề thi mẫu 1(ISTQB)
Đề thi mẫu 1(ISTQB)Đề thi mẫu 1(ISTQB)
Đề thi mẫu 1(ISTQB)
Jenny Nguyen
 
Question ISTQB foundation 1
Question ISTQB foundation 1Question ISTQB foundation 1
Question ISTQB foundation 1Jenny Nguyen
 
Istqb question-paper-dump-10
Istqb question-paper-dump-10Istqb question-paper-dump-10
Istqb question-paper-dump-10TestingGeeks
 
Istqb question-paper-dump-5
Istqb question-paper-dump-5Istqb question-paper-dump-5
Istqb question-paper-dump-5TestingGeeks
 
Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5
Tomas Vileikis
 
Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6
Tomas Vileikis
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
Akash gupta
 

Similar to Topic 5 chapter 6 (13)

Sample Paper 1233140926359988 2
Sample Paper 1233140926359988 2Sample Paper 1233140926359988 2
Sample Paper 1233140926359988 2
 
Software testing objective_types
Software testing objective_typesSoftware testing objective_types
Software testing objective_types
 
EST-MCQ.pdf
EST-MCQ.pdfEST-MCQ.pdf
EST-MCQ.pdf
 
Cast 14 2 sample exam
Cast 14 2 sample examCast 14 2 sample exam
Cast 14 2 sample exam
 
Đề thi mẫu 2(ISTQB)
Đề thi mẫu 2(ISTQB)Đề thi mẫu 2(ISTQB)
Đề thi mẫu 2(ISTQB)
 
Question ISTQB foundation 2
Question ISTQB  foundation 2Question ISTQB  foundation 2
Question ISTQB foundation 2
 
Đề thi mẫu 1(ISTQB)
Đề thi mẫu 1(ISTQB)Đề thi mẫu 1(ISTQB)
Đề thi mẫu 1(ISTQB)
 
Question ISTQB foundation 1
Question ISTQB foundation 1Question ISTQB foundation 1
Question ISTQB foundation 1
 
Istqb question-paper-dump-10
Istqb question-paper-dump-10Istqb question-paper-dump-10
Istqb question-paper-dump-10
 
Istqb question-paper-dump-5
Istqb question-paper-dump-5Istqb question-paper-dump-5
Istqb question-paper-dump-5
 
Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5
 
Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6Www.istqb.guru istqb question-paper6
Www.istqb.guru istqb question-paper6
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
 

More from TestingGeeks

Istqb question-paper-dump-14
Istqb question-paper-dump-14Istqb question-paper-dump-14
Istqb question-paper-dump-14TestingGeeks
 
Istqb question-paper-dump-9
Istqb question-paper-dump-9Istqb question-paper-dump-9
Istqb question-paper-dump-9TestingGeeks
 
Istqb question-paper-dump-7
Istqb question-paper-dump-7Istqb question-paper-dump-7
Istqb question-paper-dump-7TestingGeeks
 
Istqb question-paper-dump-4
Istqb question-paper-dump-4Istqb question-paper-dump-4
Istqb question-paper-dump-4TestingGeeks
 
Answers to-500-istqb-sample-papers-2010-2011
Answers to-500-istqb-sample-papers-2010-2011Answers to-500-istqb-sample-papers-2010-2011
Answers to-500-istqb-sample-papers-2010-2011TestingGeeks
 

More from TestingGeeks (8)

Sql
SqlSql
Sql
 
Selenium
SeleniumSelenium
Selenium
 
Password
PasswordPassword
Password
 
Istqb question-paper-dump-14
Istqb question-paper-dump-14Istqb question-paper-dump-14
Istqb question-paper-dump-14
 
Istqb question-paper-dump-9
Istqb question-paper-dump-9Istqb question-paper-dump-9
Istqb question-paper-dump-9
 
Istqb question-paper-dump-7
Istqb question-paper-dump-7Istqb question-paper-dump-7
Istqb question-paper-dump-7
 
Istqb question-paper-dump-4
Istqb question-paper-dump-4Istqb question-paper-dump-4
Istqb question-paper-dump-4
 
Answers to-500-istqb-sample-papers-2010-2011
Answers to-500-istqb-sample-papers-2010-2011Answers to-500-istqb-sample-papers-2010-2011
Answers to-500-istqb-sample-papers-2010-2011
 

Topic 5 chapter 6

  • 1. 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.
  • 2. 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
  • 3. 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
  • 4. 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
  • 5. 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?
  • 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
  • 7. 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
  • 8. 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
  • 9. 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?
  • 10. 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
  • 11. 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