- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 07:24 AM
Hello All
I need to create an ATF for a catalog item with a multi row variable set.
The catalog opens fine but the ATF fails on the step Add Row to multi-row Variable set with a message of ERROR: Cannot find g_form on page.
Any idea on what I am doing incorrectly?
Thanks,
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 11:41 PM
Hello @_hris A
I just created a sample Test for a dummy catalog item.
My Catalog Item in Portal looks as below:
and when click on MVRS it looks as
Now test step I created look as below:
And when I try to run test result is success. No error as you mentioned.
Can you please retry with same test steps and if still issue do post your test steps or screenshot so will be able to help you.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 04:29 AM
Hi @_hris A ,
Can you share the screenshot of the Test steps you created?
I am suspecting that in the ATF, you are opening the Catalog item using 'Open a Catalog Item' step which will open the Catalog item in Native UI.
If I am correct, In ATF currently we don't have any step to add MRVS in Native UI. So, try to Open the catalog item in Portal using 'Open a Catalog Item (SP)' step and then use 'Add row to multi-row variable set (SP)' to add MRVS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 04:48 AM
Thanks! @Viraj Hudlikar
I used the Open a catalog Item because the Open a catalog Item (SP) couldn't find the catalog item.
I made a small tweak to the catalog itself and it works perfectly.
Thanks for the direction!
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 07:37 AM
@_hris A Glad my small direction helps you. Thanks for marking my solution as correct.
Happy Learning!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 11:31 PM
Thank you so much for the information.