-
Hi All,
I have installed STAF 3.2.1 version and tcl 8.4 version in my system.
When I do tclsh it shows me "%" prompt.
Then I did "package require STAF"
It showed me staf version as 3.0.
Then I did "package require Expect"
It showed me Expect version as 5.43.
Then I did "spawn cmd"
it showed me a number but took some time.
But When I did...
2009-08-27 13:14:42 UTC in SW Test Automation Framework
-
I am trying to copy log file from one system to other system using stafservice marshalling and javacode.
When file size becomes more it doesnot copy the file.It gives a blank file in destination.
Note :I have setted maxqueuesize in staf.cfg as 1000000
Can anybody help me out on this....
2009-08-11 15:41:01 UTC in SW Test Automation Framework
-
Thnaks for your reply...
I tried to download the built libTCLSTAF.so from
http://sourceforge.net/tracker/?func=detail&aid=2822527&group_id=33142&atid=4073 location.but the site shows error.
2009-07-17 05:03:52 UTC in SW Test Automation Framework
-
Hi,
Thanks for your reply...
Are you able to get right version of Expect and STAF when you do "package require Expect " and "package require STAF " from tcl prompt after building and installing STAF over TCL.
Could you please point me where can I get "ActiveTcl 8.4.19.1 for Linux (x86_64)" .
Regards,
-Manoranjan.
2009-07-16 15:10:14 UTC in SW Test Automation Framework
-
Please find the below detail steps while building the STAF(ver:STAF321-src.tar) over tcl (ver:ActiveTcl8.4.1.0-linux-ix86.tar):
Step 1:Instal above tcl package and check "package require Expect".
Result:Shows exact version of Expect.
Note:By default Active TCL gets installs in /usr/local/.
Step2:Setting of environment variable for building staf over...
2009-07-16 13:51:35 UTC in SW Test Automation Framework
-
Hi All,
I am facing issue while building STAF over tcl package.
When I tried to build "STAF321-src.tar" over "ActiveTcl8.4.1.0-linux-ix86.tar" it shows following error:
*** Linking shared library libTCLSTAF.so ***
/usr/bin/Id: skipping incompatible /usr/local/ActiveTCL/lib//libtcl8.4.so when searching for -ltcl8.4
/usr/bin/Id: skipping incompatible...
2009-07-15 11:46:33 UTC in SW Test Automation Framework
-
Hi All,
I have downloaded "GeSHi-1.0.8.4.zip" for windows and unzipped the same.Then I had put under my webserver.
Then I created a file named "accessgeshi.php then put below code inside the file and placed in same directory where "geshi.php" is present:
//
// Include the GeSHi library
//
include_once 'geshi.php';
//
// Define some source to highlight, a...
2009-07-07 06:56:24 UTC in GeSHi - Generic Syntax Highlighter
-
No, I am trying from command prompt only not from via STAF.
2009-06-18 04:26:27 UTC in SW Test Automation Framework
-
Hi,
I am trying to install ActiveTcl in "Windows server 2008 R2 Datacenter" with expect package version 5.43 and STAF3.2.1.
When I do tclsh and then "package require Expect" it shows Expect package version as 5.43 which is correct.But when I do "Spawn cmd" it returns a return code plus an error message as "Tclsh application has encounter an error. windows...
2009-06-17 15:09:33 UTC in SW Test Automation Framework
-
Hi,
It is really a great help and clarifies lot of things..Thanks for your update.
Now my queriy is if not "QUEUE GET" will I able to send a QUEUE message to remote system.
If not then is there anyway to get a Queue message send from one machine and receive the same message from other machine.Again if not then does STAF support above scenario as part of any of its service.
If...
2009-06-11 13:45:58 UTC in SW Test Automation Framework