When running Silk Test monitors or GUI-level tests, Agent.exe or Partner.exe may not close correctly after a monitor execution and the temporary results folder may remain opened. When this happens during a monitor execution, all subsequent monitors fail with the error LoadtestController: 3302 - The results directory could not be cleared and do not clear.
Kill the Agent.exe or Partner.exe process manually on the execution server or create an Action Essential which will automatically kill the processes whenever needed.
[-] winclass MyDialogBox : DialogBox [ ] tag "[DialogBox]"
If the tag line is present, the code works as it should. However, if the tag line is missing, this leads to unknown errors and possible crashes.
When debugging a script that uses the "{chr(10)}" character for line-change, the values of the accessible variables are not displayed correctly and you cannot use Set Value to set the value of a variable.
The generated INC file for the base state does not compile if the caption of an application contains a single quote.