recategorized
2,371 views
2 votes
2 votes

In unit testing of a module, it is found that for a set of test data, at the maximum $90$% of the code alone were tested with the probability of success $0.9$. The reliability of module is

  1. Greater than $0.9$
  2. Equal to $0.9$
  3. At most $0.81$
  4. At least $0.81$
recategorized

1 Answer

Best answer
4 votes
4 votes

In Unit testing of the module, at the max 90% of the code was tested (0.9)

Probability of success  = 0.9

Reliability = 0.9 * 0.9 = 0.81

Answer is at the most 0.81 since it is given that at the max 90% code was tested . Hence Option C 

selected by
Answer:

Related questions

1 votes
1 votes
2 answers
2
Arjun asked Apr 22, 2018
5,259 views
The Functions Point (FP) metric isCalculated from user requirementCalculated from lines of codeCalculated from software complexity assessmentNone of the above
0 votes
0 votes
2 answers
3
Arjun asked Apr 22, 2018
10,681 views
The lower degree of cohesion is kind of:Logical CohesionCoincidental CohesionProcedural CohesionCommunicational Cohesion
3 votes
3 votes
1 answer
4