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 / 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 |
Post New Answer View All Answers
What is a testbed in manual testing?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Can list out some disadvantages of manual testing?
Why it is recommended to add verification checks to your all your scenarios?
What is function points??????
Can you explian $ pillar of Agile
What is the difference between load testing and performace testing?
When should you opt for manual testing over automation testing?
List the considerations in developing testing methodology
What is virtual creation tool?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
What kind of testing to be done in client server application and web application? Explain
What is rapid application development model (rad)?
Can you explain boundary value analysis?