Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can anyone tell me what is meant by "Mainframes Testing"?
Also, Plz let me know what r all d responsibilities of a
Manual Tester in Mainframes Testing? Plzzz reply!!

Answers were Sorted based on User's Feedback



Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / aashi

Mainframe is technology...like we have JAVA,C++etc...For
mainframes we have COBOL as Langauge,JCL (Job Control
Language),DB2 Database is used.
Mainframes Testing is nothing but to test a program of
mainframe, which would be written in COBOL,will run with
the help of JCL and will be using DB2 database.
Please correct me if I m wrong.

Is This Answer Correct ?    74 Yes 9 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / lenin

OOps.. Im happy on seeing the above answers.. As a
Mainframe tester for the past 3 years let me brief what it
is..

In a very high level would say 'Testing a Mainframe
Application Manually / Automatically'

Similar to the manual testing, Mainframe testing also
follows SDLC (Software development life cycle), in which
the testing involves after the development phase. Once the
code which involves the mainframe (Coding may be from
COBOL, SAS, REXX ) coding is comleted, the corrsponding
compilers will be set up. If it is a COBOL code, a JCL is
required to compile and to execute the code.

The tester will be provided with the application (Cobol
code and the corresponding JCLS). As the tester having
his / her requirements in hand, he would have done with the
test cases based on the business requirement. So he will
prepare the test data to satisfy the business requirements
and execute the Cobol module using the provided JCL.

If he meets the Expected result the test wil be pass or
fail if not. If the test is failed, probably he would raise
a defect in the code and fix the same. The testign life
cycle goes like this.

If the tester gives sign off from his end, it is ready to
be promoted for User or into production.

You can call me at 09894897441, if u need more info
regading to Mainframe testing.. Bye from Lenin

Is This Answer Correct ?    56 Yes 0 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / satish

For mainframe testing HE/SHE should be aware of the
navigations in mainframe application(ISPF).
The testing process would be same as other applications.
We may need to work on mainframe applications
like ....COBOL,JCL,VSAM and DB2
It would be good if you know the utilities like FILE-
AID,CHANGEMAN and XPEDITER

Is This Answer Correct ?    26 Yes 3 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / vijay

Hi Friends I workied in Mainframe project in 1 year 3
months. I am sharing my experience with you all.

first of all we now navigation of the application in the
mainframes.

I did tested the insurance project in mainframe project,

after promotion of the code, we will set the parameter file
(this is not required for all projects,its based on
projects).

then i will do some transactions or modifications based on
the requirements. then I will request the supporting team
to run the Jobs.

after running the jobs, I will check the DB2 tables and
where I am expecting the expected results. If all working
fine then Ok.Other wise there is a defect.

Is This Answer Correct ?    28 Yes 5 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / sathish

hi,

For Mainframe Testing the basic stuff that you need to know,
1) First we need to get RACF ID (Appliction ID)
2) You want to know about the ISPF commands
3) Required Dataset (This is nothing but the table name)

How it works: JCL

For example i am working in one application, Here Mainframe
is the Front End and the Oracle Database is the Backend. IT
Support will run the batch/job in the ETL Data Stage
application to push the data from mainframe to DB.

Role of tester here is need to validate the data in the
Database against the Mainframe.

The most important thing here is you need to know some
basic shortcuts when you are using Mainframe.

For Example:

Command line-----------cols (Gives the postion number in
the header)

B ---- Browse
E ----- Edit
V ----- View

This is just a sample. If you want to know contact me at
sathishmultitech@gmail.com

Thanks
Sathish S

Is This Answer Correct ?    10 Yes 3 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / prathik

As vijay said, im most of the domains we are follwing the
same things..
some projects needs gui testing also, if there is an
intraction between the db2 tables and the front end with
the help of JCL jobs.

Is This Answer Correct ?    9 Yes 3 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / victor

Mainframe testing is the process of testing an cobol code
through JCLs and inturn which will use DB2 tables for
fetching the data.
Often it is done after a development of a code by the
developors upon the requirement of the business and the
tester with the requirement doc will write valid test cases
to fulfill the requirement of the same.
Also one more testing is the testing of the data feed comes
from the business for its correctness thru cobol programs
or JCL

Is This Answer Correct ?    7 Yes 1 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / surendra kumar

On the performance aspect

# you can 'benchmark' DB2 server.

# COBOL coding techniques etc..

Is This Answer Correct ?    6 Yes 2 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / selvi

I am fresher, i got selected in WIPRO, my stream was mainframe technology. basically instrumentation engineer, I dunno anything about Mainfrme... I wanna know job load, whether i can pickup there???

Is This Answer Correct ?    3 Yes 3 No

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r al..

Answer / tamil

Hi all, will share my experience in mainframe.



JCL - Job controlling language.

Which is used to control the batch jobs in running environment.

ISPF - interactive system productivity facility

Which is used to allow us to access the JCL commands.

Through commands we can manage viewodify and run our application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How Sevierty and Priority are related to each other?

8 Answers  


what type of test secnerio's well you write for a web testing project?

0 Answers   Synergy,


What is the testing process and what testing process followed by software company?

2 Answers  


Explain Boudary value testing and equivalence testing ?

3 Answers   Crea,


how The engineer communicates wiht T.L as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one real time example).and how the interaction will takes place between tester and client can anybody plz clatify me.

2 Answers   Accenture,


Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it

1 Answers  


Explain the difference between alpha testing and beta testing.

0 Answers  


What is Web testing & which action we take at the time of Web Testing?

0 Answers   TCS,


1. What types of documents would you need for QA, QC, and Software Testing?

1 Answers  


Describe your experiences with code analyzers.

0 Answers   HCL,


What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?

0 Answers  


Hi,I am new to testing ....having no work Experience till date.I just got my working visa ....Can anyone pls advice whether i should attempt for CSTE exam and if yes,can you pls suggest some good link which would cover most of the matirial for exam?Thanks.my email id is anju_khubchandani@yahoo.co.in

1 Answers  


Categories