View previous topic :: View next topic |
Author |
Message |
to_agrawals Beginner

Joined: 12 Dec 2002 Posts: 26 Topics: 16
|
Posted: Fri Jul 25, 2003 12:29 am Post subject: Driving an IDMS/ADSO application thru REXX |
|
|
Hi team,
This is regarding an application we have in IDMS/ADSO. There are a lot of COBOL IDMS codes written which do the actual processing.
Can REXX drive such an application? We actually need to automate the testing of this application.
Will REXX be a suitable tool for the same?
All comments/suggestions are welcome.
Thanks
Saurabh
 |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Jul 25, 2003 1:24 am Post subject: |
|
|
Saurabh,
What kind of testing will that be? If it involves placing many orders (for example), then maybe you can think of using macros provided by your emulator software. You do not have to code it too. You can record it and then execute it as and when you need it. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
to_agrawals Beginner

Joined: 12 Dec 2002 Posts: 26 Topics: 16
|
Posted: Fri Jul 25, 2003 1:57 am Post subject: |
|
|
Hi Cogito,
Thanks for your response. We actually wish to do a regression testing of the application. Running a macro will be suitable to go through the screens, you are right. But then an end to end automation would require to somehow capture the result of a particular 'record and play' without intervention and also declare a test case as passed or failed.
For example, if there is a test case which, say, handles the invalid login id entered to access the application, then we can record the logon process and play it. But we should be able to read out from a screen the error message and check if it is as expected or alternatively, compare the output screen to the baselined screen automatically and declare a test case as passed or failed.
hope this clears....!! Inshort, Can we write a REXx exec to call an ADSO screen???
Thanks |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Jul 25, 2003 2:06 am Post subject: |
|
|
Saurabh,
Yes, it does clear.
Actually, I am sure, you will be able to 'see' and then 'conclude' if a test failed or passed. But, you will not be able to display/save it at a different place for future/further analysis. To do that, something else, maybe REXX would be needed.
But, that is beyond me. I am sorry I could not be of much help to you. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Fri Jul 25, 2003 2:13 am Post subject: |
|
|
to_agrawals,
Quote: |
But we should be able to read out from a screen the error message and check if it is as expected or alternatively, compare the output screen to the baselined screen automatically and declare a test case as passed or failed.
|
This is also possible through emulator Macro. This will need practice if you haven't done this before. Some research on Emulator Help will be useful. |
|
Back to top |
|
 |
to_agrawals Beginner

Joined: 12 Dec 2002 Posts: 26 Topics: 16
|
Posted: Fri Jul 25, 2003 3:24 am Post subject: |
|
|
Hi,
Thanks Cogito for your inputs.
Dibakar, just curious...what you have written about the emulator, is is something you feel or something you have actually achieved.
This I am asking because what you are saying would actually mean, reading the screen OBJECTS and string them as text strings. I think this would not be possible through emulator. Anyway, I will try to dig up th help. Please enlighten me if you have more inputs regarding this.
Thanks |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Mon Jul 28, 2003 5:21 am Post subject: |
|
|
I have done these with Hummingbird. Now I am using Rumba but don't know how to do it here. |
|
Back to top |
|
 |
to_agrawals Beginner

Joined: 12 Dec 2002 Posts: 26 Topics: 16
|
Posted: Fri Aug 01, 2003 2:01 am Post subject: |
|
|
Hey,
This sounds helphul as we are also having Hummingbird here....Please tell me more/send me some samples...!!
Thanks
Saurabh |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Fri Aug 01, 2003 8:41 am Post subject: |
|
|
I have neither Hummingbird nor samples with me. Search on hummingbird and you will find my previous discussion.
Regards,
Diba. |
|
Back to top |
|
 |
|
|