what is boundary value analysis?

Answer Posted / sandeep gupta

In this technique, all the possible valid input and valid
output are identified.Test cases also include both valid
and invalid inputs.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main key components in web applications?

747


Explain briefly your project.

1699


How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl

2036


Is an "A fast database retrieval rate" a testable requirement?

1516


Write 10 test scenarios to test remember me checkbox present in login window

980






i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?

1847


What is smoke test?

707


Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?

1774


what are all the things we will include in " what to be tested and what not to be tested" in Test Plan

1645


How would u test and automate an Antivirus application ?

1527


how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me

1790


What are parametere require for Performance testing?

1915


Explain stub in testing point of view?

702


What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

1580


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9077