Getting Actions Exception on same Component Intermitantly, when Component is already enabled [message #1836629] |
Sun, 10 January 2021 09:52 |
Nidhi Kashyap Messages: 21 Registered: August 2020 |
Junior Member |
|
|
Hi Team,
I am using Jubula Client APIs for automating a JavaFX application.
I have attached a screenshot of the application.
My scenario is :
I have to search the records ( click on Search button ) on basis of some filter condition( that is enter some data is any of the text fields eg PartCode and then click on Search button to get the result) . Similarly I have to perform this operation for all the text fields and drop downs.
Object mapping of all the components are fixed and is not changing after any button click or entering some data in the text field.
But still I am getting Action Exception intermittently on any of the components.
That is sometime I am able to search the result of basis of entering data in textfield eg Partcode and test cases passes , but again if I try second time it is giving Action Exception for the same component for which the test case has already passed. And If I Keep running my test cases again and again sometimes test cases passes in other attempt or sometimes it fails.
And this is happening for almost every component.
Kindly suggest and provide feedback on this.
I am attaching my test cases screenshot too.
[Updated on: Tue, 19 January 2021 15:21] Report message to a moderator
|
|
|
Re: Getting Actions Exception on same Component Intermitantly [message #1836897 is a reply to message #1836629] |
Mon, 18 January 2021 09:41 |
Nidhi Kashyap Messages: 21 Registered: August 2020 |
Junior Member |
|
|
I am checking for component enablement, eg before clicking on a Button Component, I am checking if the component is enabled or not.
And the button component enablement validation passes, still I am getting the Action Exception on clicking the already enabled button.
Awaiting response over this topic.
Kindly suggest me reason why I am getting Action Exception on components, when the object mapping is not getting changed.
Thanks in advance.
[Updated on: Tue, 19 January 2021 15:24] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03463 seconds