Looking for Software Testing (LTAT.05.006) test answers and solutions? Browse our comprehensive collection of verified answers for Software Testing (LTAT.05.006) at moodle.ut.ee.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Which of the following is NOT a Security Testing practice?
What is needed to define a test oracle in terms of a metamorphic relation?
Hint: Only the most comprehensive (correct) answer will give points.
Which of the following is a synonym for ‘Random Testing’?
Assume you have the following (incomplete) table representing states, events (inputs), actions (outputs), and transitions (from current state to next state):
State | S1 | S2 | S3 |
Event/Input | | | |
---------------------------------------------------
E1 | A1->S2 | - | - |
---------------------------------------------------
E2 | - | A2->S2 | - |
---------------------------------------------------
E3 | - | A3->S3 | - |
---------------------------------------------------
E4 | - | A4->S1 | - |
---------------------------------------------------
Which of the following statements is correct?
Note: if an answer is incomplete, it doesn’t represent a correct answer.
What statement about the purpose of (action) filters in Testar is NOT correct?
A state-transition can be expressed as follows:
S_i -> E_m/A_n -> S_j
Where S_i is the i-th state, S_j is the j-th state (with j not necessarily different from i), E_m is the m-th event (input) and A_n is the n-th action (output).
Which of the following statements regarding State-Transition testing coverage criteria is correct?