Beiträge getagged mit VMWare

QFTest Scripting, VMWare and Hudson Part II

This is the follow up to QFTest Scripting, VMWare and Hudson. Main entry target uitest finds all the checked out QF test projects: executeUITest iterates over all .qft files: qftest executes the bash script posted in part I and verifies the test result. verifyTestResults checks wether the test has found errors or not.

, ,

Keine Kommentare

QFTest Scripting, VMWare and Hudson

We had already a running Hudson build server. The jobs running on it where mainly build, deploy and test scrips “written” in ant. The compiled binaries and some installation scripts where moved (using SCP) to a server VMWare image (the script installed a new database, created a new db schema etc.). Each build ends with [...]

, ,

Keine Kommentare

VMWare Scripting

We are using Oracle Enterprise Linux 64bit installations in VMWare Fusion (32GB MacPros). In principal there are two possibilities to access running processes vmrun and normal IP-based protocols. Here are two bash functions to support scripting: Script to select one of the running VMWare boxes ?View Code BASH1 2 3 4 5 6 7 8 [...]

Keine Kommentare