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
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 |
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 |
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 |
What are W3C Standards?
who is perform user acceptance testing and when it will conduct? is it before alpha testing or after alpha testing? Please post the answer as soon as possible
What is the Difference Between Manual and Automation Testing.Give Some Example Both of them
When is Ad-hoc Testing done in a project?
What is Black Phase in SDLC?
Can you explain random/monkey testing?
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
7.Do you have working knowledge on any international quality systems?If yes name then?
Client want to execute 1500 test cases and delivery within three days? But i have 5 resources? How its possible?
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
what is test case scenario?
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 ?