kevin1 wrote:Hi,
I worked as Application developer using (COBOL, JCL, DB2). Now, i need to learn mainframe testing too... Please can anyone help with this. I mean where do i get information or material or concepts related to Mainframe Testing...
Thanks in advance!!

It depends on what you are doing. testing of mainframe programs are fairly straightforward. You are not dealing with "Windows" and object oriented programming. Nor are you dealing with heavy-weight relational databases. Mainframes are designed to handle many simultaneous entries at a very fast rate. I worked in an environment that handles up to 5 million entries at a time with a response time in seconds.If you are looking at COBOL (bless you) it depends on the environment, i.e. banking, government, and some telecom providers. TPF is used in airlines, credit card companies, and transportation in general.
Batch testing is usually JCL and written to handle "jobs" within code itself.
Mainframe testing is similar to client-service applications testing, but one has to know how to operate basic TSO and ISPF commands and menus. You also need to know how to view mainframe files, how to look at and use SDSF or other output tool, log on CICS and transactions, use FTP or another transfer protocol, submit the batch job - it's for QA testing of mainframe applications.
QA testing for another platform, like WEB and/or client-service, since the mainframe is usually back-end.
Most of the time, Mainframe applications are at the heart of the IT environments. They are critical assets that need constant monitoring and regular updating. Traditionally, mainframe applications require a lot of time for manual testing. This includes preparation time for test designs and scenarios, actual software testing, and re-testing to ensure accurate results. It is usually claimed that as most applications require enhancements, code fixes and maintenance on a regular basis - this makes the automation of regression testing a necessity on Mainframes and this is a current trend of market.