Page 1 of 1

What is Back-end Testing?

Posted: Tue Apr 29, 2014 12:36 pm
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?

Re: What is Back-end Testing?

Posted: Tue Apr 29, 2014 2:15 pm
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.

Re: What is Back-end Testing?

Posted: Tue May 06, 2014 12:06 pm
by cobollearn
Ok, Thanks. But how can we relate it to the mainframes?

Re: What is Back-end Testing?

Posted: Tue May 06, 2014 1:44 pm
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.

Re: What is Back-end Testing?

Posted: Tue May 06, 2014 3:17 pm
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.

Re: What is Back-end Testing?

Posted: Wed Mar 16, 2016 12:10 pm
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.

Re: What is Back-end Testing?

Posted: Fri Mar 18, 2016 12:56 pm
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.