2015-12-21 21:27:06 +00:00
2015-11-07 10:47:50 +00:00
2015-05-06 23:09:49 +00:00
2015-11-04 08:52:09 +00:00
2015-11-02 00:01:34 +00:00
2015-05-05 08:30:58 +00:00
2015-11-04 08:52:09 +00:00
2015-11-04 10:34:42 +00:00
2015-11-04 10:34:42 +00:00
2015-02-06 15:00:37 +00:00
2015-02-06 15:00:37 +00:00
2015-11-04 08:52:09 +00:00
2015-02-06 15:00:37 +00:00
2015-05-05 15:06:08 +00:00
2015-11-04 10:34:42 +00:00
2015-11-04 10:34:42 +00:00

Test Your Web Application: GUI Web Testing Environment + Script Runner

Webtester consists of two binaries: webtester to interactively create your web application tests and webrunner to run your test scripts.

There is a test GUI including browser to record user input while he surfs on the web and a test runner to run (recorded) test scripts. The tests can be integrated e.g. in a jenkins build job. It has been tested on Wordpress, Dokuwiki and Joomla pages. Joomla is difficult due to Javascript-Moo-Tools pollution. There's some specific support, that may help a bit, but to test Joomla sites, you need a lot of experience. Concluson: Avoid Joomla.

Sample Script to search my old homepage on Google, klick on the link, there click on tab «Computer» and check the title for the text «Marcs Computerblog»:

load https://google.com
expect load
setvalue input[name="q"] -> 'Marc Wäckerlin';
click input[name="btnG"]
expect load
click a[href^="/url?q=https://marc.waeckerlin.org/&"]
expect load https://marc.waeckerlin.org/doku.php
click a[href="/computer/index"]
expect load https://marc.waeckerlin.org/computer/index
exists h1.sectionedit1 -> Marcs Computerblog
S
Description
Test your websites with this simple GUI based scripted webtester. Generate simple testscripts directly from surfng on the webpage, enhance them with your commands, with variables, loops, checks, … and finally run automated web tests.
Readme 11 MiB
Languages
C++ 54.3%
Shell 25.6%
M4 18.4%
sed 1%
Emacs Lisp 0.4%
Other 0.2%