Computer Science, asked by kanha199, 7 months ago

Which of the following are characteristics of testable software

Answers

Answered by Debarka2008
1

Answer:

Explanation:

The following characteristics lead to testable software:

i) Operability: it operates cleanly if implemented with quality in mind  

ii) Observability: the results of each test case are readily observed. testers.

Please mark as Brainliest if helpful !

Answered by Anonymous
1

Following are characteristics of testable software:

  • Observability: The test tool's ability to acquire data and information from the system is utilized.
  • It's utilized to allow the tester to compare expected and actual outcomes.
  • It contains information that a manual tester would not be able to observe.
  • Simplicity: This refers to three different sorts of simplicity: functional, structural, and coding simplicity.
  • These types of simplifications will be used to estimate a program's testability.
  • Stability: Software changes are few, well-controlled, and communicated.
  • Automated tests are not invalidated by program changes.
Similar questions