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

Sample test cases for data conversion(Utility billing system)

0 Answers  


Pls tell me test cases for pepper grinder

0 Answers  


What is SCENARIO TESTING

1 Answers  


Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer

2 Answers   Siemens,


How to write load test case for pen?

3 Answers  






How to write test cases for "open file dialog box" for ms word? Thanks a lot!

0 Answers  


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


Write the test case for a login page?

0 Answers  


Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.

6 Answers   Adobe, Android,


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

0 Answers   HCL,


what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly

4 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


Categories