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 / 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 |
What are different types of joins ?
Can you load data into multiple tables at once? : aql loader
How does an execution block start and end in pl sql?
what is denormalization. : Sql dba
25.67,-1 Trunc = 20 Round= 30 HOW????
can i use dbms_output.put_line in a function u are telling as return statement
how to drop an existing view in mysql? : Sql dba
Does mysql_real_escape_string prevent sql injection?
What are the syntax and use of the coalesce function?
What are two virtual tables available during database trigger execution ?
What is a left join?
Types of optimization?