- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 12:04 PM
Hi,
We have our Change model implemented such that upon clicking on 'Create New" in the Change application in the navigation panel, an interceptor is presented to choose from the 3 different types of change requests: standard, normal, and emergency.
So for testing Change Request form features, I can include the test step for clicking on the "Create New" under Change application. But how do I have a test step for clicking on one of the change types in the interceptor? Has anyone implemented this?
Thanks,
Deb
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 01:24 AM
Hi @dp11,
It's very simple. You have to use Click Custom UI Component Step. I have pasted my scenario.
Just do this. Once you have impersonated your required user (if you have to), Select Custom UI Component step. After executing the step, please look for Link or Button with 'Normal' in the list of components captured.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 01:24 AM
Hi @dp11,
It's very simple. You have to use Click Custom UI Component Step. I have pasted my scenario.
Just do this. Once you have impersonated your required user (if you have to), Select Custom UI Component step. After executing the step, please look for Link or Button with 'Normal' in the list of components captured.
Regards
Suman P.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 01:58 AM - edited 11-29-2024 02:01 AM
Hi,
How did you manage to retrieve components from the first 'Click Component (Custom UI)' test step? When I click on 'Retrieve Components' it stalls on 'Waiting for a browser to pick up the test'.
Best regards
Thomas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 02:04 AM
Never mind. I deleted all records under 'All Test Runners' and it seems to work now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 03:40 AM
thanks for the soution