[wtr-general] How to capture Errors in batch running

2009-07-30 Thread Prince3105
Hi All, I am a newbie of Watir. I have been using Watir for the past 10 months. I have created so many individual scripts and i run all those by using Scite editor and my scripts update the test results in Excel sheet, going good no issues in it. If any error occurs in the test run i can easily

[wtr-general] JSSH problem on Windows server 2003

2009-07-30 Thread pallavi shashidhar
Hi There, I have the foll: installed - Ruby 1.8.6, watir 1.6.2 , firefox 3.012 OS: - Microsoft Windows Server 2003 R2 (32 bit) Jssh - 0.9 installed along with Redistributed package for VS 2005 SP1 Steps - followed all the steps mentioned at step 3 on

[wtr-general] Re: Pick pop-up text and oracle DB connectivity issue

2009-07-30 Thread Dheeraj Gambhir
My bad Chuck, sorry for posting two problem at one go. Ruby/Oracle connectivity thing is working fine for me now. The only limitation pending is: On Login page, when we submit the form without entering confirm password value, it gives pop-up message i.e Confirm Password- Entry Required., same

[wtr-general] Re: Getting text between two br / tags

2009-07-30 Thread Aaron MacDonald
Thank you. I'm now using this regular expression: a .*\/abr\/\s*.*\s+br\/\s+a .*\/a\s+br\/\s+(.*)\s+br\/ This matches the first two links, the text between the first two links, the text I'm after, and the br / tag after it. One note though: it seems Watir takes out the forward slashes in the

[wtr-general] Re: Pick pop-up text and oracle DB connectivity issue

2009-07-30 Thread Felipe Knorr Kuhn
Hello Dheeraj, I defined the function in the end of this message to click on button txtButton when the alert has text equal to txtWindow You call it with: @main.button(:name, CONFIRM).click_no_wait clica_window_BUTTON Are you sure do you want to confirm?, OK @ie.waitForIE The code

[wtr-general] Job Opportunity at Columbus, OH

2009-07-30 Thread lgeo...@everesttech.com
Hello listers, One of my clients has a need for a QA resource (over all 5-8 years of QA exp) plus 1-2 years in developing and testing frameworks in WATiR. This is an immediate need and a long term contract. Please revert to Leah at lgeo...@everesttech.com Thanks Leah

[wtr-general] Re: Ruby/Oracle connectivity

2009-07-30 Thread Marcus Simpson
Take Ruby out of the picture to make sure it is not your Oracle client. Run sqlplus to ensure that you are connecting properly and the path is well-defined. On Wed, Jul 22, 2009 at 7:23 AM, Dheeraj Gambhir checktestingthi...@gmail.com wrote: I have upgraded to 2.0.2 by using

[wtr-general] how to convert my script to exe file

2009-07-30 Thread Alex.Dev
hello, all, I tried to convert my script to exe file, but always failed with this error: rb_thread_status. Ruby: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] Watir: watir (1.5.6) Exerb: Exerb 4.7.0 Here is my code snippets: require 'watir' @ie =

[wtr-general] api for ff 3.5?

2009-07-30 Thread aidy lewis
Hi, Is there a windows firefox jssh.xpi for 3.5? Aidy --~--~-~--~~~---~--~~ 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] Help with class,method,objects

2009-07-30 Thread Rohan Ojha
Hi All, I am not too sure whether I should post it here or in a Ruby forum. But there is a problem that I am facing while scripting a data driven Watir suite. 1) I have a class (say the base class) wherein I am fetching data from excel and storing them in a variable. 2)

[wtr-general] Re: Help with class,method,objects

2009-07-30 Thread George
Are you using the Excel interface class from Watir's site? http://wiki.openqa.org/display/WTR/Excel+interface+class On Jul 29, 9:57 pm, Rohan Ojha rohan.o...@bsil.com wrote: Hi All, I am not too sure whether I should post it here or in a Ruby forum. But there is a problem that I am facing

[wtr-general] Re: Help with class,method,objects

2009-07-30 Thread Rohan Ojha
Hi, Yaa I am using the same but I have modified it for my usage. What I do is : class Tax_CheckMapping def returnExcelData(file,range) @range=range @file=file taxChkOpr=[] excelObject=Excel.new