Thursday, August 22, 2013
What is a spanning tree?
Posted by
Sunflower
at
8/22/2013 11:09:00 PM
0
comments
Labels: Connected, Cycle, Cycles, Edges, Fundamental, Graphs, Loops, optimization, Partition, Properties, Spanning Forest, Spanning Tree, Tree, Types, Vertex, Vertices
|
| Subscribe by Email |
|
Thursday, June 20, 2013
Explain the single and multiple partition techniques?
- Single
partition techniques
- Multiple
partition techniques
Posted by
Sunflower
at
6/20/2013 05:54:00 PM
0
comments
Labels: Advantages, Allocation, Blocks, Dynamic, Hardware, Information, Management, Memory, Multiple Partition, Partition, Registers, Single Partition, Software, Static, Storage, System, Techniques
|
| Subscribe by Email |
|
Sunday, February 6, 2011
Black-Box Testing Method - Equivalence Partitioning
Equivalence partitioning is a method for deriving test cases.
- It divides the input domain into classes of data from which test cases are derived.
- It strives to define a test case that uncovers classes of errors, thereby reducing the total number of test cases that must be developed.
- Equivalence classes for an input condition is used for test case design.
- An equivalence class represents a set of valid or invalid states for input conditions.
- Input classes are known relatively early in the software process.
- An input condition is either a specific numeric value, range of values, set of related values or a boolean condition.
DEFINING EQUIVALENCE CLASSES FOR TESTING
If an input condition specifies a:
- SPECIFIES RANGE : one valid and two invalid equivalence classes are defined.
- REQUIRES SPECIFIC VALUE : one valid and two invalid equivalence classes are defined.
- SPECIFIES MEMBER OF SET : one valid and one invalid equivalence class are defined.
- BOOLEAN : one valid and one invalid equivalence class are defined.
Posted by
Sunflower
at
2/06/2011 10:26:00 PM
0
comments
Labels: Black box testing, Conditions, Derived, Domain, Equivalence Partitioning, Equivalent, Input, Output, Partition, Range, Software, Software testing, Test cases
|
| Subscribe by Email |
|