README.txt
1Notes on Studio test
2
3The test script is written using Python. In order to run this test suite,
4you must first install Python for Windows version 3.0 or higher.
5
61) Install Python version 3.0 or later. There are several versions so
7 make sure you install the right one. Make sure you install the 64-bit
8 version if you have a 64-bit OS. You can find it here:
9
10 http://www.python.org/getit/
11
122) Run the test script.
13
14 From a command line prompt:
15
16 >> python output_files_cmp.py
17
18You should see Studio be compiled first, the produced studio executable file under "Release" directory
19will be used to generate output files of all gxp projects under trunk except projects that specified
20in ignore_list file. The generated files then be verified with the old ones. Test results will comes into
21"result.txt" file.
22