Anyone built "test cases" courses that could share with us?

Anyone built "test cases" courses that could share with us?

од Wen Hao Chuang -
Број на одговори: 7
Just wondering if any team out there who are dealing with medium to larger user base has built some kind of more systematic "test cases" courses? For example, built a lot of different types of quiz questions, foreign language (e.g. Japanese, Chinese..other double-byte languages) discussion forums or quizzes, etc., and could share with the rest of us? This would really help our QA team to do QA testing more efficiently. We do have something fairly simple but would love to see if any team out there who has build such a good "test cases" course already. Thanks!
Просек на рејтинзи: -
Во одговорот до Wen Hao Chuang

Re: Anyone built "test cases" courses that could share with us?

од Tim Hunt -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
At the OU we have been running Moodle for a year now. Our procedure is to ask our administration staff, who have a good overview of which courses are using which features, to identify a group of courses that between them use all the key features. Since this is real data, I'm afraid we can't share it.

For the quiz, I have been experimenting with Selenium IDE for testing, and I have an export file with a selection of questions of different types. However, I only have that at work, not here at home. If you are interested, I can send you it tomorrow. For some of the question types (shortanswer, numerical, matching and multiple choice), it has questions that between them cover all the options those question types offer.
Во одговорот до Tim Hunt

Re: Anyone built "test cases" courses that could share with us?

од Kathy Cannon -
Would you be willing to make your set of test questions for the quiz functionality available to others? It would be a big help to the project team I am working with at Brandeis University. Thank you for considering this.
Во одговорот до Kathy Cannon

Re: Anyone built "test cases" courses that could share with us?

од Tim Hunt -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
My colleague Al has been extending my work, and is planning to post it in one of the forums in the next week or so, so is it OK if you wait for that?
Во одговорот до Tim Hunt

Re: Anyone built "test cases" courses that could share with us?

од Kathy Cannon -
That would be wonderful, glad to wait for the posting. Would this be the forum where it gets posted?
Во одговорот до Kathy Cannon

Re: Anyone built "test cases" courses that could share with us?

од Tim Hunt -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
http://moodle.org/mod/forum/discuss.php?d=51161#p314073

Unfortunately there are some issues with it at the moment. Basically, Selenium is under very active development at the moment, so it will be much easier to do this in a few months time, but what Al has done is worth a look.