Track:   Downloads
Contact
Products
News
Events
Links
Downloads
Cartoons
Articles
Services
Books
Discussion
Tools
Magazines

Downloads

Astrobot Client 2.1.2-50330 (ZIP)
Astrobot Framework (Robot libraries)
Astrobot Documentation (pdf)
.NET Framework 1.1 (link to Microsoft download)
.NET ODBC driver (link to Microsoft download)

Create a REC file with the following content:

'$include "sqautil.sbh"
'$include "axGuiMap.sbh"
'$include "global.sbh"

Sub Main

 Dim sPath$: sPath=SQAGETDIR(SQA_DIR_SCRIPTS) & "GUIMapping\Guimap.dat"

 gui_setmap(sPath)

 StartBrowser "http://lyris.dundee.net/read/login/?go=http://lyris.dundee.net/read/?forum%3Dsqa-suite-users", "pBrowser"

 gui_enterdata "TRASHEmail", "", "torsten.zelger@scionlabs.com"
 gui_click "TRASHokbutton", ""

End Sub