Last active
September 16, 2019 10:16
-
-
Save MishraKhushbu/fcb789cd3cd16b8158f16d75e9806736 to your computer and use it in GitHub Desktop.
ROBOT_FRAMEWORK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why Robot Framework?? | |
It is for acceptance testing like when we know the functionality and to check. at that time it's automation can be done using this framwork.Minimal | |
programming knowledge is required. It's keyword driven means functions are akready written only arguments needs to be given. | |
It's clean code which means different sections for each type | |
for e.g | |
*****Settings**** | |
*****Test Cases**** | |
*****Keywords****** | |
to execute test cases | |
If you have saved your project as a file, the command is − | |
robot -T name_of_testcase.robot | |
If you have saved your project as a directory, the command is − | |
robot -T ProjectName testsuite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment