Need to validate problem task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 03:56 AM
I have a requirement to verify via ATF where when i click on List UI action in problem task it will open a form to add task there are some fields like Assignment group is autopopulated from problem. When trying via ATF i am able to click on List UI action New and able to see form but assignment group is not populated.I have a ATF step to validate the assignment group is not empty.
I have kept some wait time and timeouts but unable to achieve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 10:18 AM
Hi there @Mohammed Rafi S
Open Problem Task Form:
Use the Click a UI Action step to open the form.
Wait for Form to Load:
Add a Wait For Condition step, make sure the form is fully loaded.
Validate Assignment Group:
Use a Field Value Validation step to check if Assignment group is not empty.
If this helps kindly accept the response thanks much.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 01:35 AM
After loading form for task creation I am waiting for 10 seconds but the wait condition is not waiting for form level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 01:24 AM
This could happen because of impersonated user.
Check the user you are using for ATF.
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 01:36 AM
I am able to impersonate manually and I can see assignment group population.