SIGN UP MEMBER LOGIN:    
ARTICLE

Testing Techniques

Posted by Divya Saxena Articles | Testing September 23, 2010
Software Testing Techniques is divide into 3 parts
Reader Level:

Equivalence Partitioning: In this method the input data is divided into different equivalence data classes. EP determines the number of test cases to be generated for a given scenario. Equivalence class represents a set of valid or invalid states for input conditions. In equivalence partitioning, data is selected in such a way that it gives as many different output as possible with the minimal set of data.
equivelence.JPG

Equivalence classes may be defined according to the following guidelines:

1. If an input condition specifies a range, one valid and two invalid equivalence classes are defined.
2. If an input condition requires a specific value, then one valid and two invalid equivalence classes are defined.
3. If an input condition specifies a member of a set, then one valid and one invalid equivalence class are defined.
4. If an input condition is Boolean, then one valid and one invalid equivalence class are defined.


Boundary Value Analysis: This is also a Black Box Testing Technique which consider on the Corner cases or the boundaries of the input domain rather than its center. More application errors occur at the boundaries of input domain.

For example If we want to test a field from 5 to 20, boundary values will be 4 5 6 and 19 20 21
The left hand value is called the lower boundary e.g. 5 here in this example and the Right side value 20 is called the Upper boundary and hence the selection of values is
a. Upper boundaries +1 -1

20+1=21 (outside right boundary)

20-1=19 (inside right boundary)


b. Lower boundaries +1 -1

5+1=6 (inside left boundary)

5-1=4 (outside left boundary)

boundry value.JPG



Error Guessing: Ability to guess based on previous experience in Software testing environment.


Login to add your contents and source code to this article
share this article :
post comment
 
Become a Sponsor
PREMIUM SPONSORS
  • Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
    ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
Team Foundation Server Hosting
Become a Sponsor