Forum Discussion
- anna_vStaff
Hi,
As far as I know, we have no issues when using the indicator slows down performance. However, performance depends on the amount of actions that are to be performed. If you face an issue when using the indicator slows down your tests, please let us know.
Thanks.
Ann - madeshwaranOccasional ContributorHi Ann,
There is a impact in the indicator object if we fail to up the indicator.clear. If some one keep on posting the object with data then performance of the execution hangs.
madesh - anna_vStaff
Hi Madesh,
Could you please post here a sample script demonstrating the issue?
Thanks in advance.
Ann - madeshwaranOccasional ContributorIndicator.PushText("Executing Step: " & VarToStr(intSequence) & " " & VarToStr(strObjectName) & " " & VarToStr(strAction) & " " & VarToStr(strValue))
Here intSequence, strObjectName, strAction & strValue are values that we used in every step of our execution will indicate the user on which step is currently getting executed.
Indicator.PopText
After this step we missed to used Indicator.clear which in turn hold the data always until i clear the indicator object.
My script will execute for more than 16 hours as a result after a some time the execution becomes slow and the TC memory is was growing a lot. - anna_vStaff
Hi,
Currently, missing Indicator.Clear cannot cause such behavior. Perhaps, some memory leaks occur during execution of some other functions in your script. Could you please play back your script with all the Indicator statements commented and check whether the issue occurs?
Thanks in advance.
Ann
Related Content
- 5 years ago
- 11 years ago
- 2 years ago
Recent Discussions
- 6 hours ago