|
|
## A short review about the tests.
|
|
## A short review about the tests.
|
|
|
Fourteen (14) tests in total numbered 00 to 13.
|
|
Fourteen (14) tests in total numbered 00 to 13.
|
|
|
|
|
|
|
|
Keywords are actions that Robot Framework does. For example `Open Browser` which is going to open your selected browser with the website you’ve added. In our project most keywords are stored in resource.robot which is linked in each test by using it in the settings section `Resource - resource.robot`.
|
|
Keywords are actions that Robot Framework does. For example `Open Browser` which is going to open your selected browser with the website you’ve added. In our project most keywords are stored in resource.robot which is linked in each test by using it in the settings section
|
|
|
|
`Resource - resource.robot`.
|
|
|
|
|
|
|
|
There are BuildIn keywords and keywords that come from libraries such as SeleniumLibrary. You can see what they have and use them instantly, otherwise you will have to make your own library. Libraries are added in the settings section by “Library - <Libraryname>” Example `Library - SeleniumLibrary`.
|
|
There are BuildIn keywords and keywords that come from libraries such as SeleniumLibrary. You can see what they have and use them instantly, otherwise you will have to make your own library. Libraries are added in the settings section by “Library - <Libraryname>” Example `Library - SeleniumLibrary`.
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |