------ 저장 ------- Command Target Value store paul@mysite.org userName == 셋 === Command Target Value verifyText //div/p ${userName} == 출력 === Command Target Value type id=login ${userName} Javascript and delenese Parameters ommand Target Value store 10 hits storeXpathCount //blockquote blockquotes storeEval storedVars[‘hits’]-storedVars[‘blockquotes’] paragraphs Command Target Value store Edith W..
*Framework 활용 Eclipse 설치 구성 1. JRE(Java SE Runtime Environment) 2. Ecilpse PDT All In Ones 3. Subversive 4. Eclipse Perferences & Configuration  5. 윈도우용 tortoiseSvn 6. postgrsql * xampp 다운로드 xampp 1.7.3 최신 버전 설치 PHP.INI 설정 extension=php_pdo_pgsql.dll extension=php_curl.dll zend_extension = "C:\xampp\php\ext\php_xdebug.dll" 해지 [XDebug] debug.remote_enable=1 zend_debugger.allow_hosts=127.0.0.1..
* Import : svn import sampledir svn+ssh://svn-domain/svn/sample/trunk 맨 처음 프로젝트 시작할때 Repository에 등록하는 명령어 한번 하고 나면 쓸일이 없을 듯. * Checkout : svn checkout svn+ssh://svn-domain/svn/sample/trunk sample 저장소에서 소스를 받아 오는 명령어. 받아온 소스에는 소스 뿐만이 아니라 버젼관리를 위한 파일도 같이 받아온다. 지우거나 변경시 Reposiotory와 연결 불가능 * Export : svn export svn+ssh://svn-domain/svn/sample2/trun.sample 체크아웃과는 달리 버젼 관리 파일을 뺀 순수한 소스만 가져오는 명령어 * Co..