We're using TestComplete at this company, and we're intertwining a bit of scripting in our Keyword tests. I'm thinking about just turning it into just Page Object Model type tests since the recording can be tedious.
Has anyone gone through a big project with Page Object Model with TestComplete and can speak to its merits/demerits?
I'm testing a Silverlight application that has functionality separated into tabs.
I'm considering trying to use Page Object Model because I realize I'm actually able to write scripts faster than work with Keyword Tests, and POM seems like a decent pattern to follow for this project (each tab is a page, essentially). I'm fairly new to automated testing, but have programming experience, so I just want to make sure I'm steering in an appropriate direction for maintainable tests.
– user1097108 Jun 09 '15 at 18:54