I have a transaction that consists of approximately a dozen actions that are all shown under a single step.
Although it takes 10 seconds or so for all of the steps to complete, it looks like SEUM is only counting either the last or first step as it states that the entire transaction is taking under a second. Since the transaction includes clicking on multiple buttons and selecting different links, and everything is handled under the same primary url, I do not believe the timing to be accurate.
Is there a way to either break out the steps into separate line items, or ensure that the entire timing is correct?
Navigate to https://testing123
• Write text 'id' to text field
• Press {TAB} key
• Write password '**********' to password field
• Click on image
• Mouse over link
• Click on link
• Click on image
• Mouse over link
• Click on link
• Verify that there is text 'Account' on current page
• Mouse over
• Click on
• Mouse over
Thanks