Go Appium build two: Install Appium

Source: Internet
Author: User
Tags install node appium

====================

The roadmap for Web Automation testing is this: programming language Fundamentals---> Testing framework--->webdriver API---> Developing automated test Projects.

The course of testing for mobile automation is longer: programming language Fundamentals---> Testing frameworks--->android/ios development testing Fundamentals---->appium API-----> Develop mobile automation projects.

=====================

Turn from the test of the Great God-the blog of the Insect Master.

This installation environment is window 7 (64-bit)

  

Section I installation Appium

Appium Official website: http://appium.io/

Easy setup process, run a test now.

> Brew Install Node # get node. js

> NPM install-g appium # get Appium

> NPM Install WD # get Appium Client

> Appium & # Start Appium

> Node Your-appium-test.js

The official homepage gives the installation steps of the Appium.

So, we need to install node. JS first. node. JS Official website: https://nodejs.org/

  This is in the construction of a talk, here no longer repeat.

When the installation is complete, open the Windows command prompt, and enter the "NPM" command.

  

  

If such information appears, it indicates that node. JS installation succeeded.

NPM is a node package management and distribution tool that has become an unofficial standard for publishing node modules (packages). with NPM, you can quickly find the packages you want to use for a particular service, download, install, and manage the packages you have installed.

The following installs the Appium via NPM.

---------------------------------------------

C:\USERS\FNNGJ>NPM install-g Appium--

-----------------------------------------------------

Of course, this kind of appium will be very slow, in order to respect the official online introduction, and most of the appium related materials will also introduce this installation method.

(Note: Using this installation method is not with the graphical interface, you need to go to the official website to find appiumforwindows installation use)

It is suggested that the author lacks "VCBuid.exe".

If the component is not installed, do one of the following:

1) Install Microsoft Windows SDK for Windows Server 2008 and. NET Framework 3.5;

2) Install Microsoft Visual Studio 2008.

This is because Appium is developed by. NET, so it relies on. NET Framework-related components. You can of course follow the prompts to download installation 1) or 2) and try to install Appium again.

But in fact, we can download the corresponding Appium version of the operating system on the Appium official website.

https://bitbucket.org/appium/appium.app/downloads/

Currently the latest version is appiumforwindows_1_4_0_0.zip, note that this is a Windows version and if your PC is for Mac please download appium-1.3.7.dmg. Although you have seen these downloads, I do not guarantee that you can download them down. The reason you understand!

So, to provide a link to download the Baidu network disk: Http://pan.baidu.com/s/1jGvAISu

Let's take windows as an example and unzip the downloaded Appiumforwindows_1_4_0_0.zip as follows:

Double-click "Appium-installer.exe" to install. According to the prompt, step by step installation, here no longer verbose. Eventually generate the Appium icon on the desktop, and when I double-click the icon, then the problem comes.

This simple, Baidu ". NET Framework 4.0", Baidu Software Center provides the framework for download, download and install it.

(Note: Actually installs the newest appiumforwindows, if lacks the framwork component, will prompt you directly to install, directly to the official website to download installs can)

The ". NET Framework 4.0" Installation is complete, start appium again, and then pop up the prompt again:

OK, again Baidu ". NET Framework 4.5" for download and installation. Start Appium again.

At this point, Appium can finally start up.

Go Appium build two: Install Appium

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.