I have register form there is first name field.what will be
the steps to execute test case???
Answer Posted / venu
1. Check whether form is opening or not
2. Check whether the form consists First name field
3. Check First name field with Valid data
4. Check First name field with Invalid data
5. Check First name field with Max & min characters
6. Verify alignment of first name field
7. Check First name field without entering any values
8. Check validation error messages
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Explain the unit testing?
Test a file replication service that copies files from one net location to another
What are the Test Cases Comes under Regression Suite?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
In a log in page what will be test procedure, test scenario, test description & test steps?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
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 test cases for lift?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is the state testing?
What is gray box testing?
Explain which test cases are written first black boxes or white boxes?
Can you list down a few characteristics of a test case?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?