"Turn from" http://www.cnblogs.com/findyou/p/5388853.htmlDirectory3.1 HTTP interface (GET) test instance
3.1.1 To be tested Interface Description 3.1.2 New Java Project
1. Project Catalog description 2. Common.java Source code 3.getcityweathe.java source code 4.urlconnection.java
Source code 3.1.3 Write test Case
1. Test Case 2. Simplified use case
3.1.4 Execution of test cases
3.1.1 Description of the interface to be tested
1. What is Jenkins?is a continuous integration tool based on Java development for monitoring continuous duplication of work.2. Download and installHttp://www.cnblogs.com/zh-96/p/6445118.html3. New Task 4. Task ConfigurationAdding build steps Lnvoke AntContent:Save5. OperationProject left menu bar Click Build Now--drop-down menu--console output Run successfullyInterface Test (java+
1. JDK2.eclipse+testng>TESTNG installation.Name:testng Location:http://beust.com/eclipse.3.selenium WebdriverDownload Selenium Webdriver jar Package http://docs.seleniumhq.org/download/Selenium official website> Unzip when the download is complete.> Create a Java Project in eclipse.> Copy the files you just extracted.> Paste to the
First, to configure the environment selenium+testng and POI package, selenium+testng environment is not elaborate, here is the sharing of POI package Https://pan.baidu.com/s/1BJEIWR57_4vwrCDy6WuBWAAfter downloading, add the Lib file to the project and put the desired POI package into it, and import its Java build path into the project.Second, create a new Excel d
Package com.day.www;Import org.testng.annotations.AfterClass;Import org.testng.annotations.AfterMethod;Import org.testng.annotations.BeforeClass;Import org.testng.annotations.BeforeMethod;Import org.testng.annotations.Test;/** The plugin needs to be loaded before using Testng. Here's How:* Launch eclipse, Select "Install New software"* Click "Add" name:testng,* Location:http://beust.com/eclipse* complete, then click "ok"* Choose "select all" and "
TestNG is very powerful, @dataprovider can be used to do data-driven, data source files can be excel,xml,yaml, even can be txt text. In this case, take XML as an example:Note: The return value type of the @DataProvider can only be object[][] and iteratorTestdata.xml:XML version= "1.0" encoding= "UTF-8"?>Data>TestMethod1>Input>1Input>button>2button>TestMethod1>TestMethod1>Input>3Input>button>4button>TestMethod1>Testmethod2>Input>3Input>button>4button>T
1. Introduce the JAVA+SELENIUM+POM Automatic test framework, the first to realize the separation of code and account URL and other information. The 2nd supports cross-browser implementation by reading the configuration file.1) Add information such as account URL to the properties file and read2) write the browser class by fetching the configuration file to achieve browser switching3) Test Browser classProject structure:1. Create a new folder place the
One. Installation1. Download the ant release version to http://ant.apache.org/bindownload.cgi2. Unzip the downloaded zip file to any directory, such as D:\ant3. Add ant_home=d:\ant to the environment variable (replace with the directory you unzipped)4, add;D in the environment variable path: \ant\bin;5, open cmd, enter ant, if prompted to prove the success of the informationBuildfile:build.xml does not exist!Build failedOrInstalling AntUnzip the compressed package you downloaded, and then place
1. Create a new MAVEN project2.2. Add dependency, Load Jar package (Pom.xml) Add dependency:3. Importing the JAR PackageMAVEN + Java+testng Implements interface Automation (1)
Note: Selenium and testng installation and use of many examples on the Internet, here is the main record of my ant environment in the building of some examples
One. Installation
1. Download ant release version to http://ant.apache.org/bindownload.cgi
2, the download of the zip file to any directory, such as D:\ant
3. Add Ant_home=d:\ant to environment variables (replace with your unpacked directory)
4, in the environment variable path to increase;D: \
4-run
Testng can be called in multiple ways:
Command Line
Ant
Eclipse
Intellij's idea
This section only describes how to run testng from the command line. If you are interested in other methods, click the above link to view more information.
Assume that testng is already in your class path. The simplest call method is as follows:
4-Run TestNG
TestNG can be invoked in a different way:
* Command line * ant * Eclipse * IntelliJ's IDEA
1) Command line
Let's say you've added testng to class path, calling TestNG the simplest method:
java org.testng.TestNG testng1.xml [testng2.xml testng3.x
TestNG relies on simple method dependencies for testing, configuring dependent methods through the Dependsonmethods propertyOriginal articles, all rights reserved, permitted reprint, Mark Source: Http://blog.csdn.net/wanghantongJava Code:[Java]View PlainCopy
/**
*
*
* Title:testngdependencies
*
*
*
* Description:testng provides two kinds of dependency implementations
*
* 1. Forced d
TestNG uses the Dependsongroups property to test for dependencies,The test method relies on one or some of these methods as a preconditionForced dependency: If an exception is made to a method that is dependent, then the subsequent method will not be executed (default)Sequential dependencies: Subsequent methods are executed regardless of whether the method being relied on is an exception, configured by alwaysrun= "true"[
Eclipse Version: LunaOnline installation of testng version 6.9This issue occurs because the TestNG version issue or the features plugin is not installed on the online installationThe following are the solutions:Found a lot of classmates and I just as unable to install testng online, now share an offline installation method, and installation files, hoping to help
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.