U have a Scenario and there is box to enter values from 0
to 1000.

Now what is the Test data u will test?

What are the positive and negative test cases?

How will U use Equivalence class Partition ?

Answers were Sorted based on User's Feedback



U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / jaja

*Equivalance Class Partitioning*

The Equivalance class partitioning is 'Divide the input
domail in to different classes of values.
Let me explain.

Here u have the input values from 0-1000; are u going to
insert all the values from 0 to 1000? no. we never do like
that. So here we can use the concept of Eqivalance
partitioning.

1. First Class

Single digit numbers

2. Second Class.

Two Digit numbers

3. Third Class

Three digit NUmbers

And so on .

Here also u don't want to take all single, two and three
digit nubers. use selected numbers.

This is the basic concept of Equivalace Class partitioning.

Is This Answer Correct ?    2 Yes 0 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / shivanibehere

1) Suppose We have values from 0 to 1000.
2) Test Data should be like this---
1--Check for -1 (Min.-1 Value)
2--Check for 0 (Equal Value)
3--Check for 1 (Min. +1 Value)
4--Check for 999 (Max. -1 Value)
5--Check for 1000 (Equal Value)
6--Check for 1001 (Max. +1 Value)
In this way Positive and Negative Test cases are considered
and foe 0 to 1000 data values we use 6 Equivalence Class
Partition.

Is This Answer Correct ?    3 Yes 1 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / rao

I too agree with Guest.What answer given by shivani is
wrong,she has given the answer for BVA.Here I am giving the
answer as per my understanding on Eq Classs Partitioning.

Here we have the inputs from 0-1000.So that,we can devide
the inputs into 1 valid calss and two invalid classes.

Valid Class is inputs are{0,any value between 0 and
1000,1000)

First Invalid class is {All the nagative values,which are
less than 0.Ex:-1)

Second invalid class is {All the positive values,which are
more than 1000,ex:1001)

Please correct me,if I am wrong.

Is This Answer Correct ?    3 Yes 1 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / pulu

There ll be three input classes

1.less than zero(-1) Positive test case
2.eqaul to ge=iven condition (0 - 1000) Positive test case
3.greater than 1000 (1001) Positive test case

There ll be three test data parameter -1,3,1001.

Negative test data parameter:
1. 0.001
2. 000.1
3. 1.000

Is This Answer Correct ?    1 Yes 0 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / guest

hi shivani check with your answer i think what u told is
BVA but not Equilance class partition.

Is This Answer Correct ?    1 Yes 1 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / venkat

mr.rao u are 100% correct

Is This Answer Correct ?    0 Yes 1 No

U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u..

Answer / kalii kali

actully i think dat there is no need to do such things, coz
user know what to do or not............
it is his problem ............

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Hi,Any body taking real time classes on manual testing.If u know please let me know in my E-Mail-id: anbarasu2k@gmail.com mob no:09740297798

4 Answers  


what is protocol in software testing? can u give it with a good example?

3 Answers   IndiumSoft,


What exactly is quality control?

0 Answers  


Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.

1 Answers   Aspire,


explain - Test plan, Test case, test scenario, test data, test report,

1 Answers  






if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?

2 Answers   MBT,


What are the different types of testing u r doing in ur project

3 Answers   Symphony,


I how to test Web application in which the value is changing dynamic every time and anyone can modify it?

3 Answers  


How will you explain to an uneducated person about Software?

5 Answers   CSC,


Why most of the people saying testing is easy job? an you justify?

10 Answers   GE,


hi testing friends,can any tell ...how is career in selenium Testing?

1 Answers  


Explain the defect life cycle.

0 Answers  


Categories