Django is a web framework in python programming language.
Before one starts to learn it, pre-requisite or basics of python is nice to have alongside HTML, CSS, Java Script, JQuery etc. for creation of a decent enough web application.
Objective of the outcome of the application to be created must be set, and Proof of Concept of whether it can be feasible or not is to be analyzed first.
Robot framework.org – python based framework – keyword driven approach! Ex: open browser url chrome input text id text info Close Browser
install on windows OS
1.As a pre-requisite python must be installed in the system you are going to create the automation scripts, once its installed need to check if pip is available
2. pip install robotframework
3. pip install –upgrade robotframework
4. pip install robotframework==5.0.1
to check if the robot framework is correctly installed, please follow the below commands! pip freeze
pip list
pip show robotframework
pip check robotframework
If you want to uninstall Robot framework
To check on the version of the Robot framework
robot --version
Set environment variables in the PATH, so python is accessible from across locations in the system from where the code/file is being saved.