Boundary Value Analysis,GUI Testing
Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=359
Printed Date: 18Jul2025 at 9:48am
Topic: Boundary Value Analysis,GUI Testing
Posted By: vidhya
Subject: Boundary Value Analysis,GUI Testing
Date Posted: 28Mar2007 at 5:32am
What is Boundary Value Analysis?
BVA test validates input and/or output conditions by
- Extreme values of the ranges of physical variables
- Values on and immediately above and below the edges of equivalence classes.
For example, for a text box that accepts 0~100 as integers, BVA will
present -1, 0, 1, 36, 99, 100, 101 as the candidate test
inputs.(actually the pattern here is min-1, min, min+1, normal, max-1,
max, and max+1)
Boundary values are determined by
- Data Type
- Artificially constrained data types
- Special or unique equivalence class subsets
And BVA is based on "single fault" assumption, which means boundary
value analysis tests are obtained by holding the values of all but one
variables at normal values, and setting one variable at its extreme
values.
What is GUI Testing?
In computer science, GUI testing is the process of testing a graphical
user interface to ensure it meets its written specifications.
------------- MBA Examination papers
|
|