the answer is :
in printDocument.php,move below code to line 274(below case DOC_TEST_REPORT:)
if (($doc_info->type == DOC_TEST_REPORT) && ($printingOptions['metrics']))
{
$docText .= buildTestPlanMetrics($doc_data->statistics,$platform_id);
}
Search found 22 matches
- Sun Jul 10, 2011 3:28 pm
- Forum: TestLink 1.9
- Topic: move Estimated time
- Replies: 4
- Views: 5122
- Sun Jul 10, 2011 3:24 pm
- Forum: TestLink 1.9
- Topic: missing sum Actual execution time
- Replies: 1
- Views: 3103
Re: missing sum Actual execution time
only one testsuite in testproject.the exec time of testcase in this testsuite have been set. when click testsuite, within adding some "echo" in printDocument.php, i see the surface cause is that exec time $min['totalMinutes'] value is alway 0. when i set manually $min['totalMinutes'] =10 ,...
- Sat Jul 09, 2011 11:45 am
- Forum: TestLink 1.9
- Topic: missing testcase id
- Replies: 1
- Views: 2829
Re: missing testcase id
i upgrade from 1.7.4 to 1.8.5 ,
there is no problem.
there is no problem.
- Sat Jul 09, 2011 11:35 am
- Forum: TestLink 1.9
- Topic: move Estimated time
- Replies: 4
- Views: 5122
Re: move Estimated time
i am not good at php,and i spent all my afternoon to find where is the key place,but failed.
is there a develop guide ?
is there a develop guide ?
- Sat Jul 09, 2011 8:45 am
- Forum: TestLink 1.9
- Topic: move Estimated time
- Replies: 4
- Views: 5122
move Estimated time
in "Test Report",check "Metrics",at the bottom will see:
Reports and Metrics
Estimated time for executing 3 test cases (min):50
Time used for executing 3 test cases (hours):2
i want this display at the top.
what should i do ?
thank you.
Reports and Metrics
Estimated time for executing 3 test cases (min):50
Time used for executing 3 test cases (hours):2
i want this display at the top.
what should i do ?
thank you.
- Sat Jul 02, 2011 9:08 am
- Forum: TestLink 1.9
- Topic: missing sum Actual execution time
- Replies: 1
- Views: 3103
missing sum Actual execution time
i follow the steps in user manual. when i click test project/test plan, i can see: Estimated time for executing 492 test cases (hours):41.15 Time used for executing 492 test cases (hours):26.66 . but when i click testsuite, i only see: Estimated time for executing 492 test cases (hours):41.15 'Time ...
- Sat Jul 02, 2011 6:38 am
- Forum: TestLink 1.9
- Topic: missing testcase id
- Replies: 1
- Views: 2829
missing testcase id
i upgrade testlink from 1.7.4 to 1.8.4, click Upgrade Database schema and data migration,
then upgrade to 1.9.2,but when it done,all my testcase id is 0.
what can i do ?
any idea is appreciated!
then upgrade to 1.9.2,but when it done,all my testcase id is 0.
what can i do ?
any idea is appreciated!
- Sat Jul 02, 2011 6:35 am
- Forum: TestLink 1.9
- Topic: where is testlink 1.9.2 Developer's Guide?
- Replies: 0
- Views: 2526
where is testlink 1.9.2 Developer's Guide?
i can not find it.please give me a address or send it to 277692153@qq.com.
thanks
thanks
- Thu Jun 30, 2011 1:22 pm
- Forum: TestLink 1.9
- Topic: click Results by Tester per Build , cpu 99% in use
- Replies: 0
- Views: 2559
click Results by Tester per Build , cpu 99% in use
chrome,click results,and Results by Tester per Build. there is no response.and i excute 'top' on fedora 6,and i see cpu 99% in use Cpu(s): 0.0%us, 60.5%sy, 39.5%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5768 nobody 34 19 292m 32m 5520 S 99.5 7.0...
- Thu Jun 30, 2011 5:30 am
- Forum: TestLink 1.9
- Topic: how to add Test importance to test suite
- Replies: 1
- Views: 2863
how to add Test importance to test suite
testlink 1.9.2,
when i create a testcase ,i can see Test importance,but when i create a test suite,there is no Test importance.
can i add this feature to test suite ?
when i create a testcase ,i can see Test importance,but when i create a test suite,there is no Test importance.
can i add this feature to test suite ?
- Wed Jun 29, 2011 9:58 am
- Forum: TestLink 1.9
- Topic: Testlink 1.9.1:Your session has expired! Please login again.
- Replies: 5
- Views: 10759
Re: Testlink 1.9.1:Your session has expired! Please login ag
i have the same problem ,but i have right session permission.
- Tue Jun 28, 2011 12:19 pm
- Forum: Installation and configuration
- Topic: Garbled when exceute
- Replies: 0
- Views: 2375
Garbled when exceute
excute testcase,Chinese characters display very well at left, but it display Garbled testsuite name at right place and only testsuite name. see below picture. what can i do ? thank you! http://home.51cto.com/thumb.php?w=600&h=600&t=f&url=http://home.51cto.com/data/uploads/20110628/20/4e0...
- Wed Sep 15, 2010 7:00 am
- Forum: Installation and configuration
- Topic: how to forbid somebody to export testcase
- Replies: 7
- Views: 8572
Re: how to forbid somebody to print testcase
Do you mean there is a option about disabling the export ?TurboPT wrote:I'll have to check about disabling the export, but know that simply having the export capability disabled will not prevent copy/pasting from the web-page.
my version is 1.7.4,and i can't find it.
- Mon Sep 13, 2010 2:03 pm
- Forum: Installation and configuration
- Topic: how to forbid somebody to export testcase
- Replies: 7
- Views: 8572
- Sat Sep 11, 2010 10:18 am
- Forum: Installation and configuration
- Topic: how to forbid somebody to export testcase
- Replies: 7
- Views: 8572
Re: how to forbid somebody to print testcase
MODERATOR NOTE: change applied.I made a mistake.
i don't won't normal user can export all testcase --> i don't want normal user can export all testcase
how to disable the export ?