Forum .LRN Q&A: Re: Improving .LRN project

Collapse
Posted by Dave Bauer on
Rocael,

You said "Galileo & E-LANE can work on: Quality Assurance of .LRN suite. (i.e. automated testing).

Actually, E-LANE through the INT partner has already done many test cases (about 165 tclwebtests). Some stress / scalability tests will come as well.

Galileo also wants to have the whole system with test cases (api and web, whatever is best in each case), we can commit to work on this during July 06.

This should increase the quality of the applications in the technical sense, and make it easier for further releases. Anyone else working on testcases? Anyone willing to review / use the tests? "

Why did you choose to use tclwebtest? Selenium IDE is much easier to write tests, users can even record tests. Right now Tclwebtest is integrated more with the automatd testing package, that is for sure.

Can you give some advice how to go about writing tests with Tclwebtest and your experience with it?

Collapse
Posted by Rocael Hernández Rizzardini on
Dave,

we choosed tclwebtest since was the default and at that time I haven't heard about selenium. Anyway, maybe we should think if it is better to maintain just one tool for webtests as the official, or is ok to have multiple...