[Wtr-general] not able to click ok for the pop up , after a selection from select list

2007-05-29 Thread Maloy kanti debnath
hi , I have a problem here i am not able to catch a pop up after i select from a select list (I am not clicking anything at this juncture. The popup comes immediately after i select a particular value from a select list). i tried the code which i found in the forums but its not working

[Wtr-general] Not able to identify a pop up

2007-05-14 Thread Maloy kanti debnath
hi all, I have a problem i have to click a pop up ok button after i select a item from a select list ... now the problem is i am not able to click that ok button...i tried with cilck_no_wait... i am not able to use click_no_wait because i am not actually clicking anyting how

[Wtr-general] command to get a future date

2007-04-23 Thread Maloy kanti debnath
hi people, In my application i have a calander and i need to select a that is 7 days from today (ie 30th April) . Now the question is . Is there any command by which i can directly get this future date ? .. if there is no direct command, then i will have to try writing a

Re: [Wtr-general] hi, how to get TOOLTIP

2007-04-07 Thread Maloy kanti debnath
Hello Zeljko Filipin, I am not able to find out the image. So, I will post the '.html' of a link, which gives a tooltip when the mouse is hovered over it. The 'link' is enclosed by a 'span' and the tooltip is present as the 'title' of the span. But how can I make sure that the tooltip, no

Re: [Wtr-general] hi, how to get TOOLTIP

2007-03-29 Thread Maloy kanti debnath
hi, I can't give you the page or the link its confidential so sorry for that .. we don't have alt or title for that image that's the problem can you understand my prob and help me out.. to get the tooltip bye, Maloy ___ Wtr-general

Re: [Wtr-general] hi, how to get TOOLTIP

2007-03-29 Thread Maloy kanti debnath
Hello ZeljkoFilipin, In our application, there is an image, which displays a tooltip when the mouse cursor is placed over it. Normally this tooltip would be present in either the 'alt' or the 'title' property of the image. But this image does not have the tooltip in either of the two

[Wtr-general] hi, how to get TOOLTIP

2007-03-27 Thread Maloy kanti debnath
hi everybody, In my application lots of function has to be tested by tooltip but unfortunately i don't know to use it so can any bodt help me with it. how to get the tooltip thanks Maloy ___ Wtr-general mailing list

[Wtr-general] hi, Is there a GOTO function for watir

2007-03-27 Thread Maloy kanti debnath
hi, IS there any function which is simlar like VB 6.0 GOTO so that we can say if condition goto line 8 else goto line 20 end thanks Maloy ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] hi,how to use TableRow class

2007-02-05 Thread Maloy kanti debnath
hi, Can any one tell me how to use the TableRow class .. thank you , Maloy - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6430messageID=18209#18209 ___

Re: [Wtr-general] hi, not able to use assert

2007-02-01 Thread Maloy kanti debnath
hi, thanks for your reply. I have used your code but after using it also i got an error c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__': No such file to load -- /apps/ruby/lib/ruby/1.8/test/unit (LoadError). When I modified your code as the following require

Re: [Wtr-general] hi, not able to use assert

2007-01-31 Thread Maloy kanti debnath
hi, i tried adding require 'test/unit/assertions' in my code but then too its not working and is giving the same error can you give me a simple set of code using assertions. It will be really helpfull too me thank you, thanks maloy

[Wtr-general] hi, not able to use assert

2007-01-30 Thread Maloy kanti debnath
hi, I am not able to use assert method . i tried the following code but its giving an error require 'watir' include Watir require 'test/unit' ie = IE.new ie.goto(www.google.com) assert( ie.contains_text('Welcome to your Google homepage') ) and the error i got is test.rb:6: undefined method

Re: [Wtr-general] Two queries in Watir

2007-01-19 Thread Maloy kanti debnath
Hello Ogre, Thank you for your correct answer. If you also tell us whether there is a default 'log' in Watir and if so, how to write to it and where to view it?, I would be thankful. Thanks, Maloy. - Posted via Jive Forums

[Wtr-general] hi doubts in WindowHelper class

2007-01-19 Thread Maloy kanti debnath
hi, While i was going through the windowhelper class i found a Public Instance method called logon but i am not able to use it can any one help me out .. thank you, maloy - Posted via Jive Forums

Re: [Wtr-general] how to catpure image

2007-01-18 Thread Maloy kanti debnath
hi, i tried this but this is the perticular error i got c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1136/./watir/windowhelper.rb:42:in `check_autoit_installed': The AutoIt dll must be correctly registered for this feature to work properly (Watir::Exception::WatirException) is there any extra

[Wtr-general] how to use the commands present in the 'SimpIe' class?

2007-01-18 Thread Maloy kanti debnath
Hello people, I do not know how to use the commands like click_link_with_url, click_link_with_text etc., which are listed under the class 'Simple' in the 'rdoc' documentation of Watir (http://wtr.rubyforge.org/rdoc/index.html). When I tried to use the command 'click_link_with_text' , Watir

Re: [Wtr-general] how to use the commands present in the 'SimpIe' class?

2007-01-18 Thread Maloy kanti debnath
Today morning, when I was going through the 'built-in' scripts, like watir.rb, watir_simple.rb etc. just to have a look at the source code, I happened to note that we can modify the source code of various functions to suit our need and also how to use the functions present in the 'Simple'

Re: [Wtr-general] Encrypt password

2007-01-17 Thread Maloy kanti debnath
hi, I need to encrypt it because i don't want to hardcode the password in the script so as to make it a bit secure from data theft .. this option is there in all the other tool such as Winrunner,QTP,TP .. maloy - Posted via

[Wtr-general] how to catpure image

2007-01-17 Thread Maloy kanti debnath
hi, I have a problem saving image or getting image from a web site can any one please help me i tried a) image(:alt,'name').save(path) b) image(:alt,'name').getImage( how, what ) which is in Watir::SupportsSubElements module or if i am wrong please give

[Wtr-general] problem with attaching new window

2007-01-16 Thread Maloy kanti debnath
Hi, I am only one week old to this tool and i have one major doubt . I have a task of checking whether each of the links in a web page goes to the correct page or not when clicked. The basic idean is to move the mouse cursor over a link present in the page, get the 'intended destination

[Wtr-general] problem with attaching new window ???

2007-01-16 Thread Maloy kanti debnath
Hi, I am only one week old to this tool and i have one major doubt . I have a task of checking whether each of the links in a web page goes to the correct page or not when clicked. The basic idean is to move the mouse cursor over a link present in the page, get the 'intended destination

[Wtr-general] Encrypt password

2007-01-16 Thread Maloy kanti debnath
Hi All, I have been working on watir for the past one week .I just wanted to know how do i encrypt password in watir,please let me know asap.thanks for ur help regards maloy - Posted via Jive Forums

[Wtr-general] working with bitmap

2007-01-11 Thread Maloy kanti debnath
hi, Can we do some think for doing the bitmap check in WATIR . for some application where i want to check the image with the original one . maloy - Posted via Jive Forums

Re: [Wtr-general] working with bitmap

2007-01-11 Thread Maloy kanti debnath
hi, i mean to check the expected image to the actual image in a web application. Same as bitmap checkpoint in Winrunner or QTP ... i need to check the image pixel-by-pixel .. thank you, maloy - Posted via Jive Forums

Re: [Wtr-general] working with bitmap

2007-01-11 Thread Maloy kanti debnath
hi, I tried this code but it was not working require 'RMagick' include Magick im = Image.new('C:\Documents and Settings\Administrator\My Documents\My Pictures\SAI1.jpg') im.display exit can you please help me out . thank you maloy

Re: [Wtr-general] Two queries in Watir

2007-01-10 Thread Maloy kanti debnath
hi, thank you very much ,using your answer we were able to work with that Go button. maloy - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6069messageID=16994#16994

[Wtr-general] how to connect with Microsoft Access database

2007-01-10 Thread Maloy kanti debnath
hi, I am not able to connect with Microsoft Access database .. please help me with this thank you. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6070messageID=16995#16995

[Wtr-general] hi , few quries with WATIR

2007-01-09 Thread Maloy kanti debnath
hi, i am only few days old to WATIR and my new project is in this tool i have two main doubt 1) how to use assert_equal and for what purpose is it used with a simple example? 2) is there any command which could be used to capture the bitmap image from the web page and compare with the

Re: [Wtr-general] hi , few quries with WATIR

2007-01-09 Thread Maloy kanti debnath
hi, thank you for your reply.. which editor you are using and what will you sugest me as a bignner maloy - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6048messageID=16951#16951

[Wtr-general] Two queries in Watir

2007-01-09 Thread Maloy kanti debnath
Hello people, I have got two queries in Watir. If they get cleared through this forum, I would be thankful. The queries are: 1. How to access a control, whose '.html' is displayed as ' Active Element: [INPUT], Index: [956] INPUT title=Sign in type=image height=22 hspace=0 width=37