What is the recommended approach in TestStand to prevent the result listener from blocking the test execution thread when writing to a slow database?
-
A
Disable the result listener and write results manually
-
B
Use asynchronous logging by offloading database writes to a worker thread
-
C
Reduce the number of logged steps
-
D
Switch to the Text Report result listener