What r the different types of testcase techniques?
Answer Posted / raghu c m
Error Guessing:Supplement formal of test design techniques.
Equivalence Partition:If the input is range of values then
design the test case for one valid and two invalid values.
1.Practice:If the input is boolean then design the testcase
for both true and false.
2.pressman:Divide the range of values in to equivalentparts
and test for the allvalues mean while make sure that for
atleast two invalid values.
Boundary Value Analysis:If the input is range of values A &
B.Then design the testcase for A-1,A,A+1 and B-1,B,B+1.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
is it possible web application make it as executable file
What if the project isn’t big enough to justify extensive testing?
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
What makes a good software qa engineer?
Explain the manual testing process?
Why did you choose the Software Testing Field?
If date field is a text field write test cases to validate it?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
During alpha testing why customer people are invited?
what is the common in all s.o.p (standaed operating procedure)?
In simple steps how will you do unit testing using VSTS?
what is the difference between website and web based application ?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
How can I do Server side Interface testing in Web Testing?