logo

Crowdly

Browser

Add to Chrome

Software Testing (LTAT.05.006)

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!

In an inspection, what reading technique uses scenarios?

0%
100%
0%
0%
View this question

What is a potential challenge for Symbolic Execution?

0%
0%
100%
0%
View this question

What is a reasonable definition of ‘test effectiveness’?

Note: The suggested answers make the simplifying assumption that one unique failure corresponds to one unique fault, i.e., there is a 1-to-1 relationship between failure and fault.

0%
0%
100%
0%
View this question

What are bug pattern categories of the FindBugs tool?

100%
0%
0%
0%
View this question

In an inspection, what reading technique requires that inspectors/reviewers have different roles in the software development process?

0%
100%
0%
0%
View this question

What is the main purpose of Symbolic Execution?

100%
0%
0%
0%
View this question

What is a reasonable definition of 'test efficiency'?

Note: The suggested answers make the simplifying assumption that one unique failure corresponds to one unique fault, i.e., there is a 1-to-1 relationship between failure and fault.

0%
0%
0%
100%
View this question

When using Static Code Analysis tools what is the biggest problem with interpreting the output (i.e., the list of warnings/errors)?

100%
0%
0%
0%
View this question

What are the rank groups of the FindBugs tool (V3.0 and higher)?

0%
0%
100%
0%
View this question

In the following program (pseudo-code), for variable ‘accept’, what is the complete set of du-paths?

  1. boolean AccClient(int age; gtype gender) {
  2. boolean accept=false;
  3.  if (gender==female & age<85) {
  4.    accept=true;
  5.    return accept; }
  6.  if (gender==male & age<80) {
  7.    accept=true;
  8.    return accept; }
  9.  return accept; }

Note: The numbers on the left are the line numbers (nodes).

0%
0%
0%
100%
View this question

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome