Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / raghavendra
boundary value:
for int suppose boundary is say 1 to 50
then test for 0,2 values & 49, 51 vales.
for string... test for null or length or capacity of
string(size).
equivalence partitioning:
e.g.: divide(a,b) ...boundary -50 to +50
(do not forgot zero for 'b')
test for... -51, and -1 --------(1)
also 1, and +51 ------------(2)
(1),(2) are two partition.
| Is This Answer Correct ? | 48 Yes | 68 No |
Post New Answer View All Answers
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Positive and Negative test cases for the speedometer?(minimum 5 each)
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Explain the ramp testing?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
How to write email id in world wide web
What is test environment? Elaborate with example.
Define some of the attributes of a test case?
Explain how to develop a test plan and a test case.
How would you do " Keeping two folders in sync testing"