when we swipe the credit card what will genertaed in Back
end.
how system will validated from the back end
for credit card who is Aquriree and Issuer ,
Answer / kalyan s
Bank ATM application is Client Server application ok
First when you insert the card and swap then card validation
request send to server and server authenticate the request
and send the response like this connection goes on ..
| Is This Answer Correct ? | 4 Yes | 1 No |
difference between sainty and smoke testing?
What is Environment Requirement?
what is web based testing and web based application? what are the check list for the web based application?
what is acid testing?
Name three types of tests that should be automated.
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
How can we test whether Java & .net was installed in our PC or not?
Can you explain the concept of fish bone/ Ishikawa diagram?
whta is compile module?
IS IT necessary to know different languages like (Chinese,Germany etc) to do localisation/internationalisation testing??? real time ..plsss
what is the diffrence b/w verification and validation?
Explain the difference between decision coverage and condition coverage ? If possible provide few examples.