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
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the system testing?
write a test case for yahoo compose page?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Pls tell me test cases for pepper grinder
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
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..
Explain the load testing?
how to make test case for anolog voice logger?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
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 to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Who will take care of test plan and test case?
What is component testing?