Answer Posted / praneetha
check for how much amount of ink the pen can hold...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a test case flipkart login page
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 any body help me with providing a a case for usability testing...
Write test cases to test a browser app
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
what is the technology used in financial applications?
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?
Why is it that the boundary value analysis provides good test cases?
Write all test cases for Bus Pass Renewal
"search"test cases on Linkedin website and how will you write test cases on it?
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.
What is use case testing?
pls i want test cases for oss? whts the process of oss testing
What is gray box testing?
Explain the ad hoc testing?