What is the correct answer of basic types of test cases ?
Answers were Sorted based on User's Feedback
Answer / psrisusee
Hi there is nothing like Black Box text cases and white box
test cases.
The exact type of text cases are
1. Positive Test Cases
2. Negative Test Cases.
Is This Answer Correct ? | 21 Yes | 1 No |
Answer / prince sharma
Hi,
There are basically two types of test cases:
1. Positive test cases
2. Negative Test cases
-Positive test cases sre meant to test for which the
application is made(functionality or the requirements).
-Negative test cases are meant to test for the which the
application is not made.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vishal
Hi,
There are two types of test cases:
1. Positive test cases
2. Negative Test cases
-Positive test cases means that system is doing something
what it is supposed to do and system is not doing what it
is not supposed to do i.e. give output according to the
expected result.
-Negative test cases means that system is not doing
something what it is supposed to do and doing something
what it is not suppose to do.(variance between expected &
actual result)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajisha rajendran
Hi,
Basically common test cases are positive and negatives.
That means we are trying to generate the output by giving
test data as positive and negative.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / mudaseer
functional
integration
system
gui test case
security test case
adhoc test case
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajeswari
Basic types oftest cases are 2 types
Blockbox and white box test cases.
For coming to test eng.. we use block box test cases only.
Here positive and -ve test testing comes under functional
testing.
in functional testing we use valid,invalid,zero,without
zero,within ranze,without range,+ve,-ve all these are in
functional testing only.
As a testers we can say functional testing,block box
testing,requirements testing all are same
so i think basic type of testcases is nothing but only
block box testing for test eng...
Is This Answer Correct ? | 1 Yes | 2 No |
how we test the login page using jwebunit test case...
write testcases to waterbottle?
How should I maintain the test cases and Test Log for different versions/builds of the application.
What is gray box testing?
Why does the boundary value analysis provide good test cases?
pls send me the testcases for telecom billing system
Redbus- possible scenarios start the testcases accordingly. Please share me templates
how to write testcases for google registration screen? Please give me the answer ASAP.send me the answer to gutha_424@yahoo.co.in.
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
As we are using QTP 9.1 version, is there is any method to connect the remote desk top?
write a test cases for 2- way swtich?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.