[Wtr-general] Testing Microsoft Outlook Bar

2006-10-18 Thread Kavitha
Hi I am testing an .NET application that has the Microsoft Outlook bar. I am not able to get the name and id of the images used in the outlook bar. I can get only the source of the images used. Is there any option to identify the images. Thanks. Kavitha.

[Wtr-general] unicode question

2006-10-18 Thread Christian Kreutzer
Hi all, for a new project i have to verify the text/value of some html elements against values from a *.properties file. while reading the properties file and storing its content in a Hash is pretty easy, i have problems with some unicode chars (there are properties for several languages -

[Wtr-general] Need help to test Flash Application

2006-10-18 Thread Neelakandan
Friends - Any suggestions to test Online flash application? Any change of using watir that testing? Any Plugin/Addons/tools/packages? Thanks in Advance Neelakandan___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Need help to test Flash Application

2006-10-18 Thread Zeljko Filipin
As far as I know, Watir can not test flash applications.Zeljko-- http://zeljkofilipin.com/ ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] unicode question

2006-10-18 Thread Zeljko Filipin
Put this at the begging of your script: require "win32ole" WIN32OLE.codepage = WIN32OLE::CP_UTF8 I do not know if this would help. For context in which it worked see http://zeljkofilipin.com/?p=21Zeljko-- http://zeljkofilipin.com/ ___ Wtr-general

Re: [Wtr-general] Need help to test Flash Application

2006-10-18 Thread Cain, Mark
You cannot use Watir to test Flash application. There are tools like WinRunner that can use screen coordinates to input and click on objects, but that is very problematic because if anything on the screen changedeven a different monitor can affect ityour test will fail. I have been told

Re: [Wtr-general] unicode question

2006-10-18 Thread Christian Kreutzer
hi zeljko, thanks for your answer. setting the ole codepage is meant to enable unicode for watir, right? i think my problem is more related to reading the properties file as normal text. im missing the step which converts those \u00fc strings to real unicode in ruby before having watir verify

Re: [Wtr-general] unicode question

2006-10-18 Thread Zeljko Filipin
This thread may be helpful: http://www.mail-archive.com/wtr-general@rubyforge.org/msg04610.htmlZeljko-- http://zeljkofilipin.com/ ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Harness question

2006-10-18 Thread Max Russell
Id like to structure my test harness to use main directory containing the harness and any libraries I write and to keep my tests in a subdirectory Tests Ive been trying to get the following to run class TestSuite Test::Unit::TestCase def test_centralvision load

Re: [Wtr-general] Harness question

2006-10-18 Thread Max Russell
Just un-jammed my brain, a cup of tea helps. I changed my harness to use a relative load path for the \Tests\ directory. Can get on with the real stuff now! Max Russell test Analyst. InPS Tel: 01382 223900 Fax:01382 204488 Visit our Web site at www.inps.co.uk The

[Wtr-general] Question from a newbie

2006-10-18 Thread Justin Nowell
Hey, I just downloaded Watir to help automate some tests. I've found it pretty intuitive and easy to learn but I'm having trouble getting it to fill out a text field on a form. The problem is that there are two text fields with the same id and same name (all other attributes are equal as

Re: [Wtr-general] OT: threads-- is this code doing what I think it's doing?

2006-10-18 Thread Bret Pettichord
Chris McMahon wrote: The more I experiment with this, the more it looks like it's not going to work. Reading the pickaxe closely... ...if some thread happens to make a call to the operating system that takes a long time to complete, all threads will hang until the interpreter gets