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

pls explain company testing process in detail (if anybody working as a test engeneer)

0 Answers  


A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.

0 Answers   Mind Tree,


ofter combine the sub modules which type of integration testing will be done ? and who will do this ?

2 Answers  


why u are using multiple test data in retesting?

2 Answers  


Is there any difference between Web Application and Client - Server application? If yes pls explain it.

1 Answers  


How do you go about testing a project ?

2 Answers  


what does frs doc contain?

2 Answers  


How do you manage your writen/modified/executed test cases, Bug report etc,without using any tool?

1 Answers  


Types of Acceptance testing?

1 Answers  


8)What is the actual need for an alpha and beta testing? A)For the developers it is impossible to predict how the end user with really use the application B)Misinterpretation of instructions for using the software C)End users may use strange combinations of input data D)All the above

3 Answers   Mind Tree,


what is your current team size?

2 Answers   Verizon,


when tester found bug then where it is assign to developer or testlead

5 Answers  


Categories