how to write test case for check box like check boxes in
gmail and yahoo inbox
Answer / venu
Test Cases:
I assume Checkbox here as "Remember Me"
1) Verify the Remember Me is enabled by default
2) Verify the Remember Me is selected successfully
3) On Enter valid username/password and then Sign-in with Remember Me selected, shall receive a message as "Do you want to remember you on this machine..."
4) Verify the information is stored in the cookie ( Firefox -> Options -> Security -> Saved Passwords)
5) Verify deleting the cookie and try login-in shall prompt to remember(cookie doesn't exists)
| Is This Answer Correct ? | 3 Yes | 0 No |
can any one give the format of writing test cases in excel sheet.
What is the logic testing?
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
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);
What are the processes / steps invovled in Defect Prevention meeting?
What are semi-random test cases?
Explain which test cases are written first black boxes or white boxes?
write test cases for flipkart.
how to testba storedprocedure?
How to test a stored procedure?
Have any idea how to prepare test cases for medical claim, Online mobile recharge.
How should the test cases be framed to validate the excel sheet?