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

full outer join syntax

5 Answers  


What is loop in pl sql?

0 Answers  


column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.

4 Answers  


Why do we use set serveroutput on?

0 Answers  


Are stored procedures faster than dynamic sql?

0 Answers  






What is difference between sql function and stored procedure?

0 Answers  


What are database links used for?

0 Answers  


Explain two easy sql optimizations.

0 Answers  


What does t sql mean?

0 Answers  


Why partition by is used in sql?

0 Answers  


how to shut down the server with 'mysqladmin'? : Sql dba

0 Answers  


Does sql view stored data?

0 Answers  


Categories