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 limitations of sql express?
What do you understand by pl/sql packages?
What is sql mysql pl sql oracle?
What are sql built in functions?
how to get help information from the server? : Sql dba
Can triggers stop a dml statement from executing on a table?
What is autocommit sql?
Explain the update statement in sql
What is varchar example?
Why are cursors used?
What is the sql query to display the current date?
Is sqlite thread safe?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is left join example?
Explian rowid, rownum?