ISTQB Sample Paper - 1 
 
1.      An input field takes the year of birth between 1900 and 2004
     The boundary values for testing this field are
a.     0,1900,2004,2005
b.     1900, 2004
c.     1899,1900,2004,2005
d.     1899, 1900, 1901,2003,2004,2005
 
  1. Which one of the following are non-functional testing methods?
    1. System testing
    2. Usability testing
    3. Performance testing
    4. Both b & c

  1. Which of the following tools would be involved in the automation of regression test?
    1. Data tester
    2. Boundary tester
    3. Capture/Playback
    4. Output comparator.

  1. Incorrect form of Logic coverage is:
    1. Statement Coverage
    2. Pole Coverage
    3. Condition Coverage
    4. Path Coverage

  1. Which of the following is not a quality characteristic listed in ISO 9126 Standard?
    1. Functionality
    2. Usability
    3. Supportability
    4. Maintainability

  1. To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data.
    1. Stub
    2. Driver
    3. Proxy
    4. None of the above

  1. Boundary value testing
a.     Is the same as equivalence partitioning tests
b.     Test boundary conditions on, below and above the edges of input and output equivalence classes
c.     Tests combinations of input circumstances
d.     Is used in white box testing strategy

  1. Pick the best definition of quality
a.      Quality is job one
b.      Zero defects
c.      Conformance to requirements
d.      Work as designed

  1. Fault Masking is
a.      Error condition hiding another error condition
b.      Creating a test case which does not reveal a fault
c.      Masking a fault by developer
d.      Masking a fault by a tester 

  1. One Key reason why developers have difficulty testing their own work is :
    1. Lack of technical documentation
    2. Lack of test tools on the market for developers
    3. Lack of training
    4. Lack of Objectivity

11.  During the software development process, at what point can the test process start?
a.     When the code is complete.
b.     When the design is complete.
c.     When the software requirements have been approved.
    1. When the first code module is ready for unit testing

  1. In a review meeting a moderator is a person who
a.      Takes minutes of the meeting
b.      Mediates between people
c.      Takes telephone calls
d.      Writes the documents to be reviewed

  1. Given the Following program
IF  X < Y
THEN  Statement 1;
ELSE IF  Y >=  Z
THEN Statement  2;
END

McCabe’s Cyclomatic Complexity is :
a.      2
b.      3
c.      4
d.      5

  1. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : -
…………
if (Condition 1)
then statement 1
else statement  2
fi
if (Condition 2)
then statement 3
fi
…………
a.      Test Cases
b.      3 Test Cases
c.      4 Test Cases
d.      Not achievable

15. Acceptance test cases are based on what?
a.                  Requirements
b.                  Design
c.                  Code
d.                  Decision table

16. “How much testing is enough?”
a.      This question is impossible to answer
b.      This question is easy to answer
c.      The answer depends on the risk for your industry, contract and special requirements
d.      This answer depends on the maturity of your developers

17. A common test technique during component test is
a.      Statement and branch testing
b.      Usability testing
c.      Security testing
d.      Performance testing

18.  Statement Coverage will not check for the following.
a.      Missing Statements
b.      Unused Branches
c.      Dead Code
d.      Unused Statement

19.  Independent Verification & Validation is
a.      Done by the Developer
b.      Done by the Test Engineers
c.      Done By Management
d.      Done by an Entity Outside the Project’s sphere of influence 

20.  Code Coverage is used as a measure of what ?
a.      Defects
b.      Trends analysis
c.      Test Effectiveness
         d.   Time Spent Testing



Answer: Answers-of-ISTQB-Sample-Paper - 1




Answers of ISTQP Sample Paper 1


1        c

2        d

3        c       

4        b

5        c

6        b

7        b

8        c

9        a

10      d

11      c       

12      b

13      b

14      c
15      a

16      c

17      a

18      a

19      d

20      c



QTP Certification Practice Questions









QTP Certification Practice Questions - Set 1

1) 'Browser navigation timeout' is in which tab of Test Settings

(File->Settings) window.
A) Properties
B) Resources
C) Web
D) Web Settings
2) How many tabs are there in Test Settings (File->Settings) window
A) 7
B) 6
C) 5
D) 8
3) Identify the tabs in the Test Settings (File->Settings) window
A) Properties, Run, Resources, Parameters, Environment, Web, Recovery
B) Properties, Run, Resources, Parameters, Environment, Web
Settings,Recovery
C) Properties, Run Options, Resources, Parameters, Environment, Web,
Recovery
D) Properties, Run, Resources, Input Parameters, Environment, Web, Recovery
4) 'Generate Script' is in which tab of Test Settings (File->Settings)
window
A) Properties
B) Web
C) Resources
D) Recovery
5) The following are the four main columns in the Keyword view
A) Item, Operation, Value, Comments
B) Item, Operation, Value, Documentation
C) Item, Operation, Property, Documentation
D) Number, Operation, Value, Documentation
6) For each object and method in an Expert View statement, a
corresponding row exists in the Keyword View.
A) True
B) False
C) There is a problem with the statement.
D) None of above
7) You can work on one or several function libraries at the same time.
A) True
B) False
8) You can insert additional steps on the test objects captured in the
Active screen after the recording session.
A) True
B) False
9) The Active Screen enables you to parameterize object values and
insert checkpoints
A) True
B) False
10) A QTP user can increase or decrease the active screen information
saved with the test.
A) True
B) False

Answers: QTP Certification Practice Questions - Set 1

1) C, 2) A, 3) A, 4) A, 5) b, 6) A, 7) A, 8) A, 9) A, 10) A

QTP Certification Practice Questions - Set 2


11) The Information pane provides a list of............. in the test:
A) Semantic errors
B) Syntax errors
C) Common errors
D) Logic errors

12) When we switch from Expert view to the Keyword view, QTP
automatically checks for syntax errors in the test and shows them in the
information pane.
A) True
B) False

13) If the information pane is not open, QTP automatically opens it in
case a syntax error is detected.
A) True
B) False


Answers: QTP Certification Practice Questions - Set 2


11) B, 12) A, 13) A, 14) B, 15) A, 16) B, 17) C, 18) A, 19) B, 20) C