Hello,
I have created GUI testcases and added into the testsuite. It takes 3 hrs to complete all the test classes under the testsuite. But my tool is getting hanged after 1 or 1.5 hrs of running testcases. So further testcases getting fails since it cannot get the widgets.
In my testclass, i will create and delete project for each and every test class.
I got to know from experts that our tool is creating some widgets in runtime which is not getting dispose from memory. So can anyone please give me some suggestion to dispose that widgets in runtime. Is that possible to do that along with testcases