Download presentation
Presentation is loading. Please wait.
Published byJob Henry Modified over 8 years ago
1
Access QA servers Install SSH/SFTP software –T:\QualityAssurance\Tools\SSH
3
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
4
Basic QA Environment more.profile export JAVA_HOME=/usr/jdk1.5.0_10 export ANT_HOME=/usr/local/apache-ant-1.6.5 export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH export ANT_OPTS=-Xmx640m export CVSROOT=:pserver:wuye@cbiocvs2.nci.nih.gov:/share/con tent/gforge/caadapter
5
Basic Build Process Step 1: Check out code from cvs Step 2: Build the application Step 3: Deploy application
6
Step 1. Check Out Code from CVS First time Cvs login Build.xml
7
Step 2: Build Application ant build-all -Dwebserver=http://caadapter- dev.nci.nih.gov -Dgenerate-keys=yes - Dadd-license=yes
8
Step 3: Deploy Application
9
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
10
Test API Testing Web Testing –Selenium –T:\QualityAssurance\QA_Documents –T:\QualityAssurance\QA_Seminar Performance Testing –JMeter
11
Install JDK 5 or 6 Download JDK from –http://java.sun.com/javase/downloads/index.js 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
14
Install Eclipse Download Eclipse –http://www.eclipse.org/downloads/http://www.eclipse.org/downloads/ 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
16
Setup CVS Access
19
Check-out Code
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.