recategorized by
6,752 views
2 votes
2 votes

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

  1. at least greater than 0.9
  2. equal to 0.9
  3. at most 0.81
  4. at least 1/0.81
recategorized by

2 Answers

Best answer
4 votes
4 votes

Code tested maximum 0.90%

probability of success is 0.9

So, reliability of the module atmost 0.9 * 0.9 =0.81

Answer C)

selected by
0 votes
0 votes
Software Reliability is the probability of failure-free software operation for a specified period of time in a specified environment.
90 % of the code has probability of success as .9.
Let we have 2 blocks one is of 90% of unit and other is of 10%. Let first and second block both has .9 reliability then total reliability is .9*.9=.81.
 Since 2nd block will have reliability always less than .9 (given) hence total reliability will be (.9*(no less than .9) hence it will be atmost .81.
Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 7, 2016
1,464 views
Are we building the right product? – This statement refers toVerificationValidationTestingSoftware quality assurance
1 votes
1 votes
1 answer
3
go_editor asked Jul 21, 2016
811 views
Equivalence partitioning is a _____ testing method that divides the input domain of a program into classes of data from which test cases can be derived.White boxBlack box...
1 votes
1 votes
1 answer
4