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 Waterfall Development Method and do you agree with all the steps?

1 Answers  


What is PLC testing? since there are job openings in this area Please let me know what it mean and some more related information.

2 Answers  


How and what to functionally test in a web based application manually?

3 Answers  


While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?

3 Answers   Broadridge, HP,


I am doing manual testing for one website application. Ihave prepared bug tracking report and test case report. here after any other additional report will need to perform, can u tell me

2 Answers  






are there any difference Between Error,Bug,Issue ? (defination wise)..

3 Answers  


Which type of requirement suitable for water fall model, v model, prototype model, incremental model, agile model, ? plz explain with example....please give the answer immediately

1 Answers  


what is dead line and when its occur

2 Answers  


who can we do the performace test for hotmail or yahoo or gmail. when you working with your personal system. or labtop.

0 Answers  


Who assign Bug Id & Bug Version Id?

4 Answers  


In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.

4 Answers  


explain sdlc?

2 Answers   SAP Labs, STC, TCS, Thirdware,


Categories