Describe to me the difference between validation and
verification.
Answers were Sorted based on User's Feedback
Answer / ramkumar.s
Verification - A General Review over the application.
Validation - Checking for proper flow by giving some input
and getting proper output.
| Is This Answer Correct ? | 1 Yes | 5 No |
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
write the test cases for how do u send a message in mobile
maximum length of testcase
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Give me real life some test cases
Explain the format of a requirement traceability
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
what is run time object
4 Answers Infinite Computer Solutions,
Test a file replication service that copies files from one net location to another
Explain which test cases are written first black boxes or white boxes?
how test cases can be made for a software