[Wtr-general] How to save the test result ?

2006-12-25 Thread kim
Recently I just learn the Watir. Watir is very good toos for web auto testing. I use the test/unit. The test result is always shown in command line. I want to know if I can save the test result into a text file? I think the perfect automatic test framework should be an export(Test Result) that wil

Re: [Wtr-general] How to save the test result ?

2006-12-25 Thread kim
I found the solution in "watir_bonus" directory. There is a sample to record the test result into a text file and a xml file. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5918&messageID=16557#16557 ___

Re: [Wtr-general] How to save the test result ?

2006-12-26 Thread kim
We can use the logger.rb to finish this work. Thanks. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5918&messageID=16559#16559 ___ Wtr-general mailing list Wtr-ge

Re: [Wtr-general] How to save the test result ?

2006-12-28 Thread kim
hi,vijayvaidya Thanks for your infomation. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5918&messageID=16632#16632 ___ Wtr-general mailing list Wtr-general@rub

[Wtr-general] the problem about test cases organization.

2006-12-28 Thread kim
Suppose In a project I wrote many rb files. I want to know how to organize them. I hope after the test scripts is executed there is only a test result file. In other word, I want all the rb files execution result to be saved in the same file. I expect the best solution. Thanks a lot.

Re: [Wtr-general] the problem about test cases organization.

2006-12-29 Thread kim
Thanks for your answer. But I don't konw how to set up the test-report in Windows. Copy them into ruby's "lib" directory directly? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5943&messageID=16669#16669 __

Re: [Wtr-general] the problem about test cases organization.

2007-01-04 Thread kim
> > No, use the setup.rb and read the readme I read the readme file. But there is no contents about setuping on windows in it. After I double-clicked the setup.rb, I inspect the lib folder of ruby and can't find the "reporter" files. :-( --

[Wtr-general] IE Tabstrip.htc control

2005-07-07 Thread Alexander, Kim \(Kim\)
lor:#ff;text-align:center;\">Addresses b>\r\n\t ectedStyle=\"background-color:#0075e7;color:#ff;text-align:center;\">Contact s\r\n\r\n" irb(main):028:0>   How can this be done?     And is there any advice for testing ie apps that utilize the tabstrip

RE: [Wtr-general] Click OK button on Popup Dialog?

2005-07-26 Thread Alexander, Kim \(Kim\)
Mark,   Does this work with Modal dialogs as well?   I’ve not been able to get Winclicker to work as well as the unittest example.   I start it before my dialog pops up but nothing ever happens.   Frustrated, Kim       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Wtr-general] IE Tabstrip.htc control

2005-07-26 Thread Alexander, Kim \(Kim\)
Mike,   Just saw your message and the follow-up workaround you found.   No the Goto didn’t work for me but am glad to see you found a solution.   I’m looking forward to trying it myself.   Best Regards, Kim   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [Wtr-general] new support for referencing frames

2005-07-26 Thread Alexander, Kim \(Kim\)
Awesome, Thanks Brett, How about frames with no names. Seems these are second-class objects as some frame methods don't seem to support frames referenced by index? Best Regards, Kim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord

RE: [Wtr-general] new support for referencing frames

2005-07-27 Thread Alexander, Kim \(Kim\)
Brett, Sorry, I don't have a definate example. It's been a while since I've worked on my test scripts (due to other responsiblities). If I recall I'll post here. Thanks, Kim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Wtr-general] Javascript not running during WATIR testing

2005-07-27 Thread Alexander, Kim \(Kim\)
browser view source). parent.DisplayMsg(new Array(new Array('RuleError','RuleNumber_009','Error Message 1'),new Array('RuleError','RuleNumber_008','Error Message 2')),2); I apologize i

RE: [Wtr-general] Javascript not running during WATIR testing

2005-07-27 Thread Alexander, Kim \(Kim\)
onBlur or onChange events on a text field? If so Bret has fixed the problem and it will be in the next release. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander, Kim (Kim) Sent: 27 July 2005 11:58 To: wtr-general@rubyforge.org Subject: [W

RE: [Wtr-general] Pop up handling improvements

2005-08-02 Thread Alexander, Kim \(Kim\)
Is this in the tarball? How do we get access to this wonderful functinality? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Rogers Sent: Tuesday, August 02, 2005 10:37 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Pop up handling impro

[Wtr-general] WET -- Stack overvlow, Helo

2005-08-09 Thread Alexander, Kim \(Kim\)
"index:=3").Button("value:=Retrieve").click Sorry, I'm not very versed in Ruby so I couldn't diagnose what's going on here...but could use some help Again, Thanks for your generosity to the community with this exceptional tool. Kim

RE: [Wtr-general] WET -- Stack overvlow, Helo

2005-08-09 Thread Alexander, Kim \(Kim\)
Kim, Thanks for Your good words. Actually Hue found the same problem and we just fixed it. We posted the Latest Zip files in WET's download area. Download the new files and then install it. That should work fine. And keep them comming. Thanks Satti Alexander, Kim (Kim) wrote: &

[Wtr-general] handling multiple IE

2007-05-23 Thread Jungwhan Kim
I want to test my project on multiple IE versions (IE 5,6,7). does anybody know how to configure the watir or any resource that I can look up? I'd appreciated it. _ Create the ultimate e-mail address book. Import your contacts to W

Re: [Wtr-general] handling multiple IE

2007-05-23 Thread Jungwhan Kim
: [Wtr-general] handling multiple IEOn 5/23/07, Jungwhan Kim <[EMAIL PROTECTED]> wrote: any resource that I can look up? IE6 and IE7 Running on a Single Machinehttp://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx

Re: [Wtr-general] handling multiple IE

2007-05-23 Thread Jungwhan Kim
Thanks for the info. But let's say that the default is IE 7. But how should I start the instance of IE6 in Watir? Watir starts an IE instance like this, ie = IE.new Is there any way to tell Watir to open a specific version of IE after multiple versions of IE is installed in a single machine

[Wtr-general] Need help on button that can only be activated by mouse

2005-09-06 Thread Kim P. Hoy
ie.button(:name,/save/).click could not cause the button to submit I tried to use AutoIt to click on the button, but that did not work neither t_s() returned name: save type: image id: value: Any help is greatly appreciated. Thank you --Kim ___ Wtr

RE: [Wtr-general] Need help on button that can only beactivated by mouse

2005-09-06 Thread Kim P. Hoy
Thank you --Kim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bret Pettichord Sent: Tuesday, September 06, 2005 10:00 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Need help on button that can only beactivated by mouse Send us the html for

RE: [Wtr-general] Need help on button that can onlybeactivated by mouse

2005-09-07 Thread Kim P. Hoy
I tried ie.form(:action, "adm_sdrinfo.php").submit but it did not work. I also tried ie.button(:name, /save/).fire_event('onMouseDown') sleep 1 ie.button(:name, /save/).fire_event('onMouseUp') but it did not work neither. --Kim -Original Messa