|
Next Generation Test Management System Hello Everyone, These days, testing departments face many significant challenges multiple overlapping releases, not enough testing resources, driving need for status reports, spreadsheets and word documents all over the place, geographically distributed testing team etc. Now there is a solution to solve all ... 17 Jul 2008 02:25
Crash Tk in 2 lines A simple script: package req Tk tk_getOpenFile consistently generates a crash in less than a minute. To generate the crash, spend some time in the file dialog. For example, use the back arrow and up-arrow to navigate the directories or go back and forth between two directories. Be slow and hover your cur... 19 Jul 2008 15:01
Fork with expect Hi, The following code does not work for me. Can some one please suggest any changes that i need to do. This was same as in the examples in the exploring expect book. set childList "" set pid [fork] if { $pid > 0 } { puts "Child PID is $pid" lappend childList $pid } else { set prompt ".*\\$ " ... 17 Jul 2008 09:35
File dialogs Hello, I am putting together a script that lets the user select a file. However, it seems that each time I use tk_getOpenFile, it starts off from the current script folder instead of where the user made the last selection. It becomes cumbersome to navigate to the same place again and again. Is there keywor... 16 Jul 2008 19:15
Issue with TCL channels registered with an interpreter Hello, I am using TCL in my C++ code. I am re-redirecting stdout and stderror from TCL using following APIs. I expect that the files parsed through my interpreter (_interp_gbl) only should redirect anything written on stderr, but other interpreters also are getting affected with this. It seems like it has the g... 17 Jul 2008 03:26
To write an auto-installer script to install the applicationson windows. nehal wrote: Hi, Could anyone help me how to write an auto-installer script to install the applications like (java, python, etc). By executing the script, we should able to install and configure the various applications on WINDOWS. Please suggest me with the sample code. Thank you. ... 16 Jul 2008 07:50
simulating a broken pipe scenario between a Tcl script and a C program * Ravikanth <rkanth.vvn(a)gmail.com> | Tcl script must report a broken pipe error as the pipe b/w both of | them is broken due to the 'C' process being killed. | | But here my Tcl script is not catching that error. Instead it is | saying it was succesfull.. bt reading nothing from the stream.. This is the expect... 16 Jul 2008 06:48
To write an auto-installer script to install the applications on windows. Hi, Could anyone help me how to write an auto-installer script to install the applications like (java, python, etc). By executing the script, we should able to install and configure the various applications on WINDOWS. Please suggest me with the sample code. Thank you. ... 16 Jul 2008 07:50
simulating a broken pipe scenario between a Tcl script and a C program Hi all, I need to simulate a broken pipe scenario between a Tcl script and a 'C program.. For which i have written the following code C program 'ctcl.c' #include<stdio.h> #include<string.h> int main() { int i; char c[30],tmp[50];; printf("Reading...\n"); fflush(stdout); gets(c); sprintf(tmp,"kill -9 %d... 18 Jul 2008 05:09
Tcl-URL! - weekly Tcl news and links (Jul 16) QOTW: "Tcl is not programming, it's a lifestyle." - Mark Janssen Thanks to Arjen Markus for his weekly summary of Wiki action: No time to waste - let us move on to the summary proper! Science - Experimenting with algorithms never hurts. So why not a classical algorithm to find the shortest path ... 15 Jul 2008 22:38 |