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 wil..

Answer / nidhi

Positive Test using Equivalence class partition would be to
validate where user is able to enter 0,1,500,999,1000 in
the box.

Negative Test would be to validate that the box does not
accept values less than 0 or greater then 1000. Test steps
would be
1. Enter a negative value (e.g. -1) in the field and
validate the systen gives an error message or does not
accept the value.
2. Enter 1001 in the box and validate that the system gives
an error message or does not accept the value

Is This Answer Correct ?    8 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 wil..

Answer / yoga sd

Hi,

1) Positive test cases: 0,1,500,999,1000

2) Negative test cases:
a) -ve numbers like -1, -500 etc.
b) less than 0 and greater than 1000.
c) Decimal numbers like 99.8,100.00 etc.
d) fractions like 7/8, 100/50 etc.

Thanks,
Yoga S.D

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 wil..

Answer / reddy prasad

hey
non need to use ECP we can use Boundary values analysis
0 to 1000
+ test case : 0,1000
- test case : -1,1001

condition: LB-1,Midbound,UB-1

when if the ask multiple sets of validations like
0 to 1000
a-z
A-Z
!@#$%^&*
then we use ECP

Is This Answer Correct ?    0 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 wil..

Answer / vijay

Positive & Negative ECP are :

[-1,0,1000,1001]

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

integration test cases for mouse and keyboard

0 Answers   Datamatics,


hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail

0 Answers   CSI,


what is meant meant by test log?

1 Answers   DSR Management, Mastek,


Types of validation Testing?

3 Answers  


what is scalability testing

2 Answers   Accenture,






IN V-Model, from where a tester involves and from where a developer will involve???

5 Answers   Oracle,


Hi anybody can answer this question with example. giving as it is i faced in interview................. What is TestPhase? What are Entry and Exit Criterias? Should explain with Example.

5 Answers   Ness Technologies,


How will you explain to an uneducated person about Software?

5 Answers   CSC,


What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.

0 Answers   Zensar,


difference between bug reporting and bg tracking

4 Answers  


What r the documents required for performance testing

0 Answers   TCS,


The degree to which the software LOC of a program has been tested is called A.Data flow testing B.Code coverage C.Code walk through D.Statement coverage

1 Answers   ADITI,


Categories