Negative Testing suggestions for MF apps

Discuss about QA in Mainframe, Back-End Test, Offline code testing and Testing Tools
mikeangelastro
Posts: 1
Joined: Tue Feb 24, 2009 8:03 pm
Skillset: Senior Software Testing (Waterfall method) Oracle applications, Banking software knowledge primarily ACH, Basic Java
Referer: google

Negative Testing suggestions for MF apps

Postby mikeangelastro » Tue Feb 24, 2009 8:31 pm

I would appreciate any general suggestions on how to 'Negative Test' a mainframe application.
The type of application i'm testing is an ACH (All Clearing House) application called PEP+ by CheckFree.

I figure a negative test can result from either 'user error' fat fingering account numbers/amounts in a 'payroll' transaction
for example, or a system failure such as output data from the ACH application getting lost due to an intermediary application, such as an application that routes an ACH transaction to the deposits application being down.

Thanks

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Negative Testing suggestions for MF apps

Postby dick scherrer » Wed Feb 25, 2009 2:02 am

Hello and welcome to the forum,

Every piece of data that arrives as new input must be validated. A proper negative test will include multiple conditions for every field that is input (cannot be blank, must be numeric, must be larger than, must be less than, must be only certain values, etc, etc). What negatives that are tested depend on the business rules for that set of data.

Environmental issues should also be tested - things like you mention (data not sent), database system down or some other database error, error opening/reading data etc.
Hope this helps,
d.sch.

rajprasa
Posts: 2
Joined: Wed Feb 10, 2010 10:20 pm
Skillset: COBOL
Referer: Google

Re: Negative Testing suggestions for MF apps

Postby rajprasa » Wed Feb 10, 2010 10:44 pm

Hello Dick

Thanks, This is very informative.

currently we mock the production data in dev environment. For testing interfaces, would you suggest considering mocking the test data file for negative testing?

Thanks
Raj

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Negative Testing suggestions for MF apps

Postby dick scherrer » Thu Feb 11, 2010 12:51 am

Hello,

Either a subset of production (or a full volume copy if needed/desired) or the existing "test data" with all of the negative conditions incorporated could be used.

If there are performance considerations, full volume will give an earlier indicaton of any individual process problems.
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post