From paul.rogers at shaw.ca Thu Apr 1 17:31:04 2004 From: paul.rogers at shaw.ca (Paul Rogers) Date: Thu, 01 Apr 2004 15:31:04 -0700 Subject: [Wtr-general] view source of Internet explorer Message-ID: does anyone know how to get the 'real' html that IE has? (ie the equivalent of right click -> view source) document.nnerHTML gives me a mangled version of the source - not the source the server has sent. Thanks Paul From chrismo at clabs.org Thu Apr 1 19:37:01 2004 From: chrismo at clabs.org (Chris Morris) Date: Thu, 01 Apr 2004 18:37:01 -0600 Subject: [Wtr-general] view source of Internet explorer In-Reply-To: References: Message-ID: <406CB5AD.2040003@clabs.org> Paul Rogers wrote: >does anyone know how to get the 'real' html that IE has? (ie the equivalent of right click -> view source) > >document.nnerHTML gives me a mangled version of the source - not the source the server has sent. > > Does document have an outerHtml? That might work. -- Chris http://clabs.org/blogki From bret at pettichord.com Thu Apr 1 23:06:01 2004 From: bret at pettichord.com (Bret Pettichord) Date: Thu, 01 Apr 2004 22:06:01 -0600 Subject: [Wtr-general] Scripting Class Materials Checked In Message-ID: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> I've checked in most of the class materials for the Scripting101 class into the WTR cvs repository. These are in wtr/scripting101: ./doc - various handouts and reference materials that we use in the class ./installs - the code that students need to install at the beginning of the class. ./lab - code used during the class ./installs/timeclock - the timeclock application. note that if you want to run the product-tests, you will need to run them using cygwin ruby, rather than mswin ruby. everything else seems to work with either. ./doc/Installation.html - is the installation instructions (out of date, like much of the doc) ./lab/exercises - describe the exercises students are expected to do ./lab/solutions - contains solutions to the classes lab exercises. these are not necessarily good solutions, but they all work. labsuite.rb runs them all and verifies that the ran correctly. note that students are expected to be writing scripts without using a test harness (test::unit), and in many cases not verifying results (or at least not automatically) so the lab-suite adds these. ./toolkit - library functions used in the class. some are my extensions to the iecontroller, others are specific to timeclock. unit tests for these are also included here. In my local repository, i also had two things in scripting101/installs that i didn't check in, because of space/bandwidth: a copy of cliec and a copy of the windows ruby installer. you all know where to find each of these. i'm not sure if these should eventually be installed here or not. both are rather large. Everything in here should be working, with Ruby 1.8.0. Let me know if it isn't. Like i said the docs need to be updated, although i think most should still work. Old examples should still work, although i may now be planning to use different idioms. Bret ______________________________________ Bret Pettichord, Software Tester Consultant - www.pettichord.com Author - www.testinglessons.com Blogger - www.io.com/~wazmo/blog Homebrew Automation Seminar April 30, Austin, Texas www.pettichord.com/training.html From chrismo at clabs.org Thu Apr 1 23:24:12 2004 From: chrismo at clabs.org (Chris Morris) Date: Thu, 01 Apr 2004 22:24:12 -0600 Subject: [Wtr-general] Scripting Class Materials Checked In In-Reply-To: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> References: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> Message-ID: <406CEAEC.4010201@clabs.org> Bret Pettichord wrote: > I've checked in most of the class materials for the Scripting101 class > into the WTR cvs repository. That's great! Thx for the contribution. -- Chris http://clabs.org/blogki From marick at testing.com Mon Apr 5 10:17:34 2004 From: marick at testing.com (Brian Marick) Date: Mon, 5 Apr 2004 09:17:34 -0500 Subject: [Wtr-general] Re: Scripting Class Materials Checked In In-Reply-To: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> References: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> Message-ID: I think I missed some mail. Is this on sourceforge? I can't find it. On Apr 1, 2004, at 10:06 PM, Bret Pettichord wrote: > I've checked in most of the class materials for the Scripting101 class > into the WTR cvs repository. > > These are in wtr/scripting101: > > ./doc - various handouts and reference materials that we use in the > class > > ./installs - the code that students need to install at the beginning > of the class. > > ./lab - code used during the class > > ./installs/timeclock - the timeclock application. note that if you > want to run the product-tests, you will need to run them using cygwin > ruby, rather than mswin ruby. everything else seems to work with > either. > > ./doc/Installation.html - is the installation instructions (out of > date, like much of the doc) > > ./lab/exercises - describe the exercises students are expected to do > > ./lab/solutions - contains solutions to the classes lab exercises. > these are not necessarily good solutions, but they all work. > labsuite.rb runs them all and verifies that the ran correctly. note > that students are expected to be writing scripts without using a test > harness (test::unit), and in many cases not verifying results (or at > least not automatically) so the lab-suite adds these. > > ./toolkit - library functions used in the class. some are my > extensions to the iecontroller, others are specific to timeclock. unit > tests for these are also included here. > > In my local repository, i also had two things in scripting101/installs > that i didn't check in, because of space/bandwidth: a copy of cliec > and a copy of the windows ruby installer. you all know where to find > each of these. i'm not sure if these should eventually be installed > here or not. both are rather large. > > Everything in here should be working, with Ruby 1.8.0. Let me know if > it isn't. Like i said the docs need to be updated, although i think > most should still work. Old examples should still work, although i may > now be planning to use different idioms. > > Bret > > > ______________________________________ > Bret Pettichord, Software Tester > Consultant - www.pettichord.com > Author - www.testinglessons.com > Blogger - www.io.com/~wazmo/blog > > Homebrew Automation Seminar > April 30, Austin, Texas > www.pettichord.com/training.html > ----- Brian Marick Consulting, training, and contracting Mostly on agile methods with a testing slant www.testing.com, www.testing.com/cgi-bin/blog From jkohl at telusplanet.net Mon Apr 5 11:42:04 2004 From: jkohl at telusplanet.net (Jonathan Kohl) Date: Mon, 5 Apr 2004 09:42:04 -0600 Subject: [Wtr-general] Re: Scripting Class Materials Checked In In-Reply-To: Message-ID: <005c01c41b24$8b81f8e0$6401a8c0@tintin> I think it's on this page: http://www.clabs.org/wtr/index.cgi?page=/Scripting101Class > -----Original Message----- > From: wtr-general-bounces at rubyforge.org [mailto:wtr-general- > bounces at rubyforge.org] On Behalf Of Brian Marick > Sent: April 5, 2004 8:18 AM > To: Bret Pettichord > Cc: wtr-general at rubyforge.org > Subject: [Wtr-general] Re: Scripting Class Materials Checked In > > I think I missed some mail. Is this on sourceforge? I can't find it. > > > On Apr 1, 2004, at 10:06 PM, Bret Pettichord wrote: > > > I've checked in most of the class materials for the Scripting101 class > > into the WTR cvs repository. > > > > These are in wtr/scripting101: > > > > ./doc - various handouts and reference materials that we use in the > > class > > > > ./installs - the code that students need to install at the beginning > > of the class. > > > > ./lab - code used during the class > > > > ./installs/timeclock - the timeclock application. note that if you > > want to run the product-tests, you will need to run them using cygwin > > ruby, rather than mswin ruby. everything else seems to work with > > either. > > > > ./doc/Installation.html - is the installation instructions (out of > > date, like much of the doc) > > > > ./lab/exercises - describe the exercises students are expected to do > > > > ./lab/solutions - contains solutions to the classes lab exercises. > > these are not necessarily good solutions, but they all work. > > labsuite.rb runs them all and verifies that the ran correctly. note > > that students are expected to be writing scripts without using a test > > harness (test::unit), and in many cases not verifying results (or at > > least not automatically) so the lab-suite adds these. > > > > ./toolkit - library functions used in the class. some are my > > extensions to the iecontroller, others are specific to timeclock. unit > > tests for these are also included here. > > > > In my local repository, i also had two things in scripting101/installs > > that i didn't check in, because of space/bandwidth: a copy of cliec > > and a copy of the windows ruby installer. you all know where to find > > each of these. i'm not sure if these should eventually be installed > > here or not. both are rather large. > > > > Everything in here should be working, with Ruby 1.8.0. Let me know if > > it isn't. Like i said the docs need to be updated, although i think > > most should still work. Old examples should still work, although i may > > now be planning to use different idioms. > > > > Bret > > > > > > ______________________________________ > > Bret Pettichord, Software Tester > > Consultant - www.pettichord.com > > Author - www.testinglessons.com > > Blogger - www.io.com/~wazmo/blog > > > > Homebrew Automation Seminar > > April 30, Austin, Texas > > www.pettichord.com/training.html > > > > ----- > Brian Marick > Consulting, training, and contracting > Mostly on agile methods with a testing slant > www.testing.com, www.testing.com/cgi-bin/blog > > _______________________________________________ > Wtr-general mailing list > Wtr-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-general From bret at pettichord.com Mon Apr 5 13:33:43 2004 From: bret at pettichord.com (Bret Pettichord) Date: Mon, 05 Apr 2004 12:33:43 -0500 Subject: [Wtr-general] Re: Scripting Class Materials Checked In In-Reply-To: References: <5.1.0.14.2.20040401214552.02997690@127.0.0.1> <5.1.0.14.2.20040401214552.02997690@127.0.0.1> Message-ID: <5.1.0.14.2.20040405123206.02d1db90@127.0.0.1> At 09:17 AM 4/5/2004, Brian Marick wrote: >I think I missed some mail. Is this on sourceforge? I can't find it. Rubyforge. http://rubyforge.org/projects/wtr/ ______________________________________ Bret Pettichord, Software Tester Consultant - www.pettichord.com Author - www.testinglessons.com Blogger - www.io.com/~wazmo/blog Homebrew Automation Seminar April 30, Austin, Texas www.pettichord.com/training.html From jkohl at telusplanet.net Mon Apr 5 13:49:38 2004 From: jkohl at telusplanet.net (Jonathan Kohl) Date: Mon, 5 Apr 2004 11:49:38 -0600 Subject: [Wtr-general] Re: Scripting Class Materials Checked In In-Reply-To: <5.1.0.14.2.20040405123206.02d1db90@127.0.0.1> Message-ID: <000001c41b36$5dcfcd20$6401a8c0@tintin> http://rubyforge.org/cgi-bin/viewcvs/cgi/viewcvs.cgi/wtr/scripting101/?cvsro ot=wtr > -----Original Message----- > From: wtr-general-bounces at rubyforge.org [mailto:wtr-general- > bounces at rubyforge.org] On Behalf Of Bret Pettichord > Sent: April 5, 2004 11:34 AM > To: Brian Marick > Cc: wtr-general at rubyforge.org > Subject: [Wtr-general] Re: Scripting Class Materials Checked In > > At 09:17 AM 4/5/2004, Brian Marick wrote: > >I think I missed some mail. Is this on sourceforge? I can't find it. > > Rubyforge. > > http://rubyforge.org/projects/wtr/ > > > > ______________________________________ > Bret Pettichord, Software Tester > Consultant - www.pettichord.com > Author - www.testinglessons.com > Blogger - www.io.com/~wazmo/blog > > Homebrew Automation Seminar > April 30, Austin, Texas > www.pettichord.com/training.html > > _______________________________________________ > Wtr-general mailing list > Wtr-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-general From bret at pettichord.com Mon Apr 5 18:17:22 2004 From: bret at pettichord.com (Bret Pettichord) Date: Mon, 05 Apr 2004 17:17:22 -0500 Subject: [Wtr-general] scripting101 doc release Message-ID: <5.1.0.14.2.20040405170655.06393080@127.0.0.1> I've checked documentation updates into CVS. Please see scripting101/doc/index.html for a new master index to the documentation. I've converted some docs from word to html format. I wrote some new docs in textile and generated html from that. The new script doc/make-doc.rb generates the html files. Let me know if anyone has questions or issues with textile. I plan to eventually use it for all the documentation. You'll need to have redcloth installed to run this script (redcloth is the name for the ruby textile library). I've checked in the html files it creates for convenience, although by rights i probably shouldn't since they aren't source files. I've updated the Install doc. It is sketchy, but the information it has it was i believe the current installation procedures are. I'd rather make the installation easier, than make the doc better... Let me know of any problems or issues. Any thoughts on how we should install all of this? Have any of you looked at the ruby-gems? Also a question about rubyforge. Everytime i run a CVS command, i have to enter my password. Is it supposed to work this way? I'm using WinCVS. This is a bit of a pain, because i'm still doing a lot of reorganizing, adding files, deleting files and the like. Also, this means that i'm limited in the work i can do when i'm offline. E.g. I can't edit a file i have locally if it is marked read-only. Bret ______________________________________ Bret Pettichord, Software Tester Consultant - www.pettichord.com Author - www.testinglessons.com Blogger - www.io.com/~wazmo/blog Homebrew Automation Seminar April 30, Austin, Texas www.pettichord.com/training.html From chrismo at clabs.org Mon Apr 5 18:31:10 2004 From: chrismo at clabs.org (Chris Morris) Date: Mon, 05 Apr 2004 17:31:10 -0500 Subject: [Wtr-general] scripting101 doc release In-Reply-To: <5.1.0.14.2.20040405170655.06393080@127.0.0.1> References: <5.1.0.14.2.20040405170655.06393080@127.0.0.1> Message-ID: <4071DE2E.2010709@clabs.org> Bret Pettichord wrote: > Also a question about rubyforge. Everytime i run a CVS command, i have > to enter my password. Is it supposed to work this way? I'm using > WinCVS. This is a bit of a pain, because i'm still doing a lot of > reorganizing, adding files, deleting files and the like. Also, this > means that i'm limited in the work i can do when i'm offline. E.g. I > can't edit a file i have locally if it is marked read-only. You can generate an ssh key and upload the public key to rubyforge. Contact the rubyforge folk for help -- it's not necessarily straight-forward -- plus I have this note in the WTR Wiki: Note re: generating an ssh key to avoid always having to login (which is not only a pain but a real mystery if you haven't done it before) ... ssh-keygen with the ssh install that sfsetup.sf.net provides won't work on XP (or NT, probably not 2k either). You can use puttygen.exe, however, and then everything will be hunky-dory. -- Chris http://clabs.org/blogki