What is Software reliability?
Answers were Sorted based on User's Feedback
Answer / janet
It is the probability that software will work without
failure for a specified period of time in a specified
environment.
Reliability of software is measured in terms of Mean Time
Between Failure (MTBF).
For eg if MTBF = 10000 hours for an average software, then
it should not fail for 10000 hours of continous operation.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / alex yin
MTBF is applicable for the randam failure caused by
wearout, such as electronics equipment and it is related to
the manufacture. While software wil not wearout and it is
systematic failure one. So, the time domain MTBF is not
applicable to software reliability.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rahul
Software Reliability is the probability of failure-free software operation for a specified period of time in a specified environment. Software Reliability is also an important factor affecting system reliability.
| Is This Answer Correct ? | 0 Yes | 1 No |
Test report?
What is the point of reference by which something can be measured? 1. Benchmark 2. Baseline 3. Metric 4. Measure 5. Indicator
why we perform stress-testing,resolution-testing and cross- browser testing?
can you tell me the correct process for creating automation frame work for project(key word driven framework)
What is partition testing?
Testing that checks that a modification applied during maintenance has NOT affected the code corresponding to those functions of the system that should be unaffected by the modification is called which one of the following? 1. Acceptance testing 2. Unit testing 3. Regression testing 4. Validation testing 5. System testing
Is there any test tool that tracks live metrics? Can anyone help me?
What is Application entry and exit criteria
Explain what is testing type and what are the commonly used testing type?
how many clauses in sql server??? write a query by using clause???
what is the main purpose of informal review
What is intrusive testing?