[wtr-general] Re: Question about execute the scripts in background

2010-02-24 Thread Sai Venkat
Try running the tests in multithreaded mode. You should be able to run concurrent scripts. Or if you are adventurous it is possible to use something like EventMachine to run parallel tests async.. Regards, Sai On Feb 24, 10:02 am, Moises Siles moises.si...@gmail.com wrote: well, I'm trying with

[wtr-general] Re: unable to install watir on JP XP

2010-02-24 Thread Sai Venkat
For building native extensions in Windows you need nmake in path. Install nmake and try to access it from shell. Regards, Sai On Feb 23, 11:33 pm, robert reisin...@gmail.com wrote: I am not sure of root cause of my problem. A workaround: Installing watir while logged into the English MUI.

Re: [wtr-general] Re: how to run watirscript in background

2010-02-05 Thread venkat
code:0x800706ba Please help me if how can I ensure my scripts pass when they run with concurrent users/browers sessions using fork and spawn. thanks, venkat On Fri, Feb 5, 2010 at 7:34 AM, Wesley Chen cjq@gmail.com wrote: I think that's not what he want. Wesley. For life, the easier

[wtr-general] Re: how to run watirscript in background

2010-02-05 Thread venkat
/watir/element.rb:219:in `click' ./CrimeCogTest_AllMasters.rb:430:in `gangSearch' ./CrimeCogTest_AllMasters.rb:89:in `testMasters_All' thanks On Thu, Feb 4, 2010 at 1:44 PM, venkat greet.ven...@gmail.com wrote: Thanks in advance if anybody answers my query here it is: i have my watir

[wtr-general] how to run watirscript in background

2010-02-04 Thread venkat
even in windows too... Please help me venkat -- 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 following guidelines: http://wiki.openqa.org/display

[wtr-general] watir ExampleTestHarness.rb help

2009-12-21 Thread venkat
: *Project* * * *Module* * * *Testcase* *Run?* *Project_Name* Yes * Module_01* Yes TestCase_001 Yes TestCase_002 Yes TestCase_003 Yes * Module_02* Yes TestCase_001 Yes TestCase_002 No TestCase_003 Yes Thanks in advance... venkat -- You received this message because you

[wtr-general] help me in using Excel DataDrivenTestHarnessExample

2009-12-08 Thread venkat
Can any one please help me out in getting the multi row data from a column using watir xls interface class. I have taken the DataDrivenTestHarnessExample as my source from Watir OpenQA. I have added test data into a sheet Sheet4 Sheet4 has columns with data as follows. A

Re: [wtr-general] Re: help me in using Excel DataDrivenTestHarnessExample

2009-12-08 Thread venkat
you need to with other users end Hope this helps! -Tiffany On Dec 8, 6:39 am, venkat greet.ven...@gmail.com wrote: Can any one please help me out in getting the multi row data from a column using watir xls interface class. I have taken the DataDrivenTestHarnessExample as my source

[wtr-general] Re: Chrome-Watir

2009-12-02 Thread Sai Venkat
The working core is there. Still work is done for building the API on top of it. You can watch the project from Github http://github.com/saivenkat/chromewatir. --Sai On Dec 2, 12:42 pm, shradha_Dalvi kshradh...@gmail.com wrote: Hi sai,            Have you done with Chrome watir updation? --

[wtr-general] Re: help required - Re-usable framework watir sql server/oracle database

2009-11-25 Thread venkat
own Ruby project, not part or Watir. I'm moving that way myself, as ActiveRecord seems more solid than the DBI class. Hope this helps! -Tiffany On Nov 24, 2:44 am, venkat greet.ven...@gmail.com wrote: Hi, I am venkat, started using watir for the last 3 to 4 weeks. I understand basic

[wtr-general] unable to get db fields ...pls. help me

2009-11-24 Thread venkat
Hi, I have started using watir for the last few weeks and understanding the scripting. now it's time for me to define framework using watir with sql server or oracle I have to login the application with login id, password variables which their values are stored in db. my watir login scripts

[wtr-general] Code Swarm visualization of Watir project

2009-11-12 Thread Sai Venkat
Did a pretty cool code swarm visualization of Watir project. Check out the blog @ http://developer-in-test.blogspot.com/2009/11/code-swarm-visualization-of-watir.html or video @ http://www.vimeo.com/7567626 --Sai Fork me @ http://github.com/saivenkat

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-08 Thread venkat
for me with the HTML you pasted - maybe something else is amiss. ie.select_list(:name , jurisdiction).select(Development) What happens when you run this? ie.select_list(:name , jurisdiction).exists? On Wed, Oct 7, 2009 at 10:42 PM, venkat greet.ven...@gmail.com wrote: I can't figure

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-08 Thread venkat
and interact with it. Thanks Bill On Thu, Oct 8, 2009 at 4:26 AM, venkat greet.ven...@gmail.com wrote: Hi Bill, The select element is not present as per the error message. So after troubleshooting what i understood is when i clicked on login button, the next page is opening up in a new

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-07 Thread venkat
for that element should show the way to fix the problem - if you can't figure it out just post the HTML for that one element. Thanks Bill On Tue, Oct 6, 2009 at 2:53 AM, venkat greet.ven...@gmail.com wrote: Hi, Thanks for responding back, actually my application is running fine. Exactly

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-06 Thread venkat
=logout') Please help me thanks, venky On Mon, Oct 5, 2009 at 6:04 PM, Anna Gabutero a...@lavabit.com wrote: On Mon, Oct 05, 2009 at 05:46:10PM +0530, venkat wrote: Hi, I got the following error and my script fails to identify the list item, can't click the Select button and Logout

[wtr-general] Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread venkat
Hi, I got the following error and my script fails to identify the list item, can't click the Select button and Logout too fails. Can anyone please help me. HTTP Status 500 - type Exception report message

[wtr-general] Re: Load Testing with WATIR configuration settings - USERS/ Concurrency/ Rampup

2009-10-03 Thread venkat
-mswin32 You should now be at google.com If it;s not working for you, please post your console output. Regards, Darryl On Oct 1, 5:38 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Oct 1, 2009 at 11:32 AM, venkat greet.ven...@gmail.com wrote: I got the following

[wtr-general] Re: Load Testing with WATIR configuration settings - USERS/ Concurrency/ Rampup

2009-09-30 Thread venkat
Thanks for your response Raveendran, I have executed the sample script as the following but got the error like ... C:\RubyScripts/test.rb:15:in 'require' : no such file to load -- watir (LoadError) from C:/RubyScripts/test.rb:15 test.rb file contains the following sample code.

[wtr-general] Re: Load Testing with WATIR

2009-09-30 Thread venkat
but it is thwowing the below error while executing, can you please give some tips for successfull execution of these scripts. c:\ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 'gem_original_require': no such file to load -- watir (LoadError) thanks venky On Tue, Sep 29, 2009 at

[wtr-general] accessing modal dialog in 'silent' mode execution with '-b' flag for ruby via Windows batch file

2009-07-22 Thread Venkat
at the point where it expects to find the modal dialog. Perhaps, it expects the modal dialog to be visible when it is not. Has anyone else encountered this problem? I searched the posts here but was not able to see other posts relating to this topic. Thanks in advance for your help. Venkat

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-06-12 Thread Venkat
. Thanks again. Venkat --~--~-~--~~~---~--~~ 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 following guidelines

[wtr-general] Re: asset_enabled error to click a button

2009-05-31 Thread Venkat
='action_button']/).click In fact, when you search in the Watir General, there are many discussion and solution about XPATH deal with, of course, if you are interested in it. Thanks. Wesley Chen. On Sat, May 30, 2009 at 3:32 PM, Venkat venkateshla...@gmail.com wrote: I wrote a code to click

[wtr-general] asset_enabled error to click a button

2009-05-30 Thread Venkat
I wrote a code to click on button ie.button(:id, action_button).click But I am getting following errors: C:\Documents and Settings\\Desktopruby two-minute.rb C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/element.rb:57:in `assert_e abled': object id and action_button is disabled