edited by
1,482 views

1 Answer

1 votes
1 votes

Option A

Software reliability testing is a field of software testing that relates to testing a software's ability to function, given environmental conditions, for a particular amount of time. Software reliability testing helps discover many problems in the software design and functionality.

Reliability for software is a number between 0 and 1. Reliability increases when errors or bugs from the program are removed

Probability = Number of failing cases / Total number of cases under consideration

Secondary objectives

The secondary objectives of reliability testing is:

  1. To find perceptual structure of repeating failures.
  2. To find the number of failures occurring in a specified amount of time.
  3. To find the mean life of the software.
  4. To discover the main cause of failure.
  5. Checking the performance of different units of software after taking preventive actions.

 

https://en.wikipedia.org/wiki/Software_reliability_testing

Related questions

0 votes
0 votes
3 answers
1
go_editor asked Mar 27, 2020
1,079 views
The main objective of designing various modules of a software system is :To decrease the cohesion and to increase the couplingTo increase the cohesion and to decrease the...
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
541 views
The Function Point $(FP)$ metric is :Calculated from user requirementsCalculated from Lines of codeCalculated from software’s complexity assessmentNone of the above
2 votes
2 votes
2 answers
4
go_editor asked Mar 27, 2020
904 views
Which of the following is not collision resolution technique?Hash addressingChainingBoth (A) and (B)Indexing