Flat File Integration testing

Best practices, code snippets for common functionality, examples, and guidelines.
jamann
Posts: 3
Joined: Tue Aug 08, 2017 5:18 pm

Flat File Integration testing

Post by jamann » Tue Aug 08, 2017 5:25 pm

Hello all,

I am working in a Ranorex .NET framework and would like to add test cases which would manipulate flat files and import them into our system. Is there some kind of standard or common method for manipulating flat files in this way?

McTurtle
Posts: 297
Joined: Thu Feb 23, 2017 10:37 am
Location: Benedikt, Slovenia

Re: Flat File Integration testing

Post by McTurtle » Wed Aug 09, 2017 7:01 pm

Hello jamann,

You mean a file with values in which you would like to modify some specific values via code or via Ranorex Studio? There is unfortunately nothing Ranorex specific for reading/writing to such files. You would have to write your own code in a Ranorex user code method/module. Regarding importing, you could probably record the steps of importing the file via your system with Ranorex Studio ;)

I hope this helps.
If this is not the answer that you were looking for, then please be more specific. Maybe upload a sample of the file and explain what you would like to modify on the file and what the process of importing the file is.

Regards,
McTurtle