Access QA servers Install SSH/SFTP software –T:\QualityAssurance\Tools\SSH.

Slides:



Advertisements
Similar presentations
CS442- Advanced Programming with Java Prepared by: TA.Eman AlMoaili.
Advertisements

Web Toolkit Julie George & Ronald Lopez 1. Requirements  Java SDK version 1.5 or later  Apache Ant is also necessary to run command line arguments 
Developing in CAS. Why? As distributed you edit CAS 3 with Eclipse and build with Maven 2 – Best Practice for Release Engineering – Difficult edit-debug.
Test Automation Framework Ashesh Jain 2007EE50403 Manager Amit Maheshwari.
By SAG Objectives Cross platform QA Automation for web applications Scheduling the automation Automatically build the test scripts Generate the.
ANT: Another Nice Tool Ali Beyad October 1, 2003.
ANT: Another Nice Tool Ali Beyad October 1, 2003.
Developing CAS in Eclipse
MC365 Ant. Today We Will Cover: Overview of Ant Installing Ant Using the Ant command line tool Various Ant commands available Using Ant in Eclipse.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Introduction to CVS 7/3/20151UMBC CMSC 341. Outline Introduction to Source Code Management What is CVS? CVS for Project Submission Basic commands Checkout,
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Very Quick & Basic Unix Steven Newhouse Unix is user-friendly. It's just very selective about who its friends are.
CS0007: Introduction to Computer Programming Setting Up Java.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
Hola Hadoop. 0. Clean-Up The Hard-disks Delete tmp/ folder from workspace/mdp-lab3 Delete unneeded downloads.
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
Maven & Bamboo CONTINUOUS INTEGRATION. QA in a large organization In a large organization that manages over 100 applications and over 20 developers, implementing.
1 THE UNIX FILE SYSTEM By Chokechai Chuensukanant ID COSC 513 Operating System.
® IBM Software Group © 2006 IBM Corporation Kick-start your Java Apps: Free Software, fast development Eclipse IDE, WASCE, DB2 Express-C.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
QT - a C++ based GUI QT’s Designer and Assistant.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Java Servlets example using NetBeans 6. Pre-requirements: Install Java JDK 1.6 Install NetBeans IDE 6 (we will use version NetBeans IDE update 16)
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
Introduction to UNIX Road Map: 1. UNIX Structure 2. Components of UNIX 3. Process Structure 4. Shell & Utility Programs 5. Using Files & Directories 6.
Preliminaries CS 310: Object-oriented Programming Java API.
DEVS M&S Tutorial with eclipse IDE Chungman Seo
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
CODELABOR Shin Sang Jae Template Guide (codelabor-flex-lcds-template)
Managed by UT-Battelle for the Department of Energy Kay Kasemir, Xihui Chen ORNL/SNS April Control System Studio Training - Development.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10.
How to Install Eclipse Click hereClick here to download Eclipse.
Setup Environment: Instructions for CS1520 Server Setup Nils Murrugarra
Set up environment for mapreduce developing on Hadoop.
1 G52IWS: Example Web-services Chris Greenhalgh. 2 Contents Software requirements AXIS web service run-time components Getting started with Jetty & AXIS.
(1) Installing the Software ICU Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu.
® IBM Software Group © 2006 IBM Corporation Rational Asset Manager v7.2 Using Scripting Tutorial for using command line and scripting using Ant Tasks Carlos.
Installing RandoNode Starter Kit OPEN Development Conference September 17, 2008 Kasi Perumal Consultant.
Chapter 3 Servlet Basics. Contents A.Installing Eclipse WTP and configuring Tomcat B.Prime Number Problem C.Multiplication Table Problem.
 Last lesson, the Windows Operating System was discussed along with the Windows command shell  Unix is a computer operating system, that similarly manages.
Test Automation Using Selenium Presented by: Shambo Ghosh Ankit Sachan Samapti Sinhamahapatra Akshay Kotawala.
CPSC 372 John D. McGregor Module 6 Session 4 Sonar.
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
HOW TO INSTALL JAVA IDE TO WIN 7. Problems Installing Netbeans on Windows 7 If you are having trouble installing Netbeans on Windows 7, you might.
Setting up visualization. Make output folder for visualization files Log into vieques $ ssh
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Getting started with CentOS Linux
Set up environment for mapreduce developing on Hadoop
Andy Wang Object Oriented Programming in C++ COP 3330
Eclipse Plug-in for Authoring and Debugging Higher-order Rewriting
Outline Install Java Change Security Files in Java
J2EE Application Development
CS 60 Discussion Review.
11/22/2018 7:29:58 AM.
Lab 00 Discussion Linux Basics
JADE - Java Agent DEvelopment framework -
Devops Jenkins as CI/CD tool Created By: Amrit Choudhary
Starting Jena 3 in Eclipse
Run Java file with Window cmd
Getting started with CentOS Linux
Andy Wang Object Oriented Programming in C++ COP 3330
Setup Android Bruce Duan Feb No. VID-DEV-001 Version: v
Hola Hadoop.
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

Access QA servers Install SSH/SFTP software –T:\QualityAssurance\Tools\SSH

Basic UNIX Commands ls, ls -l (dir in dos) cp (copy in dos) rm (del in dos) cat or more (type in dos) pwd (cd in dos) tail

Basic QA Environment more.profile export JAVA_HOME=/usr/jdk1.5.0_10 export ANT_HOME=/usr/local/apache-ant export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH export ANT_OPTS=-Xmx640m export tent/gforge/caadapter

Basic Build Process Step 1: Check out code from cvs Step 2: Build the application Step 3: Deploy application

Step 1. Check Out Code from CVS First time Cvs login Build.xml

Step 2: Build Application ant build-all -Dwebserver= dev.nci.nih.gov -Dgenerate-keys=yes - Dadd-license=yes

Step 3: Deploy Application

Jboss location –/usr/local/jboss405 Start and Shutdown Jboss –Goto /usr/local/jboss405/server/ncicb-X/bin –Start_jboss –Stop_jboss Deployment location –/usr/local/jboss405/server/ncicb-x/deploy

Test API Testing Web Testing –Selenium –T:\QualityAssurance\QA_Documents –T:\QualityAssurance\QA_Seminar Performance Testing –JMeter

Install JDK 5 or 6 Download JDK from – phttp://java.sun.com/javase/downloads/index.js p Run jdk-6u3-windows-i586-p.exe (JDK 6 Update 3) Set up the Java Home and path

Install Eclipse Download Eclipse – Eclipse IDE for Java Developers orEclipse IDE for Java Developers Eclipse IDE for Java EE Developers Unzip the download jar files. Start eclipse by click on the eclipse.exe

Setup CVS Access

Check-out Code