SunRav TestOfficePro.WEB


SunRav TestOfficePro.WEB
Introduction
Requirements for testing
Installation
   Update
Working with users
Working with tests
Creating reports
Administration
Settings
Testing
FAQ
How to register
Technical support
Our developments

Installation


The SunRav TestOfficePro suite consists of two components:

  1. tMaker for Windows. This component is used to create and edit tests.
  2. A set of php scripts that should be installed on a WEB server. They allow you to perform testing, manage users and tests, and create reports based on the results of testing.


Installation order


  1. Download the latest version of the software from the SunRav Software website:
    http://www.sunrav.com/download/testofficeweb_eng.exe
  2. Run testofficeweb_eng.exe and follow instructions.
  3. Find the web folder in the SunRav TestOfficePro.WEB installation folder. Copy everything contained there to your WEB server. It is recommended for you to create a separate folder on your server.
  4. Launch your preferred web browser (Internet Explorer, FireFox, Opera etc.) and navigate to:
    servername/test/admin/install.php

    where servername is the address of your server (e.g. localhost or www.myservername.com)
    test is the folder where scripts were placed
    admin is the folder where administration scripts were placed. You don’t have to create it manually, it is created automatically after you copied all the files to the server (see step 3).
  5. A prompt to initialize the database will appear. This is needed to create required tables and fill them with data.
  6. Enter the actual data in the following fields:
    1. Database Name – the name of the database which will be used to keep tests, testing results etc.
    2. Server – MySQL server address. Usually it is localhost.
    3. Login – MySQL login. Consult your network administrator. If you installed MySQL yourself, then you are probably able to use root.
    4. Password – MySQL password.
    5. Create user group – if you enter the name of the user group here (it is recommended for you to do it), a user group with this name will be created after the database is installed.
  7. Press the Install Database button.
  8. If everything was done correctly, you’ll see the message that the installation was successful.
  9. In the folder where you installed SunRav TestOfficePro.WEB, find the web folder.
    1. Open it using Windows Explorer or any other file manager. Find the connect.php file and open it using any text editor (e.g. Notepad). It looks like this:

      <?
      $db_conn=mysql_pconnect("localhost","login","password");
      mysql_select_db("test", $db_conn);
      ?>
    2. Replace test with the database name that you entered before (See step 6.1)
    3. Replace localhost with the address of the SQL server (See step 6.2)
    4. Replace login with the MySQL login (See step 6.3)
    5. Replace password with the MySQL password (See step 6.4)
    6. Save your changes.
    7. Upload this file to you server in the following folders:

      servername/test/admin/
      and
      servername/test/
  10. Now you can press the Start button to begin.
  11. To access the functionality of the system, you have to authorize yourself, i.e. enter your login and password. The following user with administrator rights is created by default after the database is installed:
    login - admin
    password - admin
  12. You are encouraged to change this user’s password immediately after the installation is completed.
  13. Delete the servername/test/admin/install.php file!


See also Update.

Prev Next



Copyright © 2002-2005 SunRav Software. All rights reserved.

http://www.sunrav.com