Download and SetUp First Project
Pre-requisites:
1) What is Python?
2) What is Selenium?
3) What is behave ?
1. Download template project as a zip file to C:\seleniumfrmwrk

2. Extract the contents of the zip file and your folder should look like this
3. Open Pycharm program (from All programs or if there is a shortcut on Desktop) and click Open.

4. Point to the python_behave_template directory (In my case I downloaded to c:\seleniumfrmwrk)

5. Now your project should be imported into pycharm as below

6. Check that your python runtime is recognized by pycharm (In my case, I have python 3.4 version installed and available in PATH. Hence pycharm picked it up)

7. IF your pycharm doesn’t recognize the python runtime installed, then explicitly point it by adding in File – settings – Project settings as shown below (This can also be used to switch between versions of python. Anyways, there is a much better way to handle python versions through virtualenv or pyenv, for now we will assume that we have one python version to work with)

About the author
Pradeep is a passionate technical and business leader managing, coaching and growing teams around the globe ranging from Fortune 500 to small and medium companies. His background and experience has made him a highly sought after technical coach and mentor
Download and SetUp First Project
Pre-requisites:
1) Set up and install Ruby
2) Set up and install Selenium
3) Set up and install Cucumber
- Download template project as a zip file to C:\seleniumframework

- Extract the contents of the zip file and your folder should look like this

- Open RubyMine program (from All programs or if there is a shortcut on Desktop). The first screen would look like this. Just click OK

- Evaluate RubyMine for 30 days. You can purchase it later if needed

- Accept Rubymine license terms by checking the box

- Accept default theme of RubyMine. You may select other themes too.

- Now click “open directory” [In this case, our directory is already a project]

- Point it to the directory where we extracted the template project

- RubyMine should open and you should see this screen

About the author
Pradeep is a passionate technical and business leader managing, coaching and growing teams around the globe ranging from Fortune 500 to small and medium companies. His background and experience has made him a highly sought after technical coach and mentor