|
|
|
View previous topic :: View next topic |
| Author |
Message |
kathuria
Joined: 29 Aug 2007 Posts: 9
|
Posted: Tue Sep 11, 2007 8:59 am Post subject: What is "Automated Testing"? |
|
|
| What is "Automated Testing"? |
|
| Back to top |
|
|
|
stone
Joined: 29 Aug 2007 Posts: 16
|
Posted: Tue Sep 11, 2007 9:01 am Post subject: Automated Testing .... |
|
|
The Automated Testing means automating the manual testing process currently in use.Detailed test cases, including predictable "expected results", which have been developed from Business Functional Specifications and Design documentation .A standalone Test Environment, including a Test Database that is restorable to a known constant, such that the test cases are able to be repeated each time there are modifications made to the application. If your current testing process does not include the above points, you are never going to be able to make any effective use of an automated test tool.
The real use and purpose of automated test tools is to automate regression testing. This means that you must have or must develop a database of detailed test cases that are repeatable, and this suite of tests is run every time there is a change to the application to ensure that the change does not produce accidental cost.
An "automated test script" is a program. Automated script development, to be effective, must be subject to the same rules and standards that are applied to software development. Making effective use of any automated test tool requires at least one trained, technical person in that tool. |
|
| Back to top |
|
|
|
gatzephyr
Joined: 17 Dec 2007 Posts: 16 Location: EmeryVille , CA
|
Posted: Mon May 05, 2008 8:23 am Post subject: |
|
|
Automated Testing means software testing which is assisted with software technology that does not require operator (tester) for input, analysis, or evaluation. Testing tools can help automate tasks such as product installation, test data creation, GUI interaction, problem detection (consider parsing or polling agents equipped with oracles), defect logging, etc., without necessarily automating tests in an end-to-end fashion.
Nowadays there are many tools available however, I would suggest that you try Zephyr, a comprehensive Test Management System with extensive testing features. |
|
| Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|