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 is the difference between a having clause and a where clause? : Sql dba
Why do we use %rowtype & %type in plsql?
What is the difference between delete and truncate commands?
Explain the structure of pl/sql in brief.
What's the difference between inner join and left join?
Explain the order of sql statement execution?
what are the advantages of mysql in comparison to oracle? : Sql dba
What is the use of function "module procedure" in pl/sql?
how to use case expression? : Sql dba
what is online transaction processing (oltp)? : Sql dba
How do I view a sql database?
What is a pl/sql block?
Are subqueries faster than joins?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What are the different types of triggers?