Test activity: Difference between revisions

From OLPC
Jump to navigation Jump to search
(stub)
m (remove bad link, categorize)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Test definition ==
a simple activity would scrape the [[:Category:Tests|wiki-category for tests]]
A simple activity would scrape the [[:Category:Tests|wiki-category for tests]]
and display them in a frame or a client that clones the browser, with a form tha tlets you say you've run the test, pass/fail, and any notes.
and display them in a frame or a client that clones the browser, with a form tha tlets you say you've run the test, pass/fail, and any notes.


until there's a db backend, these test results can just append to a textfile or wikipage somewhere
Until there's a db backend, these test results can just append to a textfile or wikipage somewhere
: <tt>(testname | tester | timestamp | build/context info | result)</tt>
: <tt>(testname | tester | timestamp | build/context info | result)</tt>

== Log Capture ==
This should note the filesystem type, to note if you're emulating or running an XO...

[[User:mstone|Michael Stone]] is working on log capture.

== Test Result Capture ==
This should capture user, timestamp, build # and other context...



[[Category:Tests]]
[[Category:Tests]]
[[Category:Software ideas]]
{{stub}}
{{stub}}

Latest revision as of 04:27, 27 January 2011

Test definition

A simple activity would scrape the wiki-category for tests and display them in a frame or a client that clones the browser, with a form tha tlets you say you've run the test, pass/fail, and any notes.

Until there's a db backend, these test results can just append to a textfile or wikipage somewhere

(testname | tester | timestamp | build/context info | result)

Log Capture

This should note the filesystem type, to note if you're emulating or running an XO...

Michael Stone is working on log capture.

Test Result Capture

This should capture user, timestamp, build # and other context...

This article is a stub. You can help the OLPC project by expanding it.