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

Write the test cases for sending a message through mobile phone (assuming all the scenarios )Its urgent .....

6 Answers   Subex,


from where do u collect test data if u miss some data what will happen

0 Answers   Infosys,


Here is the scenario. We have web app. in ASP.NET, server is IIS and database is SQL server2005. The application is used in healthcare industry. I am going to get realtime data from healthcare company to test. I need to perform back end testing. If someone can help me understand how i can start back end testing.

2 Answers  


What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?

1 Answers   CSS,


Software life Cycle models

7 Answers   CSC,






write test case for gmail sign up page?

0 Answers  


Which testing is called as "confidence Testing"?

2 Answers   PanTerra,


What is difference between Quality Assurance and Quality Control?

3 Answers  


(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.

2 Answers  


What is the difference between GUI Testing,UI testing and Usability TEsting

0 Answers   TCS,


what is system integration testing and component integration testing?

5 Answers   ArisGlobal,


Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance

0 Answers   Wipro,


Categories