wht are the test cases, we have to write for check box,
Anybody can help me. Thanks in advance.
Answer Posted / mahimalatha
check it will not accept the numeric character
| Is This Answer Correct ? | 11 Yes | 18 No |
Post New Answer View All Answers
What is quick test professional and what test environment it supports?
How would you do " Keeping two folders in sync testing"
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
What is the state 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
"search"test cases on Linkedin website and how will you write test cases on it?
how to make test case for anolog voice logger?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the concurrency testing?
write a test cases for WLAN
how to test stand alone programs?
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?