what are the different Test case Formats posted by aperson
the answer is IEEE or IEE_894 wht is this actuly
Answer Posted / krrish
1.Test Case id
2.Test Case Name
3.features to be tested
4.test suit id
5.priority
6.test environment
7.test effort
8.test duration
9.pre-condiction
10.test procedure
11.pass/fail
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the test plan for ms-word
What are the Test Cases Comes under Regression Suite?
can one defect be mapped to more than one test script in manual testing
Explain the acceptance testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
What is gray box testing?
how to write a test procedure & test log for login system
Explain the concurrency testing?
Explain the load testing?
What is ramp testing?
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 out to write test cases for booking train ticket online???
Explain the functional testing?
how many test cases do u need to ship a product?