티스토리 뷰

로고 변경

- <testlink_folder>/config.inc.php 파일내 아래 내용 변경

$tlCfg->company_logo = '<logo_filename.gif>';


- gui/themes/default/images/ 폴더 내 로고파일복사

<logo_filename.gif>


테스트 결과 리포트 템플릿 변경

- <testlink_folder>/config.inc.php 파일내 아래 내용 변경

$tlCfg->document_generator->company_name = 

$tlCfg->document_generator->company_copyright = 

$tlCfg->document_generator->confidential_msg = 


$tlCfg->document_generator->company_logo = 

$tlCfg->document_generator->company_logo_height = 


automation test setting

test framework 과 연동하여 테스트를 자동수행시킬수 있다.

실제로 testlink에 아래 설정을 수행하면 아래 그림과 같이 execute 아이콘을 출력시킬수 있고 해당 버튼을 클릭시에 RPC-XML 로 호출하여 test framework에서 수행후 결과를 가져올수 있다.


- <testlink_folder>/config.inc.php 파일내 아래 내용 변경

$tlCfg->exec_cfg->enable_test_automation = ENABLED;


- <testlink_folder>/third_part/xml-rpc/class-IXR.php




web editor 변경

- <testlink_folder>/config.inc.php 내용 수정

$tlCfg->gui->text_editor = array();

$tlCfg->gui->text_editor['all'] = array('type' => 'fckeditor',

                                        'toolbar' => 'tl_default',

                                        'configFile' => 'cfg/tl_fckeditor_config.js',);

$tlCfg->gui->text_editor['execution'] = array( 'type' => 'none');

상단에 type 및 toolbar에 대한 변경을 할수 있다.

- type : tinymce, none 등으로 변경 가능

- toolbar : full, tl_default 등으로 변경 가능 (아래 cfg/tl_fckeditor_config.js 변경을 통해 특정기능을 추가할수 있다.)

- /cfg/tl_fckeditor_config.js 내의 내용 수정

theme 변경, default로 되어 있는 메뉴스타일에 필요에 따라 기능(아이콘) 추가 등의 수정을 할 수 있다.


Tree menu 변경

- <testlink_folder>/config.inc.php 내용 수정

$tlCfg->


sort 변경

우측 상단에 Test Project의 순서를 name 별로 변경할 수 있다.

$tlCfg->testcase_reorder_by = 'NAME';


file upload size 변경

기본 사이즈가 409600 으로 400kb정도이다. 파일 업로드를 위해선 사이즈 변경을 해야 한다.

$tlCfg->import_file_max_size_bytes = '409600';


백업 스크립트 

아래 사이트를 참고하여 백업 수행을 하도록 한다.

http://www.teamst.org/index.php?option=com_content&task=view&id=65&Itemid=2


Direct URL access

다음과 같은 URL을 입력시 특정 테스트 케이스에 바로 접근이 가능하다.

http://[serveraddress]/lib/testcases/archiveData.php?targetTestCase=[TC-NUM]&edit=testcase&allow_edit=0

- TC-NUM에 테스트케이스 NUM를 작성하고 serveraddress에 주소를 입력하면 direct 접근이 가능하다.

- 단 사용자가 로그인 되어 있을때만 정상적으로 접근된다. 만약 로그인되어 있지 않다면 접근 불가하다.

- 1.9.3 version에서는 특정 아이콘을 통하여 링크주소를 copy할수 있도록 기능을 제공하고 있다.


개인적으로 정리를 위하여 작성한 것이며 testlink 메뉴얼을 참고하는 것이 가장 바람직하다.



참고사이트

http://testlinkjavaapi.sourceforge.net/

'quailty assurance > System & Tools' 카테고리의 다른 글

testlink install  (0) 2013.04.01
about testlink  (0) 2012.06.08
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함