Started my road to automation.
First install the environment, refer to the following
Turn from
Http://www.51testing.com/html/46/n-848346.html
Http://www.51testing.com/html/46/n-848346-2.html
Problem solving during installation:
Solution for installation failure of Eclipse plugin Pydev in Mac environment
1. Open Eclipse2. Select Install new software3. Enter Pydev, HTTP://PYDEV.ORG/UPDATES/4. Follow the wizard to install 5. After restarting eclipse, we found that there is no Python setting in preference to find the reason: 1. Login PyDev Site Tip: PyDev does not appear after install! Well, the main issue at this time was that PyDev requires Java 7 in order to run ... It turns out that it needs JDK7 support 2. Know the reason is good to do, landing Oracle download JDK 7, and after installation is complete, the terminal Input command to view java-version Java version "1.7.0_45" Java (TM) SE Runtime envir Onment (build 1.7.0_45-b18) Java HotSpot (TM) 64-bit Server VM (build 24.45-b08, Mixed mode) 3. Then repeat the above installation steps to successfully install the Pydev. 工欲善其事, its prerequisite. Eclipse to develop Python has several advantages 1. Powerful code completion features. Sublime also tried, always feel more trouble, and raw_input () problem, seemingly can not be a good solution 2. Supports the Djangoweb framework. (from Baidu)
I installed the most of the day, found that my JDK version is 1.6, so Pydev has been unable to display, upgrade JDK to 1.8, preferences in Pydev automatically displayed.
The Mac system needs to be aware that the navigation bar is adt->preferences, which is different from windows.
Install the environment so happy, automation get up