Application Modeller
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 03:37 PM
I am spying a window based application. At the time of spying the application after indentifying and highlighting the elements of application everything is good. But at the time of process run the same element is not been identified. How to solve the issue. I am using Bp 5.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 03:54 PM
If BP can't find an element at run time it's because the element as modelled at design time is not there. This will either be because the selection of attributes chosen by the developer is not unique or flexible enough to match the element in all situations, or because the synchronisation between the page logic and the application state is not being controlled. In other words, the logic is running too fast and the element is not yet present at the time when the business object tries to use it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 04:58 PM
But at the time of initial identifying and highlighting BP is not showing any error. But if the same application is used for run process BP does not find the element. And about logic running fast wait has been provided by me.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-18 05:08 PM
Match rules are not unique. I would suggest to interrogate again and choose only those elements that are not dynamic in nature.
