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 |
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
What is server name sql?
how to get @@error and @@rowcount at the same time? : Sql dba
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Can we alter stored procedure?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What language is oracle sql developer?
Difference between views and materialized views?
what is bulk bind
what are the advantages of mysql in comparison to oracle? : Sql dba
What is identity column in sql server?
What is break?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)