Answer Posted / mahendra lenka
Its proof for a tester that he has covered all the
functionalities of an applicatin are covered
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the soak testing?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
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?
How to write test cases or test scripts for UAT testing which is done manually
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Write test cases for 8+4?
write a test case flipkart login page
What is test cases for mobile phone ?
What is component testing?
what is black box system in software development in system analysis and design?
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
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
how many test cases do u need to ship a product?