Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/cd4d868b-7bcc-4443-9fef-731d0f948164.png?itok=X3xNZhAF)
Corporation Service Company
US
Last activity: 12 Sep 2019 6:53 EDT
Scenario Testing - Menu Hover Over not tracked in the scenario test case
Hi,
We are trying to use Scenario testing for our application. We have below steps
1. Click on a Menu Item -> it loads a grid
2. Click on 1 link on a row of the grid -> it opens details page
3. Again hover over the same Menu (as step-1) -> drop down appears -> Choose any option from that drop down -> a new Grid page loads
All these steps are captured on the scenario test case but when we run the test -> it fails at 3rd step i.e. Hover Over Menu Item. We can see the error message as "Not Found".
When i check the clipboard page TestCaseResultPage.pyTestCaseSteps i can see a basic difference i.e for 1st click (step-1), we have pyAttributes PL with 3 records and pyTestAssertions PL with 1 record, But for the step-3 case, pyAttributes PL with 2 records and pyTestAssertions PL as blank.
We are not sure where and how these test steps are prepared and what changes do we need to do at Menu Navigation Rule. Any pointers would be helpful.
Attached document with basic clipboard structure.