how to write test cases for a text field that should have
maximum 250 characters
Answer Posted / prasanth r
check how many letters that text box can accommodate:
CASE1:enter the capital letters and check how many letters
that text box can accommodate.
CASE2:enter the small letters and check how many letters
that text box can accommodate.
CASE3:enter the combination of letters(small and capital)
and check how many letters that text box can accommodate.
CASE4:enter the different languages(other than english such
as tamil.hind) and check how many letters that text box can
accommodate.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
150 integration testing scenarios for gmail
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
Who will take care of test plan and test case?
Can anybody help me out to write test cases for booking train ticket online???
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Write test cases to test a browser app
Write a test case of login window?
How should I maintain the test cases and Test Log for different versions/builds of the application.
What is test cases for mobile phone ?
Explain the soak testing?
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.
What is the toughest moment you faced in your testing carrier in which everyone praised you?
pls i want test cases for oss? whts the process of oss testing