if software faild in customer environment what we called
a)error b)fault c)defect d)failure
Answer Posted / ravikanth
it sutter plop show of the application so its failure
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Explain the smoke testing?
How to test a stored procedure?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the soak testing?
Test Case for Text Editor!
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
What are the test cases for mouse?
Can some body help to write possible test cases for a credit card at POS (point of sale)
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
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
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
What is transaction testing?