Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answer Posted / athilakshmi.g
Boundary value analysis:
take the input value from the edges of the classes and
write the test case.
Eg:
1..........n;
input value is -1 0 1 and (n-1), n, (n+1)
Equivalent Partioning
Divide the input value into different class and pick the
value from the each class and write the test case:
Eg:
Age=n
input value is +n and -n
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how to write defects in excel sheets when defects occured
Suggest some book to learn more test case???
Explain crud testing.
How to do integration testing on duster......
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
i want manual and automation test cases and interview questions
If client give you a project then which testing you will perform first
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
What is Cyclometric testing?
What are the various techniques in white box testing?
I am new to testing, I need information about TSYS any website or if you have information please mail it to me. this is for online credit applications project.My mail id is keerthanakoluvu@yahoo.com. Thanks for your help.
what s test block ratio? please any one answer me..
what is conditional testing? explain and examples
What is the procedure of manual testing?