Search found 2 matches

by von
Tue Aug 14, 2012 4:21 pm
Forum: General Questions
Topic: Objects not recognized properly
Replies: 3
Views: 1705

Re: Objects not recognized properly

I used Spy to track the item in question, its XPath is:

/dom[@caption='TreeControl']//a[#'LINKKEY193512012MR_NODE_HISTORY_SPECIALTY_PEDS']

The issue here is the portion of the link value is dynamically generated. In this case it is 193512012.

How can I handle this?
Thanks
by von
Mon Aug 13, 2012 7:39 pm
Forum: General Questions
Topic: Objects not recognized properly
Replies: 3
Views: 1705

Objects not recognized properly

I am looking at Ranorex as a potential functional testing tool for Epic application. I run Epic fat client on my Macbook laptop in Parallel environment. Epic is a windows-based application with embedded web-browser-capable frames. Epic is used extensively in healthcare industry. I recorded and reran...