There is a script to test an app say xcal, on executing the script xcal app gets hanged. This happens only if I execute but if any other users execute it is working fine. I am very much sure someone have created some hidden code to increase the xcal app’s memory so I dont execute. I do not see any logs of this code of increasing app’s memory, Where could that be placed, please help.
Hi @QA_UIPat ,
Have you tried executing this application manually, does it crash?
Make sure not to execute this app too many times leading to a full task, it will easily crash.
Please kill process all these applications before executing the next step.
Regards,
@Nguyen_Van_Luong1 Thank you for your reply. Yes I manually tried and it works absolutely fine. Even if I try this manually many times of clicking it works fine :). I also killed all the previous existing apps and tried executing with the script it crashes. Basically app was crashing as soon as a button was clicked, so I tried commenting the click activity and manually clicked. App does not crash, but with the script it crashes after that even if I manually click and cont the script. Look’s like there is some code invoked at the S3, as the team uses S3 connection. And I do not have access to seeing what is being done in S3 side. IS there anyway to check the UiPath runtime objects.
You can use “Try catch” to click it
I think S3 maybe affects it, because in fact, if we can click, the robot can also click, the operation is quite simple for the robot
regards,