[wtr-general] Looking for Watir Runner

2009-05-15 Thread lokesh.agra...@gmail.com

Hi All,

I am lokking for GUI interface (either web based or any other app) to
invoke ruby scripts.
I checked Rails Runner on
wiki.openqa.org/display/WTR/Rails+test+runner+example+app

but its not working with latest rails versions.


Does anyone has any clue for this type of GUI Interface??


Thanks and Regards,
Lokesh Agrawal

--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Help needed in automation using Watir

2009-05-14 Thread lokesh.agra...@gmail.com

Hi All,

I am doing web application automation using Watir.

The problem I am facing is, whenever we get a new build from
developers there are changes in id, name of some objects. Due to which
our scripts fails and manually we need to find what are the changes by
viewing source code.

This is really hectic and time consuming task. Everytime before
running our Test suite to new build we need to modify scripts.


Does anyone has solution of this problem?

FYI: I am using Test Unit framework to run test cases.


Thanks in Advance,


Regards,
Lokesh Agrawal

--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Excel Data Driven Harness with Database Verifications

2009-04-29 Thread lokesh.agra...@gmail.com

Thanks Tiffany,

I will try to write stylesheet using this tutorial.


Regards,
Lokesh Agrawal


On Apr 27, 7:37 pm, Tiffany Fodor tcfo...@comcast.net wrote:
 Hi Lokesh!

 You can use any stylesheet you like to transform the xml to html, it
 just has to be referenced in the xml you're transforming.  I haven't
 done a lot of work with xsl, just enough to write the stylesheet
 included with the framework.  I learned what I know here:

 http://www.w3schools.com/xsl/

 Maybe you can find some tips on improving the report there.

 Hope this helps!

 -Tiffany

 On Apr 27, 5:47 am, lokesh.agra...@gmail.com

 lokesh.agra...@gmail.com wrote:
  Hi All,

  I am using Excel Data Driven Harness with Database Verifications as
  framework in my 
  project.http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Dat...

  There is one xsl sheet (transform-results.xsl)to convert xml report to
  HTML report. I don't like that report.

  is there any other way to generate report in HTML file with this
  framework or there is any other stylesheet (more pretty) which I can
  use?

  Thanks in advance for your help.

  Thanks and Regards,
  Lokesh Agrawal
--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Excel Data Driven Harness with Database Verifications

2009-04-27 Thread lokesh.agra...@gmail.com

Hi All,

I am using Excel Data Driven Harness with Database Verifications as
framework in my project.
http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications

There is one xsl sheet (transform-results.xsl)to convert xml report to
HTML report. I don't like that report.

is there any other way to generate report in HTML file with this
framework or there is any other stylesheet (more pretty) which I can
use?


Thanks in advance for your help.



Thanks and Regards,
Lokesh Agrawal


--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Not Able to click popup

2009-04-20 Thread lokesh.agra...@gmail.com

Hi All,

I have one button in my web spplication:

INPUT class=iceCmdBtn id=_id129:configchange onblur=setFocus
(''); onfocus=setFocus(this.id); onclick=deleteCalled
(form,this,event,'Are you sure you want to restart the Agent? \n \n
Till the time agent restarted, you may not be able to do any other
configuration changes \n \n Press ok to continue , or Cancel to stay
on the current page.');return false;iceSubmit(form,this,event);return
false; type=submit name=_id129:configchange value=Apply /


When I click on button a Windows Internet Explorer pop up comes. I
have to click on OK on that Pop up.

I tried many methods given in Watir tutorials but nothing is working.
Can anyone help me?


Thanks for help.



Lokesh Agrawal

--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2009-02-02 Thread lokesh.agra...@gmail.com

Hi,

I am facing the same problem.
click_no_wait is just highlighting the button, it's not clicking
button.
I using XP and Watir 1.5.6

Any pointers for the same will be appreciated.

Thanks and Regards,
Lokesh Agrawal


On Dec 12 2008, 7:58 pm, larryni...@gmail.com larryni...@gmail.com
wrote:
 Pramod, could you show us an example of your code?

 On Dec 11, 11:01 pm, pramod D petkar.pra...@gmail.com wrote:

  Hi Michael,

  Initially i also faced same problem when i use Click_no_wait control was
  going but never clicked it, To come around this initially i opened the IE
  (IE7)with blank page and then, i will attach the browser at the start of the
  script and continue to execute my script as usual and worked correctly. For
  time being you can fallow this turn around method.

  Thanks,
  Pramod
  On Fri, Dec 12, 2008 at 1:46 AM, Michael Hwee michael_h...@yahoo.comwrote:

   That is disappointing.
   I believe that is something like OS and/or configuration issues, rather
   than watir itself.

   Michael

   - Original Message 
   From: larryni...@gmail.com larryni...@gmail.com
   To: Watir General watir-general@googlegroups.com
   Sent: Thursday, December 11, 2008 12:00:00 PM
   Subject: [wtr-general] Re: button.Click_No_Wait only highlights the 
   button,
   does not click

   Sorry, Michael, your code doesn't work either.  It opens the page,
   highlights the button yellow, and then just sits there.  No popup is
   ever launched because it doesn't actually click the button.  Watir
   doesn't report any errors, but it never completes, either.  If I
   change click_no_wait to click!, it does launch the popup, but the
   handle_nextpopup command never executes - it's been sitting here for
   90-120 seconds with the popup open not doing anything.  So, again, to
   summarize: click_no_wait is incapable of firing any events, but click!
   makes the script hang.
--~--~-~--~~~---~--~~
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/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---