[wtr-general] Re: Script hangs while trying to close pop up

2009-08-28 Thread Namit
Hi Daryl I tried the above steps but stuck into the same problem, may be my machine issue , I will try to run the same script on some other machine may be this can be of some help. I will keep you guys posted Thanks a lot Namit On Aug 27, 6:53 am, Darryl (gem dandy) Brown d-l-

[wtr-general] Re: WATIR WITH QC INTEGRATION

2009-08-28 Thread kumar
Hi Vinh, Thank you for your reply. My requirements are • The requirement is to execute the Ruby/Watir scripts through QC. • The test scripts must be saved in QC. • The result files must be available in QC. • From the QC user end, the process must be similar to the way QTP

[wtr-general] Re: WATIR WITH QC INTEGRATION

2009-08-28 Thread Tran Tuan Vinh 10/08
I still don't understand that you mention QC in your requirement?It mean a Tester or some tools which you want use it with Watir. And have you Ruby/Watir scripts already? On Aug 28, 5:18 pm, kumar gki...@gmail.com wrote: Hi Vinh, Thank you for your reply. My requirements are •     The

[wtr-general] Re: Reg-Image(need help urgent)

2009-08-28 Thread Tony
Hi iLa, try this ie.image(:value, submit) 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,

[wtr-general] Reg-Image(need help urgent)

2009-08-28 Thread Ila
Hi HTML Code div class=submit-button-upload-image input type=image value=submit src=../images/ upload_Image_new.gif/ /div Please any one let me know WATIR code for this. I tried below code ie.button(:src, /upload_Image_new/).click Error Message

[wtr-general] Re: WATIR WITH QC INTEGRATION

2009-08-28 Thread Tony
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

[wtr-general] Re: Help selecting elements of a drop down list when the site uses Javascript/ASP.net

2009-08-28 Thread Chuck van der Linden
HTML SelectList elements have two 'parameters' as it were for each item on the list. a text lable that is displayed to the user, and an underlying 'value' that is returned in the HTTP request when that list item is selected. I think you are confusing the two. Try looking at the actual HTML for

[wtr-general] Re: How can I get the attribute in the attached?

2009-08-28 Thread George
As far as right-clicking an element, this is all I have as a reference: http://wiki.openqa.org/display/WTR/Right+Click+an+Element It would still be nice to see the HTML of what you're working with. Are you at least able to click the 'Application List' link? On Aug 27, 6:03 pm, Eason

[wtr-general] Re: How can I get the attribute in the attached?

2009-08-28 Thread George
Sorry, I meant the 'Application Set' link... On Aug 28, 2:15 pm, George george.sand...@gmail.com wrote: As far as right-clicking an element, this is all I have as a reference: http://wiki.openqa.org/display/WTR/Right+Click+an+Element It would still be nice to see the HTML of what you're