Showing posts with label resuability. Show all posts
Showing posts with label resuability. Show all posts
Tuesday, June 29, 2010
Monday, June 15, 2009
What-are-benefits-or-advantages-of-automated-testing?
Following are the benefits for using automated tools
Fast:
Human be slow but Automated Testing Tool runs tests significantly faster than human users.Reliable:
Tests perform precisely the same operations each time they are run, thereby eliminating human error.Repeatable:
You can test how the software reacts under repeated execution of the same operations.Programmable:
You can program sophisticated tests that bring out hidden information from the application.Reusability:
You can reuse the Automated Test scripts, user defined functions etc.
Labels:
Fast,
progammable,
Reliable,
Repeatable,
resuability
Tuesday, March 24, 2009
what are quality attributes and quality factors?
There are three types of quality attributes:
1.Product Operations:
2.Product Revision:
3.Product Transition:
*I have explained for understandability of the reader
- Product Operations
- Product Revision
- Product Transition
1.Product Operations:
- Correctness: does it do what i want?
- Reliability: does it do accurately all the time?
- Efficiency: will it run on my machine as well as it can?
- Integrity: is it secure?
- Usability: can i run it?
2.Product Revision:
- Maintainability: can i fix it?
- Flexibility: can i change it?
- Testability: can i test it?
3.Product Transition:
- Portability: will i be able to use on another machine?
- Reusability:will i be able to reuse some of the software?
- Interoperability: will i be able to interface it with another machine?
*I have explained for understandability of the reader
Labels:
correctness,
efficiency,
flexibility,
Integrity,
interoperabilty,
maintainability,
Operations,
portability,
Product,
reliability,
resuability,
revisions,
testability,
transition,
Usability
Subscribe to:
Comments (Atom)