There is a window with 6 to 7 fields like First Name, Last
Name,Address,Contact Number, ..........etc
My Question is ---> What are the -ve test cases for such a
fields.There are no validations for any field.
Answers were Sorted based on User's Feedback
Answer / imthiyaz.shaik
There are n number of -ve test cases.
As the First name & Last name of anyone would have only
Alphabets so:
1. First name & Last name fields shouldn't accept numbers,
special characters.
2. First name & Last name fields should have validation
like it can't accept more than 10-15 characters (Depends on
the requirement).
As the contact number of anyone would have only numbers so:
1. The contact number field shouldn't accept alphabets,
special characters (Except +sign for the country code).
2. The contact number field shouldn't accept more than 10
digits.
Regards,
Imthiyaz.Shaik
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / prem
I think there are two -ve test cases
1)Without giving the data in the specific field/fields
,check for alert message
2)enter the blank space in the field/fields ,check for alert
message .
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / mtest
Adding to Imtiyaz, few more -ve test cases which we can
include in the testing of the application are:
1. Check for the mandatory fields validation.
2. Check for number of digits we can add in the contact
number field.
3. Check for the alpha numeric characters in all the fields.
Best Regards
MTest
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
There are n number of -ve test cases.
As the First name & Last name of anyone would have only
Alphabets so:
1. First name & Last name fields shouldn't accept numbers,
special characters.
2. First name & Last name fields should have validation
like it can't accept more than 10-15 characters (Depends on
the requirement).
As the contact number of anyone would have only numbers so:
1. The contact number field shouldn't accept alphabets,
special characters (Except +sign for the country code).
2. The contact number field shouldn't accept more than 10
digits.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to do Data base testing manually?
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
What is test startegy?
1>what is defect matrix? 2>which is the high priority bug in "Open Window"(when we open some file the window get appear)
diff b/w stress testing and load testing?
what is tracebility matrix?
what is baseline in testing
recently, i attended for one interview. in that they asked for project explanation. i explained that project. after that they ask me to write test scenarios for that? in real time i don't know how to write test scenarios. can any one please write test scenarios for the following given project. Health care solutions This project mainly deals with Hospital Management System. There are different modules, each module contain different functionality. They are Appointment Scheduling, Registration, Visit & Admission, Out & In Patient Service Management, Lab Management, Bill Handling, Patient Notes, Blood Bank, Master Setup & Security Module, and Pharmacy Quotations.
What does the verification process include: a. Reviews b. testing c. Both D. none of these
CAN ANY ONE PREPARE TEST CASES FOR SUPPLY ACHAIN MANAGEMENT AND IF YES I WILL GIVE THE REQUIREMENT WHICH CONTAINS NEARLY 27 PAGAES
hai, pls. explain V-Model clearly. Pls. give me guidience how to explain V-Model in interviews?
Could anyone explain me how to write scenerio for login screen?