Can someone please explain me the life cycle of DAtabase
testing,iam pretty good at SQL but i dont know anything
about how to start the testing(backend especially),how and
where to write test cases for backend testing?how to take
snapshots?how to report the bugs....as simple i know SQL
and i know working on quality center but how to work on
both together?Please help me!!!
Answer Posted / ganesh
i also waiting for the answer, fast guys
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
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
Write test cases to test a browser app
Explain the load testing?
How to test a stored procedure?
Explain which test cases are written first black boxes or white boxes?
Do you know mutation testing?
What is test cases for mobile phone ?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
can any body help me with providing a a case for usability testing...
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking