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.
Answer Posted / 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 |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the procedure of manual testing?
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
Can anyone please suggest me a online book on manual testing??
What is software configuration management?
what is metrics in software testing? give me a brief detail about it?
What do you like about computers?
How to find that tools work well with your existing system?
. Is any graph is used for code coverage analysis?
What is the role of the test group vis-?is documentation, tech support, and so forth?
What is Mixed Testing
What is a maturity level?
define Testing of Procedure, Triggers and Functions in data base testing ?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What are the cases why parameterization is necessary when load testing the Web server and the database server?