Redefine denominator
Included page: TestWithVariable (edit)
To test This page three variables must be defined on the parent page: "numerator", "denominator" and "quotient"
Define variables on this sub page. They can be used on the main page
print quotient = 10.0
print quotient2 = 10.0
print quotient4 = 10.0
eg.Division | |||
# Test Description | numerator | denominator | quotient? |
Expected result is calculated with expression | 20 | 2 | 10.0 |
Expected result is in variable | 20 | 2 | 10.0 |
Store result in a symbol | 20 | 2 | $result= |
Use symbol | $result | 1 | 10.0 |
printing a variable is possible: result = 77.0
printing a symbol is not possible: result = $result
Redefine denominator
Included page: TestWithVariable (edit)
To test This page three variables must be defined on the parent page: "numerator", "denominator" and "quotient"
Define variables on this sub page. They can be used on the main page
print quotient = 8.0
print quotient2 = 8.0
print quotient4 = 8.0
eg.Division | |||
# Test Description | numerator | denominator | quotient? |
Expected result is calculated with expression | 20 | 2.5 | 8.0 |
Expected result is in variable | 20 | 2.5 | 8.0 |
Store result in a symbol | 20 | 2.5 | $result= |
Use symbol | $result | 1 | 8.0 |
printing a variable is possible: result = 77.0
printing a symbol is not possible: result = $result
Keyboard Shortcuts ?
General
- t Test page or suite
- e Edit page
- v View page (after test)
- a Add new page
Go To
- g u User Guide
- g q Quick Reference Guide
- g f Full Reference Guide
- g c Recent Changes
Edit Mode
- CTRL+s Save page
- ESC Cancel edit
Tools
- p Properties
- w Where used?
- AK+v Versions
- AK+h Page History
- / Focus on search bar
- s Open search page