What are the main attributes of test automation?
Answers were Sorted based on User's Feedback
Answer / pardhasaradhi r
software test automation attributes :
Maintainability - the effort needed to update the test
automation suites for each new release
Reliability - the accuracy and repeatability of the test
automation
Flexibility - the ease of working with all the different
kinds of automation test ware
Efficiency - the total cost related to the effort needed for
the automation
Portability - the ability of the automated test to run on
different environments
Robustness - the effectiveness of automation on an unstable
or rapidly changing system
Usability - the extent to which automation can be used by
different types of users
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahesh sv
1. If you have to run a set of tests repeatedly, automation
is a huge win for you
2. It gives you the ability to run automation against code
that frequently changes
to catch regressions in a timely manner
3. It gives you the ability to run automation in mainstream
scenarios to catch regressions in a timely manner (see what
is a Nightly)
4. Aids in testing a large test matrix (different languages
on different OS platforms).
5. Automated tests can be run at the same time on different
machines, whereas the manual tests would have to be run
sequentially
6. Repeatability, Programmability, Reliability are the imp
attributes
7. for test automation, impact and criticality are the main
attributes
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you choose a tool for test automation?
Can test automation improve test effectiveness?
In general, how do you see automation fitting into the overall process of testing?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
Can test automation improve test effectiveness?
what is the difference between keyword driven frame work and data driven frame work.
Tell me what is regression testing?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES
Tell me what kind of tests should not be automated?
Hi There...I am guy from Mumbai working as a Software Tester (Manual). I really want to learn automation with live projects. Could anyone help me to learn automation or give tutions. I do not like the way the Software testing Institute provides training. Please can anyone help me out. And also I want to appear for ISTQB exam...please help me out....Thanks in advance.. My ID is amaan_sbp@yahoo.com amaanactually@gmail.com Phone no: 9323543045
Tell us what you know about table-driven testing?