Displaying posts with tag Environment

Setting up Selenium Webdriver on Windows/Mac/Linux

Lets explore how can we set up Selenium Webdriver on our local machine to start automating web apps

As we all know, today automation testing is increasing exponentially and ruling the IT world. Today, every organization some or other way moving towards automation and that leads to an …

Setting up Python environment on your system

Here we explore how we can quickly set up a Python interpreter on our system

Here, we will be exploring how to set up Python 3.x on our system. Basically, Python comes with 2 flavors - Python 2 and Python 3. But, Python Software …

How To Setup Our Own Python Interpreter In Pycharm & VS Code

Here we will be discussing regarding setting up the Python environment in IDE and text editor

When there is a question of productivity and efficiency while programming, one always go for one of the Integrated Development Environment (IDE) or Text editors. Now, the most challenging part …