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



how to write testcase for this particular textbox.i have textbox and it accepts only values from 1..

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

how to write testcase for this particular textbox.i have textbox and it accepts only values from 1..

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

how to write testcase for this particular textbox.i have textbox and it accepts only values from 1..

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

Post New Answer

More Manual Testing Interview Questions

What is the difference between QA and QC?

9 Answers  


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....

2 Answers   Apple,


How do you survive chaos?

1 Answers  


Tech round 1)joins 2)insert 3)delete 4)date 5)database architechture 6)bug life cycle 7)retesting 8)regression testing 9)somke and sanity testing Manager round 1)current organization details 2)explain current project 3)Basic unix comment 4)Test stragey

1 Answers   Thomson Reuters,


Hi frnds,dis is anuhya..can any one tel me the FORMATION of a TEAM for a project. means,who's the main,below him who s there ? like that.i mean PM..then below PM who is there & vat is the team working for a particular project ? pls tel me soon correctly... tank u frnds

0 Answers  


What is the first query u encounter to test a database..?

2 Answers   IBM,


What is mean by incident logging system ?

0 Answers  


what is RCA and how to do root cause analysis

1 Answers   Infosys,


When should you opt for manual testing over automation testing?

0 Answers  


what is the call-pair testing? there is any length for Test case?

5 Answers   Blesso Soft,


what is the difference between sanity testing and smoke testing.

5 Answers   ESS,


What is Defect containment?

4 Answers   Accenture, University,


Categories