12-27-2009 12:33 PM
Hi,
I have an application where i need to use property loader in TS. The data to be used is being prepared in Excel. But the TS is being working on a computer where only OpenOffice can be used. Now my problem is to import data from Open Office's Calculator (excel) to my test sequence using property loader.
12-28-2009 09:52 AM
hedehodo,
I don't have OpenOffice Calc on my computer, but I believe it can save to a .xls file. Since TestStand's property loader can read .txt, .csv and .xls files, if you can save your OpenOffice spreadsheet to a .txt, .csv or .xls file, you can use TestStand's property loader with that file. To make sure you're using the proper formatting, I'd recommend exporting some properties to the file type of your choice so you can see what the spreadsheet should look like.
12-28-2009 10:46 AM