I am new to Robot and am learning to write logic and test cases.
I have a test suite, "mytestsuite.robot", which has a lot of test cases. I have a couple of err
If you want to run single test case in Robot Framework, use the below example.
Syntax: robot -t "Test Case Name" Test Suite Name
Example: robot - t "PON Type Test Case" Aquarium_Project.robot
If you want to run all the test cases in Robot Framework, use the below example
Syntax: robot Test Suite Name
Example: robot Aquarium_Project.robot