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
explain normalization concept? : Sql dba
Define SQL and state the differences between SQL and other conventional programming Languages?
What is a pl/sql block?
What are the limitations of sql express?
What is a database? Explain
Why self join is used in sql?
What is pl sql architecture?
what is a stored procedure? : Sql dba
What is a sql statement?
what is a relationship and what are they? : Sql dba
How to make a copy values from one column to another in sql?
What is primary key secondary key alternate key candidate key?
What are keys in sql?
Does execute immediate commit?
Who is the owner of mysql database?