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 |
Adobe puzzles: . . . . . . . . . connect all these dots using 4 continuous lines.one clue u can extend the line after the points also. 2.one basket contains apples,second basket contains oranges and third basket contains apples and oranges the labels are wrongly mentioned.pick one fruit from one of these basket and find which basket contain which fruits.
I am having 1.6 yrs. of total experience in Software Testing.I have interview call from a company. Tell me which questions are basically ask to experienced persons.
How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.
What is a Show Stopper?
can anybody tell me what is thread testing with a practical example,coz the defn is liitle complex it seems.
what is the difference beween dry run testing and smoke testing?
what is the importance of SQL and SQL Server in Testing and also let me know the best institue for SQL and SQL SERVER for this 2 courses? Thanks in Advance.
Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.
what is the en configuration management?wht is use of it?
Which is the better way to explain tipical bug life cycle?
i have experience in automation testing for 1.6 yrs, and now i'm working as manual tester... will it create any black mark when i search for jobs again...??
WHAT is Spring in term of Agile model?