[Wtr-general] Reading XML using watir/ruby

2006-08-17 Thread Chintakrindi Meghanath
Hi Can anyone tell me, how to read XML file using watir/ruby ? Thanks Meghanath ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Clicking on the java script dialog box when IE window is not in focus

2006-08-10 Thread Chintakrindi Meghanath
Hi Manish Yes. I am interested in that code. Right now I am struck at the Javascript dialog box. I also tried with various combinations but couldnt succeed. Thanks Meghanath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manish Sapariya Sent: Thursday,

[Wtr-general] Clicking of the JS dialog box

2006-08-09 Thread Chintakrindi Meghanath
Hi My web application has some JS dialog boxes User has to click on Enter depending upon the context. I tried with various functions from winclicker.rb and windowshelper.rb like clickJavascriptDialog, clickWindowsButton etc. I even tried some of the user contributed solutions from the forum,

[Wtr-general] Handling of the Mouse Over using watir

2006-08-03 Thread Chintakrindi Meghanath
Hi In my application the user needs to do mouseover to do some functionality For eg: In the main page one Action button is provided, if the user makes a mouse over the action then another menu is displayed on the right side and the user should once again should do mouse over and another

Re: [Wtr-general] Handling of the Mouse Over using watir

2006-08-03 Thread Chintakrindi Meghanath
Hi Bret Yes. It worked, but I am facing one more issue. I used the following code ie.image(:src,/actions.gif/).fire_event(onMouseOver) ie.cell(:text, DPS-LIC).fire_event(onMouseOver) ie.cell(:text,Screening).click Action -- DPS-LIC -- Screening (click) -- DPS --- Screening (click) Now

[Wtr-general] Watir 1.5

2006-07-31 Thread Chintakrindi Meghanath
Hi Thanks, I downloaded and installed using the gem. (gem install watir) How do I know where it got installed ? Also currently I am running watir 1.4.x, shall I need to remove it ? Thanks Meghanath ___ Wtr-general mailing list

[Wtr-general] Click on the Tab

2006-07-31 Thread Chintakrindi Meghanath
Hi I am trying to click a "Tab" in my application . I tried with various combinations, but couldnt succeed. Here is the source code can anyone help me ? I have to click on the "Parties" tab. div id='Zeroth_HdrTabId' style='position:absolute; left:0px; top:12px; width:595px;

Re: [Wtr-general] Click on the Tab

2006-07-31 Thread Chintakrindi Meghanath
Hi I tried with ie.cell(:text, /Par/).click but its not working. Thanks Meghanath -Original Message- From: David Schmidt [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 2:33 PM To: wtr-general@rubyforge.org Cc: Chintakrindi Meghanath Subject: Re: [Wtr-general] Click on the Tab

[Wtr-general] Watir 1.5

2006-07-31 Thread Chintakrindi Meghanath
Hi I unstalled the version 1.4.1 using the gem command and after that installed 1.5 version But when I used the command ruby -e 'require "watir"; puts Watir::IE::VERSION its showing as 1.4.1. I repeated the same twice but still its showing the 1.4 version Thanks Meghanath

[Wtr-general] Testing of the Java Client (which opens in browser) Application

2006-07-21 Thread Chintakrindi Meghanath
Hi We have an application , which opens a browser and then a java client. The application is in java client only.User has to navigate in the Java Client. If the usr closes the browser , then java client is also closed. Can we able to test this type ofapplication using the watir ?

[Wtr-general] Watir Framework

2006-07-18 Thread Chintakrindi Meghanath
Hi Aidy We have written the following watir script for calling SAFS. require 'Watir' require 'Win32API' class STAF_Watir_Interface def processRequest(otrd) oresult = Win32API.new(DDVariableStore,STAFResult,,) ostaf = otrd.getSTAFHelper() status = ostaf.sendQueueMessage(debuglog, sinfo

Re: [Wtr-general] Watir Framework?

2006-07-13 Thread Chintakrindi Meghanath
Hi Aidy Thanks for your information. Does the framework has the feature which I mentioned in my eariler email like the enduser need not to worry about the ruby/watir, he needs to modify only the data files or the user needs to modify the script ? Thanks Meghanath -Original Message-

Re: [Wtr-general] Wtr-general Digest, Vol 32, Issue 18

2006-07-13 Thread Chintakrindi Meghanath
Hi Aidy Yes you are right. I am talking about the Keyword driven framework. So,your framework code needs to be modified /added whenever new functionality is incorporated in the AUT ? Thanks Meghanath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

Re: [Wtr-general] Watir Framework (SAFS)

2006-07-12 Thread Chintakrindi Meghanath
Hi I completely agree with aidy. SAFS is slow in its exectuion , as I mentioned in my previous mail. I prefer xls/csv for the Datadriven because its very easy for the Data Entry. We faced so many issues/problems with the text files. There is no other technical reason, only for the comnfort of

Re: [Wtr-general] Watir Framework (SAFS)

2006-07-12 Thread Chintakrindi Meghanath
Hi Aidy Are you in the process of developing any framework using the watir ? If yes, can you send some information about it ? Thanks Meghanath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chintakrindi Meghanath Sent: Wednesday, July 12, 2006 10:49 AM

[Wtr-general] Watir Framework

2006-07-10 Thread Chintakrindi Meghanath
Hi Bret Is it very beneficial if we integrate watir with SAFS ? I have two concerns with SAFS. i) It seems to be slower (compared to watir) when executing the scripts. Suppose if we integrate, can we maintain the same speed of execution ? ii)The data files

Re: [Wtr-general] Watir Framework

2006-07-10 Thread Chintakrindi Meghanath
, July 10, 2006 3:25 PMTo: wtr-general@rubyforge.orgSubject: Re: [Wtr-general] Watir FrameworkOn 7/10/06, Chintakrindi Meghanath [EMAIL PROTECTED] wrote: Hi BretIs it very beneficial if we integrate watir with SAFS ?I have two concerns with SAFS. i) It seems to be slower

[Wtr-general] Watir Framework

2006-07-05 Thread Chintakrindi Meghanath
Hi Right now we are using WinRunner for the testing of the application. And we implemeted WRSAFS (Open Source WinRunner Framework) which can be used on any type of application. Most of the scripts are covered in the framework and the user has to only enter the information in thetext

[Wtr-general] Using Data from CSV or XLS

2006-04-11 Thread Chintakrindi Meghanath
Hi We are using watir for our web application. We want to use Data Driven methodolgy using xls or CSV ie taking data from the excel or csv file. Thanks Meghanath ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Volume Testing

2006-03-02 Thread Chintakrindi Meghanath
Hi We have an web application and we are planning for the volume testing.(Processing large volumes of the transactions). Can anyone give explain, how to do proceed with that type of testing using the watir. Thanks Meghanath ___ Wtr-general

Re: [Wtr-general] Tab Click

2006-01-31 Thread Chintakrindi Meghanath
Hi Yes , all of you are right. There is an bug in the code and dev. team is fixing it. Thanks all for your help Meghanath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Bolton Sent: Monday, January 30, 2006 10:22 PM To: wtr-general@rubyforge.org

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
: wtr-general@rubyforge.orgSubject: Re: [Wtr-general] Tab ClickHow 'bout this: ie.div(:id, 'LineTab').cell(:text, 'Contents').click(If this doesn't work, please describe what it actually does. Error?)Bret On 1/25/06, Chintakrindi Meghanath [EMAIL PROTECTED] wrote: Hi

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
HI All Can anyone , give solution, I am struck at this point . Thanks Meghanath -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Chintakrindi Meghanath Sent: Thursday, January 26, 2006 9:58 AMTo: wtr-general@rubyforge.orgSubject: Re

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
(:text, "Contents").click doesn't work? What does your code look like? What have you tried? Have you seen any error messages? Have you stepped through it in IRB? ---Michael B. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath Sen

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
hould work if you can do something like that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath Sent: Thursday, January 26, 2006 10:27 AMTo: wtr-general@rubyforge.orgSubject: Re: [Wtr-general] Tab Click HI All

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
Did you try the solution that I mentioned. Give the td an id attribute and then you are golden. You shouldnt have any problems. Sergio From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath Sent: Thursday, January 26, 2006 12

Re: [Wtr-general] Tab Click

2006-01-26 Thread Chintakrindi Meghanath
@rubyforge.orgSubject: Re: [Wtr-general] Tab Click Did you try the solution that I mentioned. Give the td an id attribute and then you are golden. You shouldnt have any problems. Sergio From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chintakrindi Meghanath

[Wtr-general] Tab Click

2006-01-25 Thread Chintakrindi Meghanath
Hi All My web application contains two tabs in one of the transaction "Detail" and "Contents" After entering the data in the Detail page, using will be saving that record and clicks on "Contents". I am trying to make a script for that Can anyone help me out, how to click on "Contents".

Re: [Wtr-general] Tab Click

2006-01-25 Thread Chintakrindi Meghanath
] Tab Clickie.div(:id, 'LineTab').click On 1/25/06, Chintakrindi Meghanath [EMAIL PROTECTED] wrote: Hi All My web application contains two tabs in one of the transaction "Detail" and "Contents" After entering the data in the Detail page,

Re: [Wtr-general] PDF Testing using the Watir

2006-01-05 Thread Chintakrindi Meghanath
] [mailto:[EMAIL PROTECTED]On Behalf Of Chintakrindi Meghanath Sent: Wednesday, January 04, 2006 8:45 AMTo: wtr-general@rubyforge.orgSubject: [Wtr-general] PDF Testing using the Watir Hi Can we test the PDF documents using the WATIR ? If yes, can anyone explain me how