if we ve data 100 how we can check and create equvalnces an
bva .if we ve data 1-5,6-10so on wat will we bva how we
will chk

Answer Posted / satish

if we have only 100 as data there is no question of creating
equivalence or bva. you don't have any other option using
except 100.

if data is between 1 and 100 you can select random like 1,
10, 30, 50, 90, 100 for ECP.

for bva check for 0 (Min-1), 1 (min), 2 (min+1), 99(max-1),
100(max) and 101(max+1).

The same applicable for 1-5 and 6-10 also.



Correct me if I am wrong....

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3088


write a test case for telephone billing ?

3898


write a test case for yahoo compose page?

2285


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1936


how to write test cases for smart meter for gas and electricty

2447






consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1790


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

1674


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

904


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

677


What are all the companies are doing manual testing till now ?

1537


pls i want test cases for oss? whts the process of oss testing

2005


Test a file replication service that copies files from one net location to another

2057


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1818


Explain how to develop a test plan and a test case.

691


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2705