What is the correct answer of basic types of test cases ?

Answers were Sorted based on User's Feedback



What is the correct answer of basic types of test cases ?..

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

What is the correct answer of basic types of test cases ?..

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

What is the correct answer of basic types of test cases ?..

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

What is the correct answer of basic types of test cases ?..

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

What is the correct answer of basic types of test cases ?..

Answer / mudaseer

functional
integration
system
gui test case

security test case

adhoc test case

Is This Answer Correct ?    1 Yes 0 No

What is the correct answer of basic types of test cases ?..

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

What is the correct answer of basic types of test cases ?..

Answer / rd

Black box test cases and white box test cases

Is This Answer Correct ?    4 Yes 11 No

Post New Answer

More Test Cases Interview Questions

how we test the login page using jwebunit test case...

0 Answers   CTS,


write testcases to waterbottle?

1 Answers  


How should I maintain the test cases and Test Log for different versions/builds of the application.

0 Answers  


What is gray box testing?

0 Answers  


Why does the boundary value analysis provide good test cases?

0 Answers  






pls send me the testcases for telecom billing system

1 Answers   Wipro,


Redbus- possible scenarios start the testcases accordingly. Please share me templates

1 Answers  


how to write testcases for google registration screen? Please give me the answer ASAP.send me the answer to gutha_424@yahoo.co.in.

1 Answers  


Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?

2 Answers  


As we are using QTP 9.1 version, is there is any method to connect the remote desk top?

1 Answers  


write a test cases for 2- way swtich?

5 Answers   CTS,


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.

0 Answers  


Categories