if software faild in customer environment what we called
a)error b)fault c)defect d)failure
Answer Posted / ramya
Definitly the ans is FAILURE,its not FAULT becoz before
delivering s/w to client if u found,i.e,called error,fault
and defect.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
How can we write a good test case?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
What is business validation test case?
Explain the glass box testing?
Define some of the attributes of a test case?
Write all test cases for Bus Pass Renewal
write a test case for yahoo compose page?
What are semi-random test cases?
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
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
How to write test cases on laptop???
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
What is use case testing?
Can some body help to write possible test cases for a credit card at POS (point of sale)