ATF step "Click component" not retrieving page elements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 11:37 AM
Hi,
I am trying to create ATF test to test service portal.
When using page inspector for the portal page, I am able to click on the components and navigate through the portal.
On the ATF test when I add the test step "Click Component" retrieve button is not showing up any component. Hence "Next" button is disabled and cannot select page components.
I need to know if anything is missed here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 12:23 PM
@Afsar2 follow the yellow guide lines on top, the Retrieve Component didn't find any component, deactivate this step and run up to the previous step for ensuring it is navigating to the correct page also check the 'Test Results' and 'Testable Components' for more details
Rampriya S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 10:55 PM
@Rampriya-S , I have verified. previous step is going to the correct page. Same page when opened in Page inspector, I am able to find the components.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 01:42 AM
Hi @Afsar2
This is maybe due to either reason
1. Correct page is not open
2. Not testable component on that page.
3. You are using wrong component step.
After selecting the component check what all action can be carried out for that element.
And If you are using the form as pervious step, do not retrieve again and again just direct select the component.
*************************************************************************************************************
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
***********************************************************************************************************************
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
‎10-22-2024 07:40 AM
Hey, this started working on it's own on the same page. Able to retrieve page components. Not sure what caused the issue.