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



how i do the database testing of online money transactions between two parties (client and organiza..

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

Post New Answer

More SQL PLSQL Interview Questions

What is sql analyzer?

0 Answers  


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

0 Answers   Wipro,


what is self join and what is the requirement of self join? : Sql dba

0 Answers  


What is full join?

0 Answers  


how to find 5th row ?

10 Answers  






What are sql constraints?

0 Answers  


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

0 Answers  


why we use nocopy?

2 Answers   Polaris,


What are the advantages of the packages

6 Answers   Oracle,


What is trigger types in sql?

0 Answers  


what is the difference between a having clause and a where clause? : Sql dba

0 Answers  


What is compute?

0 Answers  


Categories