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


Please Help Members By Posting Answers For Below Questions

What are the different ways of doing black box testing?

665


What's the difference between alpha and beta testing?

664


Can automation testing replace manual testing?

654


Anybody having documents and URLs about BFSI domain...Please share..it is really urgent

1977


What is test startegy?

799






What are noise variables?

1987


Can you explain exploratory testing?

672


How should validation activities be handled?

702


what s test block ratio? please any one answer me..

1846


what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???

1600


What is checkpoint? How can you handle the checkpoints?

2008


!what are the entry criteria for antomation testing ?

2019


Write the test cases for godaddy home page

1256


Why it is recommended to add verification checks to your all your scenarios?

1683


What is Web testing & which action we take at the time of Web Testing?

1484