Tests/Activity/TurtleArt Movement: Difference between revisions
< Tests
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|testcase_component=TurtleArt |
|testcase_component=TurtleArt |
||
|testcase_feature=http://wiki.laptop.org/go/Turtleart |
|testcase_feature=http://wiki.laptop.org/go/Turtleart |
||
|testcase_objective=Tests basic turtle movement |
|||
|testcase_tools=None |
|testcase_tools=None |
||
|testcase_procedure=[NOTE: Each block should be connected immediately below the previous block] |
|testcase_procedure=[NOTE: Each block should be connected immediately below the previous block] |
Revision as of 09:15, 29 March 2009
Test case: Short name::Movement
How to report results
Stream | ,|x|Build stream::x}} | ||
---|---|---|---|
Category | Test category::Activity | Sub-category | Test subcategory::TurtleArt |
Component | System component::TurtleArt | ||
Feature | System feature::http://wiki.laptop.org/go/Turtleart | ||
Objective | Test objective::Tests basic turtle movement | ||
Tools | Test tools::None | ||
Setup | Test setup:: | ||
Procedure | [[Test procedure::[NOTE: Each block should be connected immediately below the previous block]
| ||
Expected Results and Pass Criteria |
[[Pass criteria::Confirm that the drawing surface:
| ||
Comments | [[More notes::Rationale:
|
Release | Stream | Build | Pass/Fail | Trac Ticket(s) | Comment(s) | Date of Test |
---|---|---|---|---|---|---|
Software release::8.2.0 (767) | Build stream:: | Build number::45 | PassFail::Fail | ,|x| #x}} | [[Comments::Failures
These results are traced to steps 11 and 12: when the turtle is moved off the screen by a large number and then instructed to come back by the same amount, it doesn't come back. Using the 'print' block to show the x or y co-ordinate will print the expected value and the turtle then returns to that position upon executing the print command. Also, clicking the 'clear' button immediately after running the test sequence does not recenter the turtle at (0, 0) however using the 'setyx' command works as expected.]] |
Created::2009/03/29
|