how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / nuthan kumar v
1. Verify Mandatory condition. It should not allow blank.
2. Verify with Min length ie., 1. it shoud allow
3. Verify with Max 250 chars. It should allow.
4. Verify with Max - 1 chars. It should allow.
5. Verify with Max + 1 chars. It should not allow.
these conditions based on ur question only.
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
How to write the test cases for STP
Explain the unit testing?
Explain which test cases are written first black boxes or white boxes?
how to write a test cases for courier offices?
I want 100 test scenario for gmail
Explain the scalability testing?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
"search"test cases on Linkedin website and how will you write test cases on it?
Please guide me for Add new user test cases
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
What is test cases for mobile phone ?
Explain the static testing?
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
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password