xref: /aoo41x/test/testgui/readme.txt (revision e6e6073d)
1b164ae3eSLei De Bin#**************************************************************
2b164ae3eSLei De Bin#
3b164ae3eSLei De Bin#  Licensed to the Apache Software Foundation (ASF) under one
4b164ae3eSLei De Bin#  or more contributor license agreements.  See the NOTICE file
5b164ae3eSLei De Bin#  distributed with this work for additional information
6b164ae3eSLei De Bin#  regarding copyright ownership.  The ASF licenses this file
7b164ae3eSLei De Bin#  to you under the Apache License, Version 2.0 (the
8b164ae3eSLei De Bin#  "License"); you may not use this file except in compliance
9b164ae3eSLei De Bin#  with the License.  You may obtain a copy of the License at
10b164ae3eSLei De Bin#
11b164ae3eSLei De Bin#    http://www.apache.org/licenses/LICENSE-2.0
12b164ae3eSLei De Bin#
13b164ae3eSLei De Bin#  Unless required by applicable law or agreed to in writing,
14b164ae3eSLei De Bin#  software distributed under the License is distributed on an
15b164ae3eSLei De Bin#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16b164ae3eSLei De Bin#  KIND, either express or implied.  See the License for the
17b164ae3eSLei De Bin#  specific language governing permissions and limitations
18b164ae3eSLei De Bin#  under the License.
19b164ae3eSLei De Bin#
20b164ae3eSLei De Bin#**************************************************************
21b164ae3eSLei De Bin
227dd7871fSLei De BinThe module stores GUI testing scripts. It's an eclipse project. Setup the project with the following steps:
237dd7871fSLei De Bin1. Open eclipse and then click menu "File -> Import...".
247dd7871fSLei De Bin2. Select "General -> Existing Projects into Workspace", click "Next", and then select the parent directory of this module as root directory.
257dd7871fSLei De Bin3. Choose "testcommon" and "testscript", and then click "Finish".
267dd7871fSLei De Bin4. Download JUnit-4.10.jar (Version MUST be higher than 4.10) into testscript/output/lib/junit.jar and then refresh the project.