Jump to content

Kexi/Testing: Difference between revisions

From KDE Community Wiki
Jstaniek (talk | contribs)
Jstaniek (talk | contribs)
No edit summary
Line 17: Line 17:
* You may also want to find ''example databases'' as a reference.
* You may also want to find ''example databases'' as a reference.
** These databases are saved in self-contained files for your convenience:
** These databases are saved in self-contained files for your convenience:
*** [http://kexi-project.org/download/examples/Simple_Database.kexi Simple Database.kexi] (click+SHIFT on this to download); If you compiled KEXI from
*** [http://kexi-project.org/download/examples/Simple_Database.kexi Simple Database.kexi] (click+SHIFT on this to download); If you downloaded KEXI source code, it is also present in [https://invent.kde.org/office/kexi/-/blob/master/src/examples/Simple_Database.kexi src/examples/Simple_Database.kexi].
*** A database with [http://kexi-project.org/download/examples/large_db.kexi.bz2 Large data] (~600KB, download it and uncompress before use)
*** A database with [http://kexi-project.org/download/examples/large_db.kexi.bz2 Large data] (~600KB, download it and uncompress before use)
** Example databases on a database server (MySQL, PostgreSQL) useful to test server connections. '''Will be provided, more information is PLANNED here. Please offer server space if you can, and provide test databases if you have such. They must be legal to use by third-parties.'''.
** Example databases on a database server (MySQL, PostgreSQL) useful to test server connections. '''Will be provided, more information is PLANNED here. Please offer server space if you can, and provide test databases if you have such. They must be legal to use by third-parties.'''.

Revision as of 17:59, 29 December 2024

started by jstaniek, September 2006

First steps

It's recommended to work on the newest possible version, with debug information. If you are able to compile it, do it, so you will obtain the newest improvements. Stable version is the one released as version x.y.z, unstable version is the one in git 'master' branch or released as alpha/beta. It is good to make sure that you are not reporting issues that have been already fixed in prior versions.

Do not forget to compile and/or install additional KDb database drivers such as MySQL or PostgreSQL if they are relevant to your tests. SQLite and MS Access database support is currently built-in.

  • (optional, if you plan to test translations) Find and install a translation package for KEXI. If you do not have a suitable binary package, get the source translation from https://l10n.kde.org and install them.
  • If you want to use KEXI on MS Windows, build it or install from source code.
  • After you start KEXI for the first time, you will be able to create a new empty database. Refer to the Handbook] to get information how to do this.
  • If you plan to use and test support for server databases, you will need access to a server. It can be your desktop computer, but you'll need to install and configure the database server software on your own. If you lack enough knowledge, ask someone (e.g. a network administrator) to do so.
  • You may also want to find example databases as a reference.
    • These databases are saved in self-contained files for your convenience:
    • Example databases on a database server (MySQL, PostgreSQL) useful to test server connections. Will be provided, more information is PLANNED here. Please offer server space if you can, and provide test databases if you have such. They must be legal to use by third-parties..

What to Test?

You can:

  • test for crashes or misbehaviour
  • locate places where Kexi is ineffective (e.g. for large data sets) or hangs
  • test particular functionality and propose entensions, e.g. data importing functions
  • compare the application to the competition and identify the most expected features that Kexi currently lacks
  • test for usability
  • test for accessibility
  • test for localizations issues, including support for right-to-left languages, etc. (note: errors in translations to other languages should be reported to a particular translation team)
  • locate errors in the Kexi Handbook, report unclear or incomplete paragraphs, outdated or missing screenshots (the above note about translation teams also apply to translated documentation)

How to Report Bugs