Thank you for reaching out!
You can try to start debugging your tests:
- Set Breakpoints: First, set breakpoints in the test methods that you want to debug. Since test methods can run in any order, make sure to set breakpoints in all the relevant test methods.
- Use Test Explorer:
- Open Test Explorer in Visual Studio (you can find it under the Test menu > Windows > Test Explorer).
- Select the test methods you want to debug.
- Right-click on the selected tests in the pane and select Debug.
- Select the test methods you want to debug.
- Open Test Explorer in Visual Studio (you can find it under the Test menu > Windows > Test Explorer).
This should start a debugging session where you can step through your code and inspect the flow and values.
I'm unable to view the screenshot you attached. Could you please share it again, It will be help us to resolve the issue.
Let me know if you need any further help with this. I will be happy to assist. If you find this helpful, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.