Need help to write test case for "Check Availability" field.
Any help would be highly appreciated!
Answer / bharathi
1. Check for valid mail ID i.e available mail ID,
2. check for invalid mail ID with some peculiar id with
special char combination.
3.check with blank value.
| Is This Answer Correct ? | 10 Yes | 2 No |
How would you test a cup and or pencil?
write a test cases for WLAN
What is Initial Configuration?
How to execute test cases written in excelsheet???
8 Answers TCS, Value Labs, VFS, Wipro,
how to write test case for check box like check boxes in gmail and yahoo inbox
write a test case flipkart login page
write a test case for yahoo login page ? input data user:6 alpha numeric;password:10 letters....10 pstive test cases and 10 negative test cases?
5 Answers CTS, iGate, Magic Software,
Explain the ad hoc testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
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);
testcases for biggest of three numbers?plz give the answer
Explain the acceptance testing?