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
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
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
Explain the load testing?
What is quick test professional and what test environment it supports?
Explain the syntax testing?
please give me different test scenario for uploading whatsapp status from gallery and camera
What is test cases for mobile phone ?
Do you know mutation testing?
how many test cases do u need to ship a product?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Explain the acceptance testing?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
For how many days (or) weeks you will test a product or software?
Write test cases for 8+4?
Explain the concept of semi-random test cases?