I think what you are asking for is to be able to pin-point the source code 
line of error when a GUI test fails ?
If that is the case, watir ONLY knows DOM as it is only a layer on top of 
Selenium api's. When something fails, the way we would correlate the error 
in one layer of application with the line of code in another layer is by 
implementing log monitors and correlating it -- This is an extremely big 
area and there is no one solution for it. Monitors have to be implemented 
at each layer and correlating them requires another tool/library.
Splunk for example does this to an extent. 
Rest I would ask you to talk to your developers, dev ops guys to know more

cheers,
www.seleniumframework.com

On Friday, February 20, 2015 at 6:47:30 AM UTC+5:30, Ping-0t wrote:
>
> Good Day!
>
>
> Hi guys, I am really confuse about my task. It is by getting the line 
> number of the error from the web application we are testing not from the 
> script we are using to test the web application. I am just wondering if is 
> it possible to happen using watir?
>
> Any help is greatly appreciated. Thanks in advance :)
>
>
> Best regards,
>
> Ping
>

-- 
-- 
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/d/optout.

Reply via email to