How to prepare boundary value test cases for 3 input values
eg: to get the triangle type i am giving 3 sides a, b, c
values should be 1<=a<=200,1<=b<=200,1<=c<=200....
Answer Posted / vinhbao
FOR a VALUE: I see you list out 6 input values, so
if I want to reduce 1 input value what input value should
be removed?
if I want to reduce 2 input values what input value2 should
be removed?
if I want to reduce 3 input values what input value2 should
be removed?
if I want to reduce 4 input values what input value2 should
be removed?
if I want to reduce 5 input values what input value2 should
be removed?
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of automation over manual testing?
What if the project isn’t big enough to justify extensive testing?
how to explain banking domain project in testing?
List the considerations in developing testing methodology
Differentiate verification and validation?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Artifacts in design phase of SDLC ?
When should you opt for manual testing over automation testing?
What will be your approach if a particular script in Load Test fails?
What are the disadvantages of manual testing?
What is big bang approach?
Write the test cases for yahoo home page
What is the first test in software testing process?
What is baseline testing?
After insert the record in front-end, how will you check the back end by manually? Please explain?