[wtr-general] Re: customize xml generated by ci_reports

2009-07-22 Thread Marlon Mojares
Hi, I'm still encountering "no such file to load -- ClassAttr (LoadError)" where should I put the file ClassAttr.rb? I put it inside ci_reporter\lib\ci\reporter but the script was unable to find the file. This is my test script: require 'watir' require 'ci/reporter/rake/test_unit_loader.rb' cla

[wtr-general] Re: customize xml generated by ci_reports

2009-07-22 Thread Marlon Mojares
after doing that i now i have this error: c:/ruby/lib/ruby/gems/1.8/gems/ci_reporter-1.6.0/lib/ci/reporter/test_unit.rb:97:in `start_suite': uninitialized constant CI::Reporter::TestUnit::TestSuite (NameError) thanks --~--~-~--~~~---~--~~ You received this messag

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread Marlon Mojares
Yeah its working now this is a good start. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the fo

[wtr-general] Re: customize xml generated by ci_reports

2009-07-24 Thread Marlon Mojares
   from c:/ruby/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:47:in > `run_suite' >      ... 11 levels... >     from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run' >     from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run' > > On Fri, Jul 24, 2009 a

[wtr-general] Re: Viewing CI_reporter XML output

2009-08-03 Thread Marlon Mojares
Dilan, When are you planning to setup your testsuites on Cruise control? Can you also share some info/tutorials/examples in case you already figure it out? I really need some help organize our test scripts. Thanks --~--~-~--~~~---~--~~ You received this messag

[wtr-general] How to setup watir (test scripts) on cruise control

2009-08-03 Thread Marlon Mojares
Guys, anybody here knows how to integrate watir test scripts on cruise control? Suggestions/comments will surely be appreciated. This is what I'm planning to do: Set up a dashboard (some short of a html) where I can: (1) Put our test cases where I can check/unchecked the test case i want to run (

[wtr-general] Re: (Fire)Watir Code Generator?

2009-08-03 Thread Marlon Mojares
Is there a recorder that can record javascript popup? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please

[wtr-general] Re: How to judge the button or link exists in the page?

2009-08-07 Thread Marlon Mojares
I hope this helps *if link:* begin assert(ie.link(:name,"Signout").exists?) puts "login successfully" rescue => e puts "login failed" + e.message + "\n" + e.backtrace.join("\n") end *if button:* begin assert(ie.button(:name,"Signout").exists?) puts "login successfully" rescue

[wtr-general] Re: malformed XML: missing tag start error

2009-08-12 Thread Marlon Mojares
Problem solved! Just an issue on element locator used. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting,