How can we write a good test case?
No Answer is Posted For this Question
Be the First to Post Answer
What are test cases for Car Locking System?
Do you know mutation testing?
Can anyone tell me the test cases for Operating System.
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 case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
Write all test cases for Bus Pass Renewal
how will we know test cases are written by us are correct
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),