robotframework / robotframework/robotframework-RFCP-syllabus

[RF 7.3] Variable type conversion ${VAR: type}

Open Beginner friendly
#81 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

state: needs-triage
Dominant language
TypeScript
Stars
20
Forks
20
PR merge metrics
No merged PRs in 30d

Description

RF 7.3 (https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.3.rst) introduced variable type conversion using the syntax ${VAR: type} in the *** Variables *** section and in [Arguments].

*** Variables ***
${VERSION: float}    7.3
${COUNT: int}        42

*** Keywords ***
Example
    [Arguments]    ${count: int}    ${critical: bool}=True

The syllabus currently teaches variable definition and argument types separately, but does not mention that variables and arguments can now declare their type inline using : type syntax.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the syllabus sections that teach variable definition and argument types, then compare their coverage with the RF 7.3 release notes linked in the issue. Update the relevant syllabus content to mention inline : type syntax for variables and arguments, and verify that both examples are covered.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.