1 / 12

Modulo II Testes Funcionais com Cargo Plugin

Modulo II Testes Funcionais com Cargo Plugin. Professor Ismael H F Santos – ismael@tecgraf.puc-rio.br. Bibliografia. Introduction to Apache Maven 2 Tutorial ibm developerWorks: . Ementa. Traditional Build x Maven Build. Introdução.

Download Presentation

Modulo II Testes Funcionais com Cargo Plugin

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Modulo II Testes Funcionais com Cargo Plugin Professor Ismael H F Santos – ismael@tecgraf.puc-rio.br Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 1

  2. Bibliografia • Introduction to Apache Maven 2 • Tutorial ibm developerWorks: Prof. Ismael H. F. Santos 2

  3. Ementa • Traditional Build x Maven Build Prof. Ismael H. F. Santos 3

  4. Introdução • Cargo permite o gerenciamento de contêineres, tais como o Tomcat • Nestes slides há um mini-tutorial sobre como testar um aplicativo Web usando Tomcat 5 e depois fazer o mesmo teste com Tomcat 6

  5. Instalando o Ant • Obtenha o arquivo “apache-ant-1.7.1-bin.zip” no endereço http://ant.apache.org/bindownload.cgi • Extraia o arquivo ZIP para um diretório de sua escolha (por exemplo, C:\Program Files\apache-ant-1.7.1) • Defina a variável de ambiente ANT_HOME com o nome do diretório escolhido • Adicione %ANT_HOME%\bin ao PATH • Na linha de comando, entre com “ant –version” e receba como resposta a mensagem “Apache Ant version 1.7.1 compiled on June 27 2008”.

  6. Instalando o Maven • Obtenha o arquivo “apache-maven-2.0.9-bin.zip” no endereço http://maven.apache.org/download.html • Extraia o arquivo ZIP para um diretório de sua escolha (por exemplo, C:\Program Files\apache-maven-2.0.9) • Defina a variável de ambiente MAVEN_HOME com o nome do diretório escolhido • Adicione %MAVEN_HOME%\bin ao PATH • Na linha de comando, entre com “mvn -v” e receba como resposta as mensagens: • Maven version: 2.0.9 • Java version: 1.6.0_05 • OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

  7. Criando um Projeto Web

  8. Name and location Prof. Ismael H. F. Santos 8

  9. Archetype Prof. Ismael H. F. Santos 9

  10. Parameters Prof. Ismael H. F. Santos 10

  11. Pom.xml Prof. Ismael H. F. Santos 11

  12. Build... (goals) Prof. Ismael H. F. Santos 12

More Related