when we should start writing test cases?
Answer Posted / lokesh kanithi
It wil depends...
But mostly..When the requirement specifications are
complted.
We can start writing Test Cases in parrelel with Design
phase itself.(but make sure u understand the requirements
correctly.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All 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
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
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?
test cases for friend finder system using gps?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Why does the boundary value analysis provide good test cases?
How to write test cases on laptop???
Explain the integration testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
can one defect be mapped to more than one test script in manual testing
Write a test case of login window?
What is explain security testing?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab