Currently I'm in STARTUP PLAN with my team, when executing test cases, if a step is marked as Passed, I need to manually copy the Expected result into the Actual result field before adding attachments (e.g., screenshots or logs). This process is repetitive and time-consuming, especially when handling multiple steps.
Add a toggle setting (on/off) that allows automatic copying of the Expected result into the Actual result field whenever a step is marked as Passed.
If enabled: clicking Passed will auto-fill the Actual result with the Expected result. The user can still edit the field and add attachments afterwards.
If disabled: behavior remains the same as the current version (no auto-fill).
Saves time by reducing manual copy-paste effort.
Ensures consistency between Expected and Actual results in positive scenarios.
Still allows flexibility for users to modify Actual result and add evidence.
((Please save my arm; I can't take it anymore doing this for 1,200 test cases per run.😭😭😭))