DevOps Automation

 View Only
Expand all | Collapse all

How to test interface for file encoding CP1252 on linux environment using RIT?

  • 1.  How to test interface for file encoding CP1252 on linux environment using RIT?

    Posted Sun June 13, 2021 03:26 PM

    I have an interface developed using IBM ACE v11 which is designed to receive an input file encoded with CP1252 and generates an output file with the same encoding. To test the interface using RIT on windows system, my test case includes following steps

    • reading the input from RIT project directory using Directory data source with encoding as Windows-1252
    • Read the contents of the input file and store in a tag TagInputMsg.
    • Using this tag in publish step, I write the content to a file in the input directory for the interface code to pick up and process.
    • This setup is working as expected on Windows system but does not work on Linux system. On linux system, I have tried to use different encodings in directory data source but no luck.

    As an alternative, I also wrote test case where I include the input file content directly in Publish step to write the content to input directory of the interface. I faced same issue with this approach as well.


    #Support
    #RationalTestWorkbench
    #SupportMigration


  • 2.  RE: How to test interface for file encoding CP1252 on linux environment using RIT?

    Posted Thu June 17, 2021 01:53 PM

    I recall this issue arrive as a Salesforce ticket, please confirm

    Thank you


    #SupportMigration
    #RationalTestWorkbench
    #Support