79294914

Date: 2024-12-19 16:07:32
Score: 2.5
Natty:
Report link

Captured variables reside in memory while a test case is being executed. These variables are generally specific to the session and are available only duration of the test run. After the test case completes, the variables are automatically removed from memory.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: P.Das