Page 1 of 1

Flat File Integration testing

Posted: Tue Aug 08, 2017 5:25 pm
by jamann
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?

Re: Flat File Integration testing

Posted: Wed Aug 09, 2017 7:01 pm
by McTurtle
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