I am trying to develop a test harness using Selenium on Smart GWT app and I see the id's not unique for all the hits.
I saw the method ensureDebugID which can keep the id's constant throug out the scope of application.
Unfortunately this seems to be not working in smart gwt app. I also include the line
<inherits name="com.google.gwt.user.Debug"/>
in gwt xml file. Do i miss anything. Is this going to work ?. This is very important for me as I need to deal with more than 500 test cases for my application.
I saw the method ensureDebugID which can keep the id's constant throug out the scope of application.
Unfortunately this seems to be not working in smart gwt app. I also include the line
<inherits name="com.google.gwt.user.Debug"/>
in gwt xml file. Do i miss anything. Is this going to work ?. This is very important for me as I need to deal with more than 500 test cases for my application.
Comment