Monday, April 03, 2006

Something about Testing

Automated Tests
Many companies are recognizing the importance of automating the work of testers and including the auto-test as part of the regular build process. The results of the automatic test are seen as a measure of the current quality of the software. Combined with a code coverage tool it gives the answer to the all-elusive question: "How much of my code is currently running ok?"




Automated tests are not meant to completely replace manual testing. They cannot answer questions regarding the program's ease-of-use or user experience, and they cannot be used on small components during development. However they are far superior when it comes to Regression and Functional Testing, which as you've seen above are pretty much the only tests run in the real world.




Here are some of the advantages of having automated test scripts which can be run after each new build of the application:

Low Running Cost: running an automated test script before each release of a new version, patch or bugfix is a lot cheaper than a manual test.
Better Quality: especially for individual developers and small companies who would not employ a tester and will perform all testing themselves.
Consistency: the test script will perform the same checks every time it is run. A manual test will be affected by human error and it will tend to skip certain areas believed to be stable.
Speed: a script will execute many times faster than a manual test, giving you a full report on the quality of your product in a few minutes.
Formal: No more "testing-by-ear". A code coverage tool (if you wish to use one) can tell you how much code is tested. The test scripts can then tell you if what you test works fine. The result is the exact percentage of the code which is guaranteed to work fine.
Compactness: you can perform a full compatibility check by simply copying the application together with the test scripts on all the platforms where you believe it should work. It can give you the confirmation that all functionality works indeed as expected. Maybe in the not-so-distant future all applications will come with a "minimal self-test script" so that the user can be confident that his/her installation works as expected.

tutorial on Test Director

Welcome to the TestDirector Tutorial, a self-paced guide which teaches you ... This tutorial instructs you on how to use TestDirector to manage the ...

Click the link

Architecture of LoadRunner

Here are some of the concise notes on using LoadRunner for performance testing. This is a companion to my pages on Vu Scripting, performance monitoring, performance tuning, and reporting...........


Click the link

Testing Definitions

GeekInterview.com is an Open Database where you can share interview questions, comment/answer any questions. Each question is like discussion thread that helps you to learn and understand each question and answer in detail instead of just reading them.
If you have any specific question is not on the site, use "Ask Question", your question will be answered by our fellow friends. If you had an interview, you would like to share the questions and answers use "Add Question" Link. If you have any further questions, please use contact us page.

Click the link

Winrunner Demo

... WinRunner on Your Own WinRunner 9 8 7 6 5 4 3 2 1 Previous www.mercuryinteractive.com User Guides WinRunner User's Guide WinRunner Tutorial WinRunner ...


Click the link

white paper on testing tools

ApTest is your source for software testing. If you're interested in having test technology developed or a product or web site tested please get in touch with us. We'll work with you to understand your needs, and our deliverables will delight you.

Click the link

Complete tutorial of all tools

Here is the best site for all Automated Testing tools like WinRunner, Load Runner, Test Director, etc...... with pdf format which contains all the required information from the scratch.... go through it....


Click the link

Tuesday, March 21, 2006

Software Testing

Software QA and Testing Frequently-Asked-Questions (Parts 1 and 2)
Software QA and Testing Less-Frequently-Asked-Questions
Software QA and Testing Resources -- Software QA and Testing Tools
Web Site Test Tools and Site Management Tools
Job Boards & Current News -- Software QA and Testing Bookstore....


Click the link