matiu2 / witty-plus

A base application under http://webtoolkit.eu .. adds users and logins
8 stars 4 forks source link

automated testing #12

Closed matiu2 closed 12 years ago

matiu2 commented 13 years ago

imacros ? any other ones ?

matiu2 commented 13 years ago

selenium seems nice but seems to rely on id's a lot .. which witty is just generating randomly all over the place, so would have to manually put in xpath for each element .. or generate nice ids in c++ code.

matiu2 commented 13 years ago

iMacros relys even more on IDs :P

There's that witty inbuilt testing thing ..

http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1Test_1_1WTestEnvironment.html

but seems a lot of work .. hmm ..

matiu2 commented 13 years ago

Went with boost tests as they run a million times faster than any browser like tests.

started in e42e613ee2ae4eaa510d4e271f254d8055d395d6 408c60876995b470cda666ef72c59d15cac860a3 fc890ade8e97d07c900c60e049257ce83015cf1e d8bb60588f699ba3337e601c067b90c996d1e8a5

matiu2 commented 12 years ago

Got some in there .. it's a bit of an ongoing process now, so closing issue.