What is Back-end Testing?

Mainframe Application Testing, Offline testing and Tools. Xpediter, IBM Debugger.
Post Reply
cobollearn
Registered Member
Posts: 25
Joined: Tue Jul 09, 2013 6:31 pm

What is Back-end Testing?

Post by cobollearn »

Hi,

I was listening to a conference synopsis and they used a term "Back-end Testing?" What is Back-end Testing, can anybody explain what it is?
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: What is Back-end Testing?

Post by Anuj Dhawan »

In general - Back end testing in computer programming is testing the system that runs "behind the GUI applications". Back end testing can cover data integrity and validity, and performance as related to data.

Hope this helps.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
cobollearn
Registered Member
Posts: 25
Joined: Tue Jul 09, 2013 6:31 pm

Re: What is Back-end Testing?

Post by cobollearn »

Ok, Thanks. But how can we relate it to the mainframes?
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: What is Back-end Testing?

Post by Anuj Dhawan »

If you want to go word by word - CICS can be termed as "GUI" for mainframe users. On the other hand, there are DB2 and IMS stored procedures which work well, usually, with JAVA front end screen - and there the testing of DB2, IMS, IMS-DB2 stored procedures, on mainframes, along with the front end Java screen  can be part of back-end testing.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: What is Back-end Testing?

Post by nicc »

I guess it depends on the process: take an ATM withdrawal transaction - front-end testing would be testing the software on the ATM and back-end testing would be the processing of that transaction once it has been passed to the mainframe (or wherever) for amending account balances, writing journals etc.
Regards
Nic
cobollearn
Registered Member
Posts: 25
Joined: Tue Jul 09, 2013 6:31 pm

Re: What is Back-end Testing?

Post by cobollearn »

nicc wrote:I guess it depends on the process: take an ATM withdrawal transaction - front-end testing would be testing the software on the ATM and back-end testing would be the processing of that transaction once it has been passed to the mainframe (or wherever) for amending account balances, writing journals etc.
Thanks nicc and Anuj.
Ankit Kumar Gupta
Registered Member
Posts: 19
Joined: Wed Aug 20, 2014 5:24 pm

Re: What is Back-end Testing?

Post by Ankit Kumar Gupta »

For one of our project, where the two teams one from Java and one from mainframes were involved. Testing for the mainframe was called as back-end testing, in the java team.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Testing Tools, Mainframe Application Testing, Abends Solution & QA.”