[wtr-general] Load Testing with WATIR

2009-09-29 Thread venky
THANKS, VENKY --~--~-~--~~~---~--~~ 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

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

2009-09-29 Thread venky
Hi, Could anybody help me on how/ where to configure the users/ load/ other settings in WATIR for load/stress/performance testing. Thanks, venky --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group

[wtr-general] Open source tool for window apps

2009-07-28 Thread venky
Hi, Is there any open source tool to automate window based application? Thanks, Venkat http://prog2impress.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] problem in jssh

2009-06-29 Thread venky
Hi i had installed jssh for firewatir but iam still getting error like this Make sure that JSSh is properly installed and Firefox is running with '-jssh' option (Watir::Exception::UnableToStartJSShException) can anybody help me in this Thanks, Venky http://prog2impress.com

[wtr-general] Re: Watir vs Selenium

2009-06-15 Thread venky
watir is the light framework for the web app testing and it's a much more aglie like framework. On 5月1日, 下午3时51分, venky venkatesh...@gmail.com wrote: Hi All, I had worked with watir. I would like to exploreseleniumtoo as both are open source. I am very curious to know the advantages

[wtr-general] Page Load Time Out error

2009-06-09 Thread venky
Hi, How to handle page load time out error in FireWatir.? And how to get status of the browser in FireWatir? Kindly help in this Thanks, Venkat http://www.prog2impress.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: click link in out of focus

2009-05-01 Thread venky
is not to change the properties of the link, or set thefocuson the link, but to scroll the browser window till it is in view of the user. On Apr 13, 2:16 am, venky venkatesh...@gmail.com wrote: Hi Orde, Thanks for ur reply. This does't meet the requirement. Let me make things clear. When Iclicka link

[wtr-general] Re: click link in out of focus

2009-04-13 Thread venky
') @browser.link(:id, 'link_id').click Do you have sample HTML? On Apr 8, 5:13 am, venky venkatesh...@gmail.com wrote: Hi All, I need to click a link which is out of focus in the page. I want the particular link or image to be visible and then click it. Can any body throw some light

[wtr-general] click link in out of focus

2009-04-08 Thread venky
Hi All, I need to click a link which is out of focus in the page. I want the particular link or image to be visible and then click it. Can any body throw some light on it Thanks, Venkatesh --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Invoking a .bat file

2009-03-19 Thread venky
Hi Filipin, I had used %x(filepath\filename.bat). But nothing happens the ruby shells opens remains constantly. Kindly help me in this. Thanks, Venkat On Mar 18, 4:27 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Mar 18, 2009 at 12:24, venky venkatesh...@gmail.com wrote

[wtr-general] Defa

2009-03-04 Thread venky
Hi I am using class Index_builderTest::Unit::TestCase ... end when the execution is finished i am getting a failure like this 1) Failure: default_test(class_name) [test_case_name.rb:45]: No tests were specified. i tried my best to find this but i could't figure out. can

[wtr-general] Reading result of a command

2009-03-03 Thread venky
Hi All, I am using system(dir) to execute commands in Command Prompt. I get the result(below) when I execute system(dir) command. I need to store the result in an array. I tried arr = system(dir) which stores true or false. Please throw some light on this Result:

[wtr-general] Re: bring_to_front

2009-02-18 Thread venky
Hi, I am using watir 1.6.2(installed yesterday-17/Feb/2009). ie.bring_to_front() is not working. application is not coming front but the script runs fine. wats the problem. Thanks, Venkat On Feb 18, 2:08 pm, venky venkatesh...@gmail.com wrote: Hi, I am using watir 1.6.2(installed yesterday

[wtr-general] Help....

2009-02-18 Thread venky
Hi, Kindly help me in this issue. Iam using Watir 1.6.2 installed on 17- Feb-09. The Problem is $ie.bring_to_front() is not working application does't comes to front but the script is running fine. Please help me in this. Is it a problem in Gem Thanks, Venkat

[wtr-general] popup

2009-02-16 Thread venky
hallo, I could't require enabled_popup (require 'watir/contrib/ enabled_popup') I am getting an error message d:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from

[wtr-general] need help in popup

2009-02-16 Thread venky
hallo, I could't require enabled_popup (require 'watir/contrib/ enabled_popup') I am getting an error message d:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from