IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Facts taken care in testing cobol projects


IBM Mainframe Forums -> Testing & Performance
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Sep 03, 2008 10:36 am
Reply with quote

Hi,
can anybody tell me what are the facts taken care in testing cobol projects, i mean which files and other things to test in cobol projects.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 03, 2008 12:08 pm
Reply with quote

Hello,

In one word - everything.

Every line of code, every field on a map, every entry on a report, every field in every file and database table, every bit of data to be downloaded, every message that will ever be presented by the system needs to be tested. Every interface to other systems must be tested. Every backup/restore/recovery procedure must be verified.

There is nothng built as part of a project that should not be thoroughly, successfully tested.
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Sep 03, 2008 7:17 pm
Reply with quote

Can you please tell me which is the most tedious jobs in testing cobol projects.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 03, 2008 9:12 pm
Reply with quote

Hello,

Quote:
which is the most tedious jobs in testing cobol projects.
Making sure you have identified every possible test criteria.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 03, 2008 11:33 pm
Reply with quote

I like black box testing, where you take somebody who knows nothing about the system, set them in front of the screen, and see how long it takes them to blow up the system using the documentation. For an online system, under a minute isn't that rare.

With white box testing the problem is ensuring you're testing all possible data paths. I did automatic test case generation for a batch system one time and wound up generating over 22,000 test records -- but did they ever test that system completely!

In the best possible world, the tester and developer are both given the specs and independently do their thing, one creating test cases and the other creating the system. The test cases may not match what the system does, but the discussions about why the differences are always illuminating.
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Thu Sep 04, 2008 12:33 am
Reply with quote

Just surprised you mentioned "cobol" projects !
Testing is one of the most critical part of a project. Often too much close to the end, in a hurry.

But why "cobol"? Also valid for PL/I, Telon, CSP, ASM, C, EZT, RPG, .....
Do you believe the approach is different for Cobol?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Sep 04, 2008 12:03 pm
Reply with quote

Probably it's a never ending discussion. Testing would differ from phase to phase - I had a "Regression Testing' in one project & the testing reached to 12000+ test conditions, there were three systems involved in that project & 12000+ were only for my system..! As robets has said - but did they ever test that system completely..!

I belieave there should already be a "policy" in use at your shop for this, but if this is first time you/your shop thought aboput this - I would suggest start with general scenarios of your production so that you are sure at least "BAU" (Business As usual) is not distrubed, once that is done move on to more rare (& more complex) production scenarios..& yes as PeD said in case you have experience with other technologies- aprroach doesn't differ with COBOL.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Testing & Performance

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top