Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-15 Thread Chuck van der Linden
On Tuesday, May 14, 2013 4:36:28 AM UTC-7, Željko Filipin wrote: On Tue, May 14, 2013 at 1:34 PM, v b baba kanchustambham vbb...@gmail.comjavascript: wrote: I mean to say the :class ' Abcc5464c1acc4c48b277f0e6d02c**e**75e12896 ' is dynamically changing every time we generate the

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-14 Thread Željko Filipin
On Tue, May 14, 2013 at 1:34 PM, v b baba kanchustambham vbb...@gmail.comwrote: I mean to say the :class ' Abcc5464c1acc4c48b277f0e6d02c**e**75e12896 ' is dynamically changing every time we generate the report. What is _not_ changing? Željko -- -- Before posting, please read

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
Hi Zeljko, The code browser.td(:class = Abcc5464c1acc4c48b277f0e6d02ce75e12896).text is giving me an error Undefinde method td. here the class value for td is not unique. On Friday, 10 May 2013 13:31:10 UTC+5:30, Željko Filipin wrote: On Fri, May 10, 2013 at 5:15 AM, v b baba kanchustambham

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread Željko Filipin
On Mon, May 13, 2013 at 1:07 PM, v b baba kanchustambham vbb...@gmail.comwrote: The code browser.td(:class = **Abcc5464c1acc4c48b277f0e6d02ce**75e12896).text is giving me an error Undefinde method td. Which version of Watir do you have? here the class value for td is not unique. What

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
We are using the version 1.8.1 of Watir and to find out the element manually I am searching the source code by the text 'POC_Reports_test' . -Veera. On Monday, 13 May 2013 17:41:59 UTC+5:30, Željko Filipin wrote: On Mon, May 13, 2013 at 1:07 PM, v b baba kanchustambham

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
Here the value for class is dynamic On Tuesday, 14 May 2013 10:06:55 UTC+5:30, v b baba kanchustambham wrote: We are using the version 1.8.1 of Watir and to find out the element manually I am searching the source code by the text 'POC_Reports_test' . -Veera. On Monday, 13 May 2013

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-10 Thread Željko Filipin
On Fri, May 10, 2013 at 5:15 AM, v b baba kanchustambham vbb...@gmail.comwrote: TD style=WIDTH:46.96mm;min-width:46.96mm;HEIGHT:4.76mm; class= Abcc5464c1acc4c48b277f0e6d02ce75e12896POC_Reports_test/TD Can you please let me know which method i should use to capture the value POC_Reports_test

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-09 Thread v b baba kanchustambham
Hi Filipin, I am having problem while captuirng data from HTML Report. I have used the method relationship_in_report = get_element_text(popup, :td, :class, 'A06df9158c527411db1b8fef473271b9a12896') which is giving me the error Unable to Return text in td

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-09 Thread Željko Filipin
On Thu, May 9, 2013 at 9:06 AM, v b baba kanchustambham vbb...@gmail.comwrote: I am unable to attach screen shot of the HTML report source here also. Do not attach screen shot, but copy/paste relevant HTML. Željko -- -- Before posting, please read http://watir.com/support. In short: search

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-09 Thread v b baba kanchustambham
Hi Zeilko, Below is the portion of HTML source code of the HTML Report from which i want to capture the value POC_Reports_test and store it in a varibale so that i can compare this value with the data in my application TD ROWSPAN=2 COLSPAN=3/TDTD COLSPAN=17DIV growRect=true

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-09 Thread v b baba kanchustambham
Hi The report we are trying to generate from out web application is an SSRS Report, just want to add this Veera On Friday, 10 May 2013 08:45:13 UTC+5:30, v b baba kanchustambham wrote: Hi Zeilko, Below is the portion of HTML source code of the HTML Report from which i want to capture the

[wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-07 Thread v b baba kanchustambham
Hi, We are trying to validate the HTML reports generated by our application. We have planned the below approach to do this 1)Capture that data related to the report from application 2)Generate the report 3)Identify the report’s elements and compare the data captured from application

Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-07 Thread Željko Filipin
On Tue, May 7, 2013 at 6:13 AM, v b baba kanchustambham vbb...@gmail.comwrote: Can anyone please let us know the possibility of capturing the report elements and comparing them with the application data As I said in stack overflow question[1], what is exactly the problem? Željko -- 1: