I have register form there is first name field.what will be
the steps to execute test case???
Answer Posted / sathishkumar
Thanks venu.
Regarding vaid and invalid data, Here i have included few
test cases.
1.Check Whether the first name allows only alphabets.
2.Check whether it showing error message for numeric values
and special characters.
3.Check the first name allows single quotes. (Some euro and
Russian name consist this single quotes(') ex:O'Brien.
4.Check how the first name saved in db, when it consists
space in beginning and ending of the first name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
explain end to end scenario's for online Money transfer in Banking Domain?
Explain the concurrency testing?
What is test cases for mobile phone ?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What is component testing?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
What is the domain 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
Write a test case for computer keyboard?
Explain the branch coverage testing?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
150 integration testing scenarios for gmail
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!