I'm going to suggest you learn a bit more about ruby, watir-webdriver and test unit, and then you should be able to debug your issue.
On Tue, Feb 18, 2014 at 5:11 AM, AM <[email protected]> wrote: > I changed my assertion from > "assert_equal(true,@wtr.textVerify(Cb_wizard_projecttype_pageverification), > "Navigation to Project Type page is unsuccessfull")" to > "assert_equal("Project > type",@wtr.textVerify(Cb_wizard_projecttype_pageverification), "Navigation > to Project Type page is unsuccessfull")" still getting the failure in > verification of the page. > > Error which i am getting now is: > 1) Failure: > test_6042(TC_6042name) [D:/TC_6042name.rb:141]: > Navigation to Project Type page is unsuccessfull. > <"Project type"> expected but was > <false>. > > 1 tests, 1 assertions, 1 failures, 0 errors > > My gem list is as follows: >> > > bigdecimal (1.1.0) > builder (3.2.2) > childprocess (0.3.9) > ci_reporter (1.9.1) > commonwatir (1.8.1) > ffi (1.9.3 x86-mingw32) > firewatir (1.8.1) > hoe (3.8.0) > io-console (0.3) > json (1.5.5) > mini_portile (0.5.2) > minitest (2.5.1) > multi_json (1.8.4) > nokogiri (1.6.1 x86-mingw32) > rake (0.9.2.2) > rdoc (3.9.5) > rubygems-update (2.2.1) > rubyzip (1.1.0) > s4t-utils (1.0.4) > selenium-webdriver (2.39.0) > sys-proctable (0.9.3 universal-mingw32) > test-unit (1.2.3) > user-choices (1.1.6.1) > watir (1.8.1) > watir-webdriver (0.6.4) > websocket (1.0.7) > win32-api (1.5.0 universal-mingw32) > win32-process (0.7.4) > windows-api (0.4.2) > windows-pr (1.2.2) > xml-simple (1.1.3) > > However the same assertion is successfully executed on other machine > having the following gem list: > > actionmailer (2.3.4) > actionpack (2.3.4) > activerecord (2.3.4) > activeresource (2.3.4) > activesupport (2.3.4) > addressable (2.3.5, 2.2.8) > builder (3.2.2) > cgi_multipart_eof_fix (2.5.0) > childprocess (0.3.9) > ci_reporter (1.9.0, 1.8.4) > commonwatir (4.0.0, 1.8.1) > fastthread (1.0.1 i386-mswin32) > ffi (1.9.0 x86-mingw32) > firewatir (1.9.4, 1.8.1) > gem_plugin (0.2.3) > hoe (3.7.0, 3.6.2) > i18n (0.6.4) > interact (0.5.2, 0.4.8) > json_pure (1.8.0, 1.6.8) > linecache (0.43 mswin32) > mime-types (1.23) > mini_portile (0.5.1, 0.5.0) > minitest (4.7.5) > mongrel (1.1.5 x86-mswin32-60) > multi_json (1.7.7) > mysql (2.9.1 x86-mingw32, 2.7.3 mswin32) > nokogiri (1.6.0 x86-mingw32) > rack (1.5.2, 1.0.0) > rails (2.3.4) > rake (10.1.0, 10.0.4) > rautomation (0.10.0, 0.9.4) > rb-readline (0.5.0, 0.4.2) > rbx-require-relative (0.0.9) > rest-client (1.6.7) > ruby-debug-base (0.10.3 mswin32) > ruby-debug-ide (0.4.5) > rubygems-update (2.0.6, 2.0.5) > rubyzip (0.9.9) > s4t-utils (1.0.4) > selenium-webdriver (2.33.0) > sqlite3 (1.3.7 x86-mingw32) > sqlite3-ruby (1.3.3, 1.2.1 mswin32) > subexec (0.2.3) > sys (0.3) > sys-proctable (0.9.3 universal-mingw32) > terminal-table (1.4.5) > test-unit (2.5.5) > tzinfo (0.3.37) > user-choices (1.1.6.1) > uuidtools (2.1.4) > watir (1.8.1) > watir-webdriver (0.6.4) > watirgrid (1.1.5) > websocket (1.0.7) > win32-api (1.4.8 x86-mingw32) > win32-process (0.7.2) > windows-api (0.4.2) > windows-pr (1.2.2) > xml-simple (1.1.2) > > -- > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Watir General" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
