Automated Test Framework - Order guides - How to fill in options in "Choose Options" step

Joaquin Campos
Mega Sage

Dear Community,

We have recently created some order guides and we want to use ATF to save time and test them automatically.

We already have created our first test and all steps are executed successfully until we reach "Choose options" step. Here we have some items with mandatory questions and we haven't figured out how to fill in those mandatory questions in the test case and therefore we get an error in the execution since order guide expects the user to fill in those questions:

find_real_file.png

Is anyone familiarized with ATF for order guides? I've tried to use "Set Variable Values (SP)" as those are actually item variables but it didn't work.

Would anyone have a suggestion on this scenario?

 

Thank you in advance:

 

Joaquín

1 ACCEPTED SOLUTION

Joaquin Campos
Mega Sage

Ok, just in case it's useful for anyone trying to implement ATF for order guides I managed to answer item questions by just adding the step "Review Item In Order Guide" after navigating to "Choose Options". Then we just need to set variable values and that's it! This is the whole sequence that I follow in the test:

 

find_real_file.png

Hope it helps!

 

Joaquín

View solution in original post

2 REPLIES 2

Joaquin Campos
Mega Sage

Ok, just in case it's useful for anyone trying to implement ATF for order guides I managed to answer item questions by just adding the step "Review Item In Order Guide" after navigating to "Choose Options". Then we just need to set variable values and that's it! This is the whole sequence that I follow in the test:

 

find_real_file.png

Hope it helps!

 

Joaquín

Thank you! I was also missing that step and it made a huge difference