[wtr-general] Re: WATIR WITH QC INTEGRATION

2009-08-30 Thread Karthikeyan K

Look for OTA (Open Test Architecture), the architecture behind QC
through which external tools can talk to QC. But storing and executing
Watir scripts from QC is going to be difficult.

On Aug 28, 6:53 am, Tony ynot...@gmail.com wrote:
 Hi Kumar,

 The test scripts can also be saved in QC.

 The result files, test results, steps etc can be updated back into QC.
 QC provides complete automation using its com library.

 Thanks,
 Tony

--~--~-~--~~~---~--~~
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: Modal dialog window opened from page_load event

2009-08-30 Thread Ste

Hi Tony,

I replaced the wait method as you suggested (I had before to update
watir: now I have installed ruby 1.8.6 and watir 1.6.2) but I have not
succeeded in my goal, yet.

After the page loading (for example, after the command ie.goto http://
www.mytargetsite.com) the command ends without any error (without
hanging because of the modal popup as before replacing the wait
method) but the modal pop up is still there... I put some comment into
code in order to follow how it works. The program exits at line 19 of
your code, after having correctly identified the windows handler (I
checked it with AutoIt) but misspelling the title of the modal popup
windows (popwndtitle= -- Finestra di dialogo pagin instead of  --
Finestra di dialogo pagina Web.

Now I am searching in the site how to send input/message to such a
modal popup windows in order to fill a input text box and click on a
button on it. If you could give me more help it will be very
appreciated.

Thanks.
Ste





--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---