how i do the database testing of online money transactions
between two parties (client and organization).
suppose our company makes a website for our client and give
a extra feature of online money transaction with there
clients then how i test this feature in database testing
Answer Posted / kumar
Every online transaction is having credit debit
transactions. Suppose if client is transferred money from
his account to another account. The client account will be
debited and other party account will be credited.
If we are maintaining only client account from our end.
These transactions details will be updated/inserted into
database tables. This can be achieved by writing pl/sq l
program unit
can be called from other interfaces.
I think this is a normal process for testing what we do for
pl/program units.
When client performs online transaction back end pl/sql
program unit will be called and the corresponding data base
will be effected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the authentication modes in sql server? : Sql dba
Does pl/sql support create command?
How is data stored in sql?
Do we need commit after truncate?
explain access control lists. : Sql dba
what is the difference between a having clause and a where clause? : Sql dba
what are the advantages and disadvantages of cascading style sheets? : Sql dba
what is a composite primary key ? : Sql dba
What are the different types of dbms?
what is commit? : Sql dba
where are cookies actually stored on the hard disk? : Sql dba
What is function and procedure?
what happens if null values are involved in expressions? : Sql dba
How to fetch alternate records from a table?
define sql update statement ? : Sql dba