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 ?
Answer Posted / 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 |
Post New Answer View All Answers
What is positive and negative testing?
What are the tasks of test closure activities in software testing?
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
Should testing be done only after the build and execution phases are complete?
Write a Test scenario for Outlook Search functionality.
what is the test plan of facebook?
What are the main key components in web applications?
Explain test metric and the information it provides.
few automation basic questions One question to write a scriot in any language you know.
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
What is the procedure of manual testing?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
What is defect cascading in software testing?