[Wtr-general] How to retreive the Frame Title

2007-07-11 Thread vamsi
know how to get and verify the frame title . Thanks in advance Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] how to extract one word from a sentence?

2007-05-21 Thread vamsi
. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to handle pop dialouge boxes by clicking on OK button

2007-05-09 Thread vamsi
;$ie.button(:name,"button responsible for popup")' 2. Solution: Problem is same.. Not handling the popup updated windowhelper.rb file too. Thanks in advance. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] How to handle pop dialouge boxes by clicking on OK button

2007-05-08 Thread vamsi
in Advance. Regards vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] NoMethodError: undefined method `assert_equal' for #

2007-04-20 Thread vamsi
Hi, could anyone help me to resolve this error: NoMethodError: undefined method `assert_equal' for # Thanks in Advance. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Calling Function Error - like No test were specified

2007-04-19 Thread vamsi
.test2() end def maintest.test3() $ie.link(:url, 'Logout.aspx').click $ie.close end end end Error Message: 1) Failure: default_test(maintestManage) [maintestmanagesignonAPI

Re: [Wtr-general] How to verify the values in the tages

2007-04-16 Thread vamsi
require 'test/unit' class TC_Spike < Test::Unit::TestCase def test_crlf data = "first line second line" assert_match(,data, /first line\s+second line/) end end error: "first line\r\n\r\nsecond line" expected but acutal was "/fist line\s+secondling/" Thanks for your support _

Re: [Wtr-general] How to verify the values in the tages

2007-04-16 Thread vamsi
i'm sorry, '\s+' is not working for multiple Carry returns( new line sapces) could you please assist me any other alternative? Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to verify the values in the tages

2007-04-16 Thread vamsi
to solve this issue. Thanks in Advance. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] How to post a failed message when the assert fails

2007-04-13 Thread vamsi
Hi I am using this function : assert_equal(1,2) --> when i execute this imeediatley will get the error message and stops the script execution. insetad of that , is there any way to post failed message like "expected 1, but it was 2" Thanks in advance.

[Wtr-general] How to verify the values in the tages

2007-04-12 Thread vamsi
like this: <"Do you want to continue. \n Click on continue Button.> expected but was <"Do you want to continue. \r\n Click on continue Button? Can anyone help me to get '\r' to sove this problem. Thanks in Advance. Vamsi __

[Wtr-general] How to Read the values from the Table

2007-04-09 Thread vamsi
Could anyone please explain how to get the values from the Table. and please mention the name spaces and classes required for table too. Thanks in Advance Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman

[Wtr-general] How Capture the Text area

2007-04-06 Thread vamsi
I need to compare the text (in Captured text area) with some predefined value... Can any one please assist me on this Thanks in Advance... Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr

[Wtr-general] Read a Focused value in Drop List

2007-04-06 Thread vamsi
How to read a focussed value in Drop Down list and assign to some variable? Thanks in Advance... Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Assign a Selected Value from Drop Down list to any varibale

2007-04-05 Thread vamsi
Thank you very much . ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Assign a Selected Value from Drop Down list to any varibale

2007-04-05 Thread vamsi
? As i need to verify the values in other pages. Thanks in Advance. Regards Vamsi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general