🎉 Release Notes
This release contains no major content updates — only one small change related to the new Robot Framework release.
✨ New Features
🚀 Example Exam (First 10 Questions) Now Available
You can now try out an example exam directly in the syllabus!
Big thanks to the exam committee for preparing these questions.
Additional thanks to imbus for sponsoring the adaptation of the example-exam technology quizdown-js so it can support our more complex requirements.
📄 PDF Download of the Syllabus
A downloadable PDF version of the syllabus is now available on the welcome page.
📝 Content Change
🔧 Keywords (Library & User Keywords) Now Support Types
Robot Framework 7.3 introduces the ability for User Keywords to define argument types.
In 2.5.2.8 Argument Types:
-Library Keywords may define the expected types of their argument values.
+Keywords may define the expected types of their argument values.
In 3.3.5 User Keyword Arguments:
-Unlike Library Keywords, User Keywords cannot define argument types likestring,number, etc.
+Since Robot Framework 7.3, User Keywords can define argument types likestring,number, etc.
🛠️ Fixes
We resolved numerous community-reported issues, including typos, grammar corrections, and improvements to unclear or ambiguous explanations.
🙏 Thanks to everyone who contributed feedback and helped make this release better!