what is black box system in software development in system
analysis and design?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the ramp testing?
What is Defect Seeding? What is Defect Density?
What are the test cases for mouse?
what is the technology used in financial applications?
how to write test case for check box like check boxes in gmail and yahoo inbox
hi, please anyone write test case for "Print" screen
write the test cases for traffic signal and sensor doors.
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
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);
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
how to execute test cases manually