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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shivani
Before u insert credit card no. u have to select one kind
of bank(HSBC,HDFC,SBI,AMERICAN EXPRESS,AXIS,KOTAK
MAHINDRA,ICICI...)or else u should select for visa card or
master card american express card.Here the main thing is
the third party softwares are comes into picture.suppose if
u select HSBC credit card then our application should ask
help of HSBC.The developers are interfaces these third
party softwares where exactly they required.
| Is This Answer Correct ? | 0 Yes | 1 No |
Amounts not dispatch in ATM what are all scenario to test?
Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not?
In Manual testing BDD meaning
What is Deffered? explain it who allocate it?
Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing
How would you define a "bug?"
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
how do i write perfect test case for functional testing
When should testing start in a project? Why?
Diff between stress and load testing with example?
3 Answers Mind Q Systems, Sonata,
difference between QA and QC?
what is usecase? tell me the attribute of usecase?