What is the correct answer of basic types of test cases ?
Answer Posted / 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 |
Post New Answer View All Answers
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Please guide me for Add new user test cases
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Test a file replication service that copies files from one net location to another
Why is it that the boundary value analysis provides good test cases?
Explain the domain testing?
Write the test case for a login page?
What is test cases for mobile phone ?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
What is business validation test case?
pls i want test cases for oss? whts the process of oss testing
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
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
How many test cases u will write for Acceptance testing?