Our application is comprised of java and Mainframe. Java is being used a Front end layer only for data presentation layer.
For each event in front end, it called the CICS procedure which intern execute the procedure at mainframe end.
This is as per my understanding like you are in general testing ,but application you test is interrelated with both front end(JAVA) and back-end(Mainframes).rite ?
And you give test data in front end and expected to verify in cics screens or you need to wait for a day to submit a batch job. ?
If your answer is yes in expected to verify in CICS screes then you can write TC like giving data in FE (Front end ) and verify in mainframe CICS screens.
or
If your answer is yes in expected to verify after submitting batch jobs ,then probably you should know information regarding job names ,Monthly/Daily,input files /output files etc.
For each event in front end, it called the CICS procedure which intern execute the procedure at mainframe end.
This is as per my understanding like you are in general testing ,but application you test is interrelated with both front end(JAVA) and back-end(Mainframes).rite ?
And you give test data in front end and expected to verify in cics screens or you need to wait for a day to submit a batch job. ?
If your answer is yes in expected to verify in CICS screes then you can write TC like giving data in FE (Front end ) and verify in mainframe CICS screens.
or
If your answer is yes in expected to verify after submitting batch jobs ,then probably you should know information regarding job names ,Monthly/Daily,input files /output files etc.
No comments:
Post a Comment