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 |
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
in any software company how we got the srs document.how we get it is it available in version control or in mannual we get the document
7 Answers AppLabs, Pinsoftek Infosolutions, TCS,
in test case we would write log and login ?what is the dif bet both of them
how to prepare unit test scripts for accrued interest calculation.
How should I maintain the test cases and Test Log for different versions/builds of the application.
Explain the concept of semi-random test cases?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
can any one give the format of writing test cases in excel sheet.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Write a test case for a chair to check whether it will last for next 10 years and check the quality of the chair and it’s durability.
Scenarios to test wireless Speaker via bluetooth
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None