ROBOT FRAMEWORK
- Robot Framework is a generic test automation framework mainly used for acceptance testing
- It mainly utilizes the keyword driven testing approach .
- Provides test Libraries implemented either with the python or java and users can create higher level keywords from existing ones.
Install python :
you can download the latest python version from https://www.python.org/downloads.After ` installing the python set the path of script folder in python to the enviornmental variables.
For Example :
C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts. After that go to command Prompt and give the following commands and check the python is properly installed.
Install Pycharm :
you can download the latest pycharm version from https://www.jetbrains.com/pycharm/ and download the community edition.
Install Selenium :
For installing selenium give the following command on the command Prompt pip install selenium.
Install Robot framework:
- For installing robot framework give the following command to command Prompt
pip install robotframework
- After installing the robot framework we can check the details of framework by using the command pip show robotframework
- For upgrading the framework we use pip install --upgrade robotframework
👍
ReplyDeleteThank you very much for feedback
DeleteBlog was very helpful 👍
ReplyDeleteThank you very much for taking time to give feedback.
DeleteThank you for including this content.
ReplyDeleteThank you very much for taking time to give feedback. This means a lot. I am very glad you found the blog useful.
Delete