Forum Discussion
will_fetherolf
11 years agoContributor
From what I've seen of Keyword Tests, that's the one drawback. They're not always the easiest things to edit. You can't do a global search and replace like you could in standard JScript/VBScript code, and I don't know if the Global search even searches through the Keyword Tests. I've viewed Keyword Tests like Record-AnD-Playback scripting: good to see how things work, but I don't like using them for real development.
Nformation
11 years agoContributor
will_fetherolf, So do you manage your test suites completely in scripts? If so, I need to decide if I should do that, too... having scripts calling scripts would be easier to refactor, but not as easy to read. It stinks that we have to make these tradeoffs with TestComplete.