We are using Selenium for functional testing our AJAX application. Although Selenium has been a great help for us, it still suffers the same problem functional testing always suffered: tests maintenance overhead. We have quite a lot of Java code that isn’t easy to maintain when software changes. I know that other testing tools (like BadBoy an others) aren’t very different in this respect. My question is: has there been any break-through in the functional testing industry recently? Or maybe there’s an on-going promising research in this area?
We are using Selenium for functional testing our AJAX application. Although Selenium has been
Share
One thing I know is that using page object pattern can reduce the level of maintenance for selenium tests.
keyword based test automation (Robot Framework)