how to write testcase for this particular textbox.i have
textbox and it accepts only values from 1-9.how to write
testcases for this using bva and ecp?need some more
testcases any sites which provide testcases information?
mainly for webapplication.
Answers were Sorted based on User's Feedback
Answer / geeta
BVA
1.We can write the boundary value analysis as U+1,U-1,L+1,L-
1,Medial value.
Eg: In this case if there is the range1 to 9
Then we can write the BVA up to the range 0,2,8,10,5
ECP
Inthis we can write the partiction ranges only no need of
writting all the test cases.we can write delow the range
and after the range.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kiran
write test case for exact lower end value i.e. for 1
write test case for exact higher end value i.e. for 9
write test case for above lower end value i.e. for 2
write test case for below higher end value i.e. for 8
For negetive testing
write test case for blank i.e. for 0
write test case for above higher end value i.e. for 10
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / irayya
BVA
1) write one test case for input as 0.5 and 0
2) another one for 9.5 and 10
write negative and positive test cases
ECP
1) divide the outer bond in to equall class i.e 3,6,9
write negative and positive test cases
| Is This Answer Correct ? | 4 Yes | 3 No |
How will you divide two numbers without using the division operator?
2 Answers Aspire, College School Exams Tests,
what is parallel testing?
How will u write the test case if u dont have the requirements and ahve the similar application
If I want to check compability of software in a MAC OS then which steps shold I follow?
for example, if we have a textbox ranging from 0-100. which methodology we are using & what are inputs we are observed?
What is the difference between qa, qc, and testing?
What is Migration testing ?
can any one tell me the exact testing process of stand alone application, what type of testing i can perform on stand alone application and how can i track the bugs(from starting to ending), and online demo for logistics software if any one knows please send me the link.
what r the reviews r u involing between the testcase writing and execution of those testcases?
what is the def between Test Plan and Test strategy
what are the Test cases we can write for pop-up window, Anybody can let me know in detail. Thanks in advance.
what is Fault based testing?