Uke 4 Flashcards
(12 cards)
Q1
In which document described in IEEE 829 would you find instruction for the steps to be taken for a test including set-up, logging, environment and measurement?
a) Test plan
b) Test design specification
c) Test case specification
d) Test procedure specification
Test procedure specification
Q2
With a highly experienced tester with a good business background, which approach to defining test procedures would be effective and most efficient for a project under severe time pressure?
a) A high level outline of the test conditions and general steps to be taken
b) Every step in the test spelled out in detail
c) A high-level outline of the test conditions iwth the steps to take discussed in detailed with another experienced tester
d) Detailed documentation of all test cases and careful records of each step taken in testing
A high level outline of the test conditions and general steps to be taken
Q3
Put the test cases that implement the following test conditions into the best order for the test execution schedule, for a test that is checking modifications of customers on a database.
1) Print modified customer record
2) Change customer address: House number and street name
3) Capture and print the on-screen error message
4) Change customer address: POstal code
5) Confirm existing customer is on the database by opening that record
6) Close the customer record and close the database
7) Try to add a new customer with no details at all
5 4 2 1 7 3 6
Q4
Why are both specification-based and structure-based testing techniques useful?
a) They find different types of defects
b) Using more techniques is always better
c) Both find teh same types of decet
d) Because sepcifications tend to be unstructured
They find different types of defects
Q5
What is a key characteristic of structure-based testing techniques ?
a) They are mainly used to assess structure of a specification
b) They are used both to measure coverage and to design tests to increase coverage
c) They are based on the skills and experience of the tester
d) They use a formal or informal model of the software or component
They are used both oto measure coverage and to design tests to increase coverage
Q6
Should pre-coonditions and post-conditions be part of a test case?
Yes
Q7
___ is the analysis at the edge of each equivalence partition
BVA - Boundary Value Analysis
Q8
Which of the following would be an example of decision-table testing for a financial application applied at system-test level?
a) A table containing rulres for combination of inputs to two fields on the screen
b) A table containing rules for interfaces between components c) A table containing rules for mortgage applications
d) A table containing rules for chess
A table containing rules for mortgage applications
Q9
Which of the following could be a coverage measure for state transition testing ?
All states have been reached
The respond time for each transition is adequate
Every transition has been executed
All boundaries have been exercised
Specific sequences of transitions have been exercised
All states have been reaced
Every transition has been executed
Specific sequences of transition have been exercised
Q10
Which of the following could be used to assess the coverage achieved for specification based test techniques ?
Decision outcomes exercised
Partitions exercised
Boundaries exercised
State transitions exercised
Statements exercised
Partitions exercised
Boundaries exercised
State transitions exercised
Q11
Postal rates for light letters are 25 NOK up to 10g, 35 NOK up to 50g, plus an extra 10 NOK for each additional 25g up to 100g. Which test inputs (in grams) would be selected using equivalence partitioning?
a) 8 42 82 102
b) 4 15 65 92 159
c) 10 50 75 100
d) 5 20 50 60 80
4 15 65 92 159