i m going to pay for air reservation online and i m paying
through credit card supose i give credit card no 123456.how
u chk this is valid or not.wat validation u put for kind of
fields
Answer Posted / vikas pujar
There will be two level of verifications:
1. Front End - Where first we will check whether user has
entered valid card number or not. Normally in India Credit
Card is 16 digit Numeric. So front end need to check if
digit entered is 16 digit and its numeric only, if its not
throw error there only invalid number.
2. Back end - If number entered is 16 digits, we will be
verifying it against the database of bank. so if its correct
then continue with transaction or else throw error Credit
Card Number not found.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the two main categories of software testing?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
What is formal testing?
after completeing testing ,what would u deliver to the client?
how will u create diff types of scenario for any website?
Define performance and stress testing?
What r the features,u take care in prototype testing?
What is data matrix? What is the use of it?
What are the properties of a good requirement?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
How to do the performance testing manually? Does you have a test case for that?
What is the negative testing and example
what types of testing have u done in ur project?and expalin it detail?
give me a example of writing a test case,take any good example which i can understand easily.
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com