The CreatorCon Call for Content is officially open! Get started here.

ATF step to set MRVS value for catalog item

_hris A
Tera Expert

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

 

1 ACCEPTED SOLUTION

Hello @_hris A 

I just created a sample Test for a dummy catalog item.
My Catalog Item in Portal looks as below:

VirajHudlikar_0-1736408248712.png

and when click on MVRS it looks as 

VirajHudlikar_1-1736408285897.png


Now test step I created look as below:

VirajHudlikar_3-1736408340474.png


And when I try to run test result is success. No error as you mentioned.

VirajHudlikar_4-1736408430875.png

 

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.

 

 

View solution in original post

8 REPLIES 8

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.

_hris A
Tera Expert

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

@_hris A Glad my small direction helps you. Thanks for marking my solution as correct.

Happy Learning!!

CharlotteHawkin
Giga Contributor

Thank you so much for the information.