What Is Testing?
Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Manual Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Manual Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=6805
Printed Date: 13Jul2025 at 1:49pm
Topic: What Is Testing?
Posted By: gilbertsavier
Subject: What Is Testing?
Date Posted: 06Aug2009 at 1:49am
Hi, Check that your code does what it's supposed to do. At varying levels of granularity. In varying environments. At various points in its development.
------------- Thanks & regards
Lokananth
http://www.mioot.com/ - Live Chat Software By miOOt
|
Replies:
Posted By: qualitypoint
Date Posted: 19Aug2009 at 11:25am
Below link will give information about importance of testing. http://knol.google.com/k/rajamanickam-antonimuthu/importance-and-basics-of-software/14dmp09oqdm08/3# - http://knol.google.com/k/rajamanickam-antonimuthu/importance-and-basics-of-software/14dmp09oqdm08/3#
|
Posted By: tossy
Date Posted: 05Sep2009 at 12:14am
Testing is the process of identifying defects, where
a defect is any variance between actual and expected results.
Testing is commonly
assumed to mean executing software and finding errors. This type of testing is known as dynamic testing, and while
valid, it is not the most effective way of testing. Static testing, the review, inspection and validation of development
requirements, is the most effective and cost efficient way of testing. A structured approach to testing should
use both dynamic and static testing techniques.
-------------
|
|