testlink-general Mailing List for TestLink
Test & requirements management
Brought to you by:
franciscom
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(4) |
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
| 2016 |
Jan
(1) |
Feb
(1) |
Mar
(12) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|
From: mohamed a. <maf...@gm...> - 2020-09-29 18:38:14
|
How to Integrate a capture tool like Windows' Steps Recorder (PSR) in TestLink for automated test documentation as part of exploratory test execution? Thanks |
|
From: Mitra A. <mit...@gi...> - 2019-07-10 15:52:27
|
Does Testlink support Asana integration? Thanks! |
|
From: Tapas S. <aas...@gm...> - 2018-04-28 09:47:55
|
Hi All, I am trying to integrate JIRA with latest testlink 1.9.17. However check connection is reporting as 'KO' and I am not able to see JIRA link in test case execution. Can anyone let me know what parameters i should configure for username and password. is it JIRA admin username or testlink username. Also is it mandatory to have username as JIRA admin or i can use any username configured in JIRA data base. -- Tapas Qualcomm |
|
From: Savova, L. <Lud...@ex...> - 2016-10-04 14:46:04
|
Hi guys, I am using this method giving it the externalid of the test case. However, the error I get is that no testcaseid is given. My testlink version is 1.8.2. Could it be that this parameter has been introduced in later versions? Thanks you, Ludmila Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. Experian Ltd is authorised and regulated by the Financial Conduct Authority. Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. |
|
From: Savova, L. <Lud...@ex...> - 2016-09-09 12:02:59
|
Hi, not sure where I am supposed to look for. There are manu userlogs in the logs dir... -----Original Message----- From: Aurelien TISNE [mailto:aur...@c-...] Sent: Friday, September 09, 2016 2:42 PM To: Savova, Ludmila; tes...@li... Subject: Re: [Testlink-general] getCasesForTestPlan (API) throws transport error - HTTP status code was not 200 Le 09/09/2016 à 12:42, Savova, Ludmila a écrit : > Hi Aurelien, > > No worries, I've applied the patch it prints 500 Internal Server Error, I think there is still not enough information to say for sure what's wrong. Right. Do you have a look in the web server log files ? Aurelien > So basically I take all the testplans for the project and all the cases of each testplan, and it does work for some testplans (my observations is that the ones with less tcs are fine). > > I really wonder whether this could be a configuration issue (on TestLink side)? > > Cheers, > Ludmila > > -----Original Message----- > From: Aurelien TISNE [mailto:aur...@c-...] > Sent: Friday, September 09, 2016 1:16 PM > To: Savova, Ludmila; tes...@li... > Subject: Re: [Testlink-general] getCasesForTestPlan (API) throws > transport error - HTTP status code was not 200 > > Hi, > > Le 09/09/2016 à 11:25, Savova, Ludmila a écrit : >> Hello guys, >> >> >> >> What could be the cause of getCasesForTestPlan (API) to throw >> transport error - HTTP status code was not 200? >> >> BTW, it only happens for the bigger testplans, so I was suspecting a >> delay or something? > > Personally, I have patched third_party/xml-rpc/class-IXR.php > > - $this->error = new IXR_Error(-32300, 'transport > error - HTTP status code was not 200'); > + $this->error = new IXR_Error(-32300, 'transport > error - HTTP status code was not 200: '.$line); > > to get more information: actual HTTP return code. > This could help to know what's wrong. > > Shame on me, I never proposed this to the development team :-[ > > Aurelien >> >> >> >> Cheers, >> >> Ludmila >> >> Information in this e-mail and any attachments is confidential, and >> may not be copied or used by anyone other than the addressee, nor >> disclosed to any third party without our permission. There is no >> intention to create any legally binding contract or other binding >> commitment through the use of this electronic communication unless it >> is issued in accordance with the Experian Limited standard terms and >> conditions of purchase or other express written agreement between >> Experian Limited and the recipient. Although Experian has taken >> reasonable steps to ensure that this communication and any >> attachments are free from computer viruses, you are advised to take >> your own steps to ensure that they are actually virus free. >> >> Experian Ltd is authorised and regulated by the Financial Conduct Authority. >> Companies Act information: Registered name: Experian Limited. >> Registered >> office: The Sir John Peace Building, Experian Way, NG2 Business Park, >> Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England >> and Wales. Registered number: 653331. >> >> >> --------------------------------------------------------------------- >> - >> -------- >> >> >> >> _______________________________________________ >> Testlink-general mailing list >> Tes...@li... >> https://lists.sourceforge.net/lists/listinfo/testlink-general >> > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > > Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. > > Experian Ltd is authorised and regulated by the Financial Conduct Authority. > Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. Experian Ltd is authorised and regulated by the Financial Conduct Authority. Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. |
|
From: Aurelien T. <aur...@c-...> - 2016-09-09 11:42:01
|
Le 09/09/2016 à 12:42, Savova, Ludmila a écrit : > Hi Aurelien, > > No worries, I've applied the patch it prints 500 Internal Server Error, I think there is still not enough information to say for sure what's wrong. Right. Do you have a look in the web server log files ? Aurelien > So basically I take all the testplans for the project and all the cases of each testplan, and it does work for some testplans (my observations is that the ones with less tcs are fine). > > I really wonder whether this could be a configuration issue (on TestLink side)? > > Cheers, > Ludmila > > -----Original Message----- > From: Aurelien TISNE [mailto:aur...@c-...] > Sent: Friday, September 09, 2016 1:16 PM > To: Savova, Ludmila; tes...@li... > Subject: Re: [Testlink-general] getCasesForTestPlan (API) throws transport error - HTTP status code was not 200 > > Hi, > > Le 09/09/2016 à 11:25, Savova, Ludmila a écrit : >> Hello guys, >> >> >> >> What could be the cause of getCasesForTestPlan (API) to throw >> transport error - HTTP status code was not 200? >> >> BTW, it only happens for the bigger testplans, so I was suspecting a >> delay or something? > > Personally, I have patched third_party/xml-rpc/class-IXR.php > > - $this->error = new IXR_Error(-32300, 'transport > error - HTTP status code was not 200'); > + $this->error = new IXR_Error(-32300, 'transport > error - HTTP status code was not 200: '.$line); > > to get more information: actual HTTP return code. > This could help to know what's wrong. > > Shame on me, I never proposed this to the development team :-[ > > Aurelien >> >> >> >> Cheers, >> >> Ludmila >> >> Information in this e-mail and any attachments is confidential, and >> may not be copied or used by anyone other than the addressee, nor >> disclosed to any third party without our permission. There is no >> intention to create any legally binding contract or other binding >> commitment through the use of this electronic communication unless it >> is issued in accordance with the Experian Limited standard terms and >> conditions of purchase or other express written agreement between >> Experian Limited and the recipient. Although Experian has taken >> reasonable steps to ensure that this communication and any attachments >> are free from computer viruses, you are advised to take your own steps >> to ensure that they are actually virus free. >> >> Experian Ltd is authorised and regulated by the Financial Conduct Authority. >> Companies Act information: Registered name: Experian Limited. >> Registered >> office: The Sir John Peace Building, Experian Way, NG2 Business Park, >> Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England >> and Wales. Registered number: 653331. >> >> >> ---------------------------------------------------------------------- >> -------- >> >> >> >> _______________________________________________ >> Testlink-general mailing list >> Tes...@li... >> https://lists.sourceforge.net/lists/listinfo/testlink-general >> > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > > Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. > > Experian Ltd is authorised and regulated by the Financial Conduct Authority. > Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: Aurelien T. <aur...@c-...> - 2016-09-09 10:50:51
|
Hi, Le 09/09/2016 à 11:25, Savova, Ludmila a écrit : > Hello guys, > > > > What could be the cause of getCasesForTestPlan (API) to throw transport > error - HTTP status code was not 200? > > BTW, it only happens for the bigger testplans, so I was suspecting a > delay or something? Personally, I have patched third_party/xml-rpc/class-IXR.php - $this->error = new IXR_Error(-32300, 'transport error - HTTP status code was not 200'); + $this->error = new IXR_Error(-32300, 'transport error - HTTP status code was not 200: '.$line); to get more information: actual HTTP return code. This could help to know what's wrong. Shame on me, I never proposed this to the development team :-[ Aurelien > > > > Cheers, > > Ludmila > > Information in this e-mail and any attachments is confidential, and may > not be copied or used by anyone other than the addressee, nor disclosed > to any third party without our permission. There is no intention to > create any legally binding contract or other binding commitment through > the use of this electronic communication unless it is issued in > accordance with the Experian Limited standard terms and conditions of > purchase or other express written agreement between Experian Limited and > the recipient. Although Experian has taken reasonable steps to ensure > that this communication and any attachments are free from computer > viruses, you are advised to take your own steps to ensure that they are > actually virus free. > > Experian Ltd is authorised and regulated by the Financial Conduct Authority. > Companies Act information: Registered name: Experian Limited. Registered > office: The Sir John Peace Building, Experian Way, NG2 Business Park, > Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and > Wales. Registered number: 653331. > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil |
|
From: Savova, L. <Lud...@ex...> - 2016-09-09 10:43:41
|
Hi Aurelien, No worries, I've applied the patch it prints 500 Internal Server Error, I think there is still not enough information to say for sure what's wrong. So basically I take all the testplans for the project and all the cases of each testplan, and it does work for some testplans (my observations is that the ones with less tcs are fine). I really wonder whether this could be a configuration issue (on TestLink side)? Cheers, Ludmila -----Original Message----- From: Aurelien TISNE [mailto:aur...@c-...] Sent: Friday, September 09, 2016 1:16 PM To: Savova, Ludmila; tes...@li... Subject: Re: [Testlink-general] getCasesForTestPlan (API) throws transport error - HTTP status code was not 200 Hi, Le 09/09/2016 à 11:25, Savova, Ludmila a écrit : > Hello guys, > > > > What could be the cause of getCasesForTestPlan (API) to throw > transport error - HTTP status code was not 200? > > BTW, it only happens for the bigger testplans, so I was suspecting a > delay or something? Personally, I have patched third_party/xml-rpc/class-IXR.php - $this->error = new IXR_Error(-32300, 'transport error - HTTP status code was not 200'); + $this->error = new IXR_Error(-32300, 'transport error - HTTP status code was not 200: '.$line); to get more information: actual HTTP return code. This could help to know what's wrong. Shame on me, I never proposed this to the development team :-[ Aurelien > > > > Cheers, > > Ludmila > > Information in this e-mail and any attachments is confidential, and > may not be copied or used by anyone other than the addressee, nor > disclosed to any third party without our permission. There is no > intention to create any legally binding contract or other binding > commitment through the use of this electronic communication unless it > is issued in accordance with the Experian Limited standard terms and > conditions of purchase or other express written agreement between > Experian Limited and the recipient. Although Experian has taken > reasonable steps to ensure that this communication and any attachments > are free from computer viruses, you are advised to take your own steps > to ensure that they are actually virus free. > > Experian Ltd is authorised and regulated by the Financial Conduct Authority. > Companies Act information: Registered name: Experian Limited. > Registered > office: The Sir John Peace Building, Experian Way, NG2 Business Park, > Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England > and Wales. Registered number: 653331. > > > ---------------------------------------------------------------------- > -------- > > > > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. Experian Ltd is authorised and regulated by the Financial Conduct Authority. Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. |
|
From: Savova, L. <Lud...@ex...> - 2016-09-09 09:48:37
|
Hello guys, What could be the cause of getCasesForTestPlan (API) to throw transport error - HTTP status code was not 200? BTW, it only happens for the bigger testplans, so I was suspecting a delay or something? Cheers, Ludmila Information in this e-mail and any attachments is confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient. Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer viruses, you are advised to take your own steps to ensure that they are actually virus free. Experian Ltd is authorised and regulated by the Financial Conduct Authority. Companies Act information: Registered name: Experian Limited. Registered office: The Sir John Peace Building, Experian Way, NG2 Business Park, Nottingham, NG80 1ZZ, United Kingdom. Place of registration: England and Wales. Registered number: 653331. |
|
From: o h. <oh...@ya...> - 2016-04-26 17:55:21
|
Hi, We were figure out one way to get this, by going to the "Requirements Overview" page. That page displays all the requirements, and has a Coverage column, which shows a percentage and (# of testcases linked vs. # of expected testcases). The former (# of testcases linked) is what we were looking for. Jim -------------------------------------------- On Tue, 4/26/16, o haya <oh...@ya...> wrote: Subject: Possible to get a list of requirements with no linked/associated test cases? To: tes...@li... Cc: oh...@ya... Date: Tuesday, April 26, 2016, 12:10 PM Hi, We would like to know if there is a way to get a list of all of the requirements that don't have linked/associated test cases? I tried the requirements search with "expected no. of test cases" of "0", but just seems to list every requirement. Thanks, Jim |
|
From: o h. <oh...@ya...> - 2016-04-26 16:10:38
|
Hi, We would like to know if there is a way to get a list of all of the requirements that don't have linked/associated test cases? I tried the requirements search with "expected no. of test cases" of "0", but just seems to list every requirement. Thanks, Jim |
|
From: Antony <pa...@16...> - 2016-03-23 08:55:55
|
Hi all , I'd like to report 4 testlink-rest-api issues here as below, RESTAPI-POST-CreateTestProject- no "id" in in response message RESTAPI-POST- eror while updating two test plan's attributes at the same request RESTAPI - GET /testprojects/1/testplans - 500 error RESTAPI-testplans-post-Undefined variable: api_key Thanks, Antony |
|
From: o h. <oh...@ya...> - 2016-03-18 19:49:22
|
Hi, Thanks, Aurelien, I will take a look. I've been able to do some minor customization, like changing the image logo on some reports, etc., but I think we have some specific/different reports beyond the out-of-box ones, so hopefully the info you referenced will be helpful. Jim -------------------------------------------- On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: Subject: Re: [Testlink-general] Customize reports and also creating custom report? To: "o haya" <oh...@ya...>, tes...@li... Date: Thursday, March 17, 2016, 1:14 PM On 17/03/2016 18:03, o haya wrote: > Hi, > > We want to customize some of the out-of-box reports, e.g., to include our company logo, etc. Has anyone done that? Is there a guide or something? Just duplicate the section /* [GENERATED DOCUMENTATION] */ of the file config.inc.php in the file custom_config.inc.php customizing the values. > > Also, we may want to create some NEW custom report, so I've been trying to follow the steps here: > > https://amirshenouda.wordpress.com/2012/03/25/testlink-creating-new-report-results-per-tester/ > > but it looks like the steps there may be dated because estlink\lib\functions\build_progress.class.php file that it mentions doesn't seem to exist in the newer Testlink. > > Does anyone know of another example of creating a new report? Do you have a look into the official documentation? The "docs" directory in the sources contains the file testlink_user_manual.pdf. This file contains the section "7.8 How to add a new report". Hope this can help. Aurelien > > Thanks, > Jim > > P.S. Is anyone able to help me contact any of the Testlink forum admins to register there? > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: Aurelien T. <aur...@c-...> - 2016-03-17 17:14:52
|
On 17/03/2016 18:03, o haya wrote: > Hi, > > We want to customize some of the out-of-box reports, e.g., to include our company logo, etc. Has anyone done that? Is there a guide or something? Just duplicate the section /* [GENERATED DOCUMENTATION] */ of the file config.inc.php in the file custom_config.inc.php customizing the values. > > Also, we may want to create some NEW custom report, so I've been trying to follow the steps here: > > https://amirshenouda.wordpress.com/2012/03/25/testlink-creating-new-report-results-per-tester/ > > but it looks like the steps there may be dated because estlink\lib\functions\build_progress.class.php file that it mentions doesn't seem to exist in the newer Testlink. > > Does anyone know of another example of creating a new report? Do you have a look into the official documentation? The "docs" directory in the sources contains the file testlink_user_manual.pdf. This file contains the section "7.8 How to add a new report". Hope this can help. Aurelien > > Thanks, > Jim > > P.S. Is anyone able to help me contact any of the Testlink forum admins to register there? > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: o h. <oh...@ya...> - 2016-03-17 17:03:48
|
Hi, We want to customize some of the out-of-box reports, e.g., to include our company logo, etc. Has anyone done that? Is there a guide or something? Also, we may want to create some NEW custom report, so I've been trying to follow the steps here: https://amirshenouda.wordpress.com/2012/03/25/testlink-creating-new-report-results-per-tester/ but it looks like the steps there may be dated because estlink\lib\functions\build_progress.class.php file that it mentions doesn't seem to exist in the newer Testlink. Does anyone know of another example of creating a new report? Thanks, Jim P.S. Is anyone able to help me contact any of the Testlink forum admins to register there? |
|
From: o h. <oh...@ya...> - 2016-03-17 09:48:05
|
Hi, Yeah. I probably should've mentioned that my PHP5 on this system was built from source. Your post kind of gave me the hint and I found the bcmath manual that mentions that "--enable-bcmath" must be included, so that was very helpful. Thanks!!! Jim -------------------------------------------- On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: Subject: Re: SOLVED was Re: [Testlink-general] An unusual request? To: "o haya" <oh...@ya...>, tes...@li... Date: Thursday, March 17, 2016, 5:41 AM On 17/03/2016 10:36, o haya wrote: > Hi, > > For the record, I was able to get the Results by tester" report working and elminate the "undefined function bcmul()" error!! Great. > > I had to re-build PHP and re-run the "configure" and include "--enable-bcmath" on the "configure" command line AND also "yum install bcmath". You're rigth: bcmath was compiled in my case. $ php -m | grep bcmath bcmath Aurelien > > Jim > -------------------------------------------- > On Thu, 3/17/16, o haya <oh...@ya...> wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, tes...@li..., "Aurelien TISNE" <aur...@c-...> > Date: Thursday, March 17, 2016, 5:09 AM > > Hi, > > I am on CENTOS 6.6. PHP 5.6.18. Testlink > 1.9.14. > > I already have php-bcmath (yum install php-bcmath) > installed. > > Everything seems to work except for the "Results by tester > per build" report. When I try that report, I get > "undefined function bcmul()" error. > > Jim > > > -------------------------------------------- > On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> > wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, > tes...@li... > Date: Thursday, March 17, 2016, 4:09 AM > > Hi, > > On 17/03/2016 03:25, o haya wrote: > > Hi, > > > > I've been trying to register for an > account on the Testlink forum (http://forum.testlink.org/) for awhile > now and have sent email to the email they mentioned > several > times over several weeks, but so far, have not received > any > response. I understand that they said that the response > times can be variable, but it really has been quite > awhile. > > > > I know > that this is a kind of unusual request, but if anyone who > is > on this mailing list is also a member of that forum, could > you maybe contact one of the admins there and ask them to > register me on the forum? > I think Francisco > can help you to register you on the forum. > I > also had issue to register (and to receive thread > notifications) > because I can't receive > email from the forum due to a misconfiguration > of the mail server used by the forum. I suspect > this is not fixed. > > > > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 > 64-bit > with PHP but have some questions that I'm really stuck > on. > > > > In particular, > I installed it originally with PHP 5.4.x and got that > working, but I am getting an error on the Report by tester > involving bcmul, and I determined that it's because PHP > 5.4.x doesn't support bcmul. So, I re-built PHP using > PHP 7, but then that is failing because PHP7 no longer > supports Mysql and apparently the Testlink doesn't > support the new mysqli replacement, so I'm trying to > find out how to get that report working. > > > > Also, if someone on > this mailing list knows the answer to that question, > please > post? > We use Testlink 1.9.14 with PHP 5.4.45 > on CentOS/RedHat. > I solve the issue > installing the package php-bcmath. > > Aurelien > > > > > Thanks, > > Jim > > > > > ------------------------------------------------------------------------------ > > Transform Data into Opportunity. > > Accelerate data analysis in your > applications with > > Intel Data Analytics > Acceleration Library. > > Click to learn > more. > > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > > > _______________________________________________ > > Testlink-general mailing list > > Tes...@li... > > https://lists.sourceforge.net/lists/listinfo/testlink-general > > > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > 05 67 04 10 46 > sup...@c-... > > Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil > > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: Aurelien T. <aur...@c-...> - 2016-03-17 09:41:59
|
On 17/03/2016 10:36, o haya wrote: > Hi, > > For the record, I was able to get the Results by tester" report working and elminate the "undefined function bcmul()" error!! Great. > > I had to re-build PHP and re-run the "configure" and include "--enable-bcmath" on the "configure" command line AND also "yum install bcmath". You're rigth: bcmath was compiled in my case. $ php -m | grep bcmath bcmath Aurelien > > Jim > -------------------------------------------- > On Thu, 3/17/16, o haya <oh...@ya...> wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, tes...@li..., "Aurelien TISNE" <aur...@c-...> > Date: Thursday, March 17, 2016, 5:09 AM > > Hi, > > I am on CENTOS 6.6. PHP 5.6.18. Testlink > 1.9.14. > > I already have php-bcmath (yum install php-bcmath) > installed. > > Everything seems to work except for the "Results by tester > per build" report. When I try that report, I get > "undefined function bcmul()" error. > > Jim > > > -------------------------------------------- > On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> > wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, > tes...@li... > Date: Thursday, March 17, 2016, 4:09 AM > > Hi, > > On 17/03/2016 03:25, o haya wrote: > > Hi, > > > > I've been trying to register for an > account on the Testlink forum (http://forum.testlink.org/) for awhile > now and have sent email to the email they mentioned > several > times over several weeks, but so far, have not received > any > response. I understand that they said that the response > times can be variable, but it really has been quite > awhile. > > > > I know > that this is a kind of unusual request, but if anyone who > is > on this mailing list is also a member of that forum, could > you maybe contact one of the admins there and ask them to > register me on the forum? > I think Francisco > can help you to register you on the forum. > I > also had issue to register (and to receive thread > notifications) > because I can't receive > email from the forum due to a misconfiguration > of the mail server used by the forum. I suspect > this is not fixed. > > > > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 > 64-bit > with PHP but have some questions that I'm really stuck > on. > > > > In particular, > I installed it originally with PHP 5.4.x and got that > working, but I am getting an error on the Report by tester > involving bcmul, and I determined that it's because PHP > 5.4.x doesn't support bcmul. So, I re-built PHP using > PHP 7, but then that is failing because PHP7 no longer > supports Mysql and apparently the Testlink doesn't > support the new mysqli replacement, so I'm trying to > find out how to get that report working. > > > > Also, if someone on > this mailing list knows the answer to that question, > please > post? > We use Testlink 1.9.14 with PHP 5.4.45 > on CentOS/RedHat. > I solve the issue > installing the package php-bcmath. > > Aurelien > > > > > Thanks, > > Jim > > > > > ------------------------------------------------------------------------------ > > Transform Data into Opportunity. > > Accelerate data analysis in your > applications with > > Intel Data Analytics > Acceleration Library. > > Click to learn > more. > > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > > > _______________________________________________ > > Testlink-general mailing list > > Tes...@li... > > https://lists.sourceforge.net/lists/listinfo/testlink-general > > > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > 05 67 04 10 46 > sup...@c-... > > Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil > > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: o h. <oh...@ya...> - 2016-03-17 09:39:46
|
Hi, Our emails crossed :)... I just sent message about how I got mine to work... I guess that it's not just that the "php-bcmath" RPM has to be installed but also the PHP5 itself has to be built/compiled with "--enable-bcmath". Note that the switch is unusual, it's "--ENABLE-bcmath" rather than "--WITH-bcmath". Anyway, I'm happy to get rid of the problem :)!! Later, Jim -------------------------------------------- On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: Subject: Re: [Testlink-general] An unusual request? To: "o haya" <oh...@ya...>, tes...@li... Date: Thursday, March 17, 2016, 5:32 AM On 17/03/2016 10:09, o haya wrote: > Hi, > > I am on CENTOS 6.6. PHP 5.6.18. Testlink 1.9.14. > > I already have php-bcmath (yum install php-bcmath) installed. > > Everything seems to work except for the "Results by tester per build" report. When I try that report, I get "undefined function bcmul()" error. Well. The installation of this package solve the issue in my case :-/ Aurelien > > Jim > > > -------------------------------------------- > On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, tes...@li... > Date: Thursday, March 17, 2016, 4:09 AM > > Hi, > > On 17/03/2016 03:25, o haya wrote: > > Hi, > > > > I've been trying to register for an > account on the Testlink forum (http://forum.testlink.org/) for awhile > now and have sent email to the email they mentioned several > times over several weeks, but so far, have not received any > response. I understand that they said that the response > times can be variable, but it really has been quite > awhile. > > > > I know > that this is a kind of unusual request, but if anyone who is > on this mailing list is also a member of that forum, could > you maybe contact one of the admins there and ask them to > register me on the forum? > I think Francisco > can help you to register you on the forum. > I > also had issue to register (and to receive thread > notifications) > because I can't receive > email from the forum due to a misconfiguration > of the mail server used by the forum. I suspect > this is not fixed. > > > > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit > with PHP but have some questions that I'm really stuck > on. > > > > In particular, > I installed it originally with PHP 5.4.x and got that > working, but I am getting an error on the Report by tester > involving bcmul, and I determined that it's because PHP > 5.4.x doesn't support bcmul. So, I re-built PHP using > PHP 7, but then that is failing because PHP7 no longer > supports Mysql and apparently the Testlink doesn't > support the new mysqli replacement, so I'm trying to > find out how to get that report working. > > > > Also, if someone on > this mailing list knows the answer to that question, please > post? > We use Testlink 1.9.14 with PHP 5.4.45 > on CentOS/RedHat. > I solve the issue > installing the package php-bcmath. > > Aurelien > > > > > Thanks, > > Jim > > > > > ------------------------------------------------------------------------------ > > Transform Data into Opportunity. > > Accelerate data analysis in your > applications with > > Intel Data Analytics > Acceleration Library. > > Click to learn > more. > > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > > > _______________________________________________ > > Testlink-general mailing list > > Tes...@li... > > https://lists.sourceforge.net/lists/listinfo/testlink-general > > > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > 05 67 04 10 46 > sup...@c-... > > Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil > > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: o h. <oh...@ya...> - 2016-03-17 09:37:05
|
Hi, For the record, I was able to get the Results by tester" report working and elminate the "undefined function bcmul()" error!! I had to re-build PHP and re-run the "configure" and include "--enable-bcmath" on the "configure" command line AND also "yum install bcmath". Jim -------------------------------------------- On Thu, 3/17/16, o haya <oh...@ya...> wrote: Subject: Re: [Testlink-general] An unusual request? To: "o haya" <oh...@ya...>, tes...@li..., "Aurelien TISNE" <aur...@c-...> Date: Thursday, March 17, 2016, 5:09 AM Hi, I am on CENTOS 6.6. PHP 5.6.18. Testlink 1.9.14. I already have php-bcmath (yum install php-bcmath) installed. Everything seems to work except for the "Results by tester per build" report. When I try that report, I get "undefined function bcmul()" error. Jim -------------------------------------------- On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: Subject: Re: [Testlink-general] An unusual request? To: "o haya" <oh...@ya...>, tes...@li... Date: Thursday, March 17, 2016, 4:09 AM Hi, On 17/03/2016 03:25, o haya wrote: > Hi, > > I've been trying to register for an account on the Testlink forum (http://forum.testlink.org/) for awhile now and have sent email to the email they mentioned several times over several weeks, but so far, have not received any response. I understand that they said that the response times can be variable, but it really has been quite awhile. > > I know that this is a kind of unusual request, but if anyone who is on this mailing list is also a member of that forum, could you maybe contact one of the admins there and ask them to register me on the forum? I think Francisco can help you to register you on the forum. I also had issue to register (and to receive thread notifications) because I can't receive email from the forum due to a misconfiguration of the mail server used by the forum. I suspect this is not fixed. > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit with PHP but have some questions that I'm really stuck on. > > In particular, I installed it originally with PHP 5.4.x and got that working, but I am getting an error on the Report by tester involving bcmul, and I determined that it's because PHP 5.4.x doesn't support bcmul. So, I re-built PHP using PHP 7, but then that is failing because PHP7 no longer supports Mysql and apparently the Testlink doesn't support the new mysqli replacement, so I'm trying to find out how to get that report working. > > Also, if someone on this mailing list knows the answer to that question, please post? We use Testlink 1.9.14 with PHP 5.4.45 on CentOS/RedHat. I solve the issue installing the package php-bcmath. Aurelien > > Thanks, > Jim > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: Aurelien T. <aur...@c-...> - 2016-03-17 09:32:50
|
On 17/03/2016 10:09, o haya wrote: > Hi, > > I am on CENTOS 6.6. PHP 5.6.18. Testlink 1.9.14. > > I already have php-bcmath (yum install php-bcmath) installed. > > Everything seems to work except for the "Results by tester per build" report. When I try that report, I get "undefined function bcmul()" error. Well. The installation of this package solve the issue in my case :-/ Aurelien > > Jim > > > -------------------------------------------- > On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: > > Subject: Re: [Testlink-general] An unusual request? > To: "o haya" <oh...@ya...>, tes...@li... > Date: Thursday, March 17, 2016, 4:09 AM > > Hi, > > On 17/03/2016 03:25, o haya wrote: > > Hi, > > > > I've been trying to register for an > account on the Testlink forum (http://forum.testlink.org/) for awhile > now and have sent email to the email they mentioned several > times over several weeks, but so far, have not received any > response. I understand that they said that the response > times can be variable, but it really has been quite > awhile. > > > > I know > that this is a kind of unusual request, but if anyone who is > on this mailing list is also a member of that forum, could > you maybe contact one of the admins there and ask them to > register me on the forum? > I think Francisco > can help you to register you on the forum. > I > also had issue to register (and to receive thread > notifications) > because I can't receive > email from the forum due to a misconfiguration > of the mail server used by the forum. I suspect > this is not fixed. > > > > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit > with PHP but have some questions that I'm really stuck > on. > > > > In particular, > I installed it originally with PHP 5.4.x and got that > working, but I am getting an error on the Report by tester > involving bcmul, and I determined that it's because PHP > 5.4.x doesn't support bcmul. So, I re-built PHP using > PHP 7, but then that is failing because PHP7 no longer > supports Mysql and apparently the Testlink doesn't > support the new mysqli replacement, so I'm trying to > find out how to get that report working. > > > > Also, if someone on > this mailing list knows the answer to that question, please > post? > We use Testlink 1.9.14 with PHP 5.4.45 > on CentOS/RedHat. > I solve the issue > installing the package php-bcmath. > > Aurelien > > > > > Thanks, > > Jim > > > > > ------------------------------------------------------------------------------ > > Transform Data into Opportunity. > > Accelerate data analysis in your > applications with > > Intel Data Analytics > Acceleration Library. > > Click to learn > more. > > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > > > _______________________________________________ > > Testlink-general mailing list > > Tes...@li... > > https://lists.sourceforge.net/lists/listinfo/testlink-general > > > > > -- > Aurélien TISNE > Communication & Systèmes > Equipe Outil > 05 67 04 10 46 > sup...@c-... > > Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil > > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: o h. <oh...@ya...> - 2016-03-17 09:09:15
|
Hi, I am on CENTOS 6.6. PHP 5.6.18. Testlink 1.9.14. I already have php-bcmath (yum install php-bcmath) installed. Everything seems to work except for the "Results by tester per build" report. When I try that report, I get "undefined function bcmul()" error. Jim -------------------------------------------- On Thu, 3/17/16, Aurelien TISNE <aur...@c-...> wrote: Subject: Re: [Testlink-general] An unusual request? To: "o haya" <oh...@ya...>, tes...@li... Date: Thursday, March 17, 2016, 4:09 AM Hi, On 17/03/2016 03:25, o haya wrote: > Hi, > > I've been trying to register for an account on the Testlink forum (http://forum.testlink.org/) for awhile now and have sent email to the email they mentioned several times over several weeks, but so far, have not received any response. I understand that they said that the response times can be variable, but it really has been quite awhile. > > I know that this is a kind of unusual request, but if anyone who is on this mailing list is also a member of that forum, could you maybe contact one of the admins there and ask them to register me on the forum? I think Francisco can help you to register you on the forum. I also had issue to register (and to receive thread notifications) because I can't receive email from the forum due to a misconfiguration of the mail server used by the forum. I suspect this is not fixed. > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit with PHP but have some questions that I'm really stuck on. > > In particular, I installed it originally with PHP 5.4.x and got that working, but I am getting an error on the Report by tester involving bcmul, and I determined that it's because PHP 5.4.x doesn't support bcmul. So, I re-built PHP using PHP 7, but then that is failing because PHP7 no longer supports Mysql and apparently the Testlink doesn't support the new mysqli replacement, so I'm trying to find out how to get that report working. > > Also, if someone on this mailing list knows the answer to that question, please post? We use Testlink 1.9.14 with PHP 5.4.45 on CentOS/RedHat. I solve the issue installing the package php-bcmath. Aurelien > > Thanks, > Jim > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: Aurelien T. <aur...@c-...> - 2016-03-17 08:31:43
|
Hi, On 17/03/2016 03:25, o haya wrote: > Hi, > > I've been trying to register for an account on the Testlink forum (http://forum.testlink.org/) for awhile now and have sent email to the email they mentioned several times over several weeks, but so far, have not received any response. I understand that they said that the response times can be variable, but it really has been quite awhile. > > I know that this is a kind of unusual request, but if anyone who is on this mailing list is also a member of that forum, could you maybe contact one of the admins there and ask them to register me on the forum? I think Francisco can help you to register you on the forum. I also had issue to register (and to receive thread notifications) because I can't receive email from the forum due to a misconfiguration of the mail server used by the forum. I suspect this is not fixed. > > I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit with PHP but have some questions that I'm really stuck on. > > In particular, I installed it originally with PHP 5.4.x and got that working, but I am getting an error on the Report by tester involving bcmul, and I determined that it's because PHP 5.4.x doesn't support bcmul. So, I re-built PHP using PHP 7, but then that is failing because PHP7 no longer supports Mysql and apparently the Testlink doesn't support the new mysqli replacement, so I'm trying to find out how to get that report working. > > Also, if someone on this mailing list knows the answer to that question, please post? We use Testlink 1.9.14 with PHP 5.4.45 on CentOS/RedHat. I solve the issue installing the package php-bcmath. Aurelien > > Thanks, > Jim > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Testlink-general mailing list > Tes...@li... > https://lists.sourceforge.net/lists/listinfo/testlink-general > -- Aurélien TISNE Communication & Systèmes Equipe Outil 05 67 04 10 46 sup...@c-... Des services à CS : https://vulcain.si.c-s.fr/wikis/eo/doku.php?id=equipe_outil:services_proposes_par_l_equipe_outil |
|
From: o h. <oh...@ya...> - 2016-03-17 02:25:42
|
Hi, I've been trying to register for an account on the Testlink forum (http://forum.testlink.org/) for awhile now and have sent email to the email they mentioned several times over several weeks, but so far, have not received any response. I understand that they said that the response times can be variable, but it really has been quite awhile. I know that this is a kind of unusual request, but if anyone who is on this mailing list is also a member of that forum, could you maybe contact one of the admins there and ask them to register me on the forum? I got Testlink installed on Apache 2.2.31 on CENTOS 6 64-bit with PHP but have some questions that I'm really stuck on. In particular, I installed it originally with PHP 5.4.x and got that working, but I am getting an error on the Report by tester involving bcmul, and I determined that it's because PHP 5.4.x doesn't support bcmul. So, I re-built PHP using PHP 7, but then that is failing because PHP7 no longer supports Mysql and apparently the Testlink doesn't support the new mysqli replacement, so I'm trying to find out how to get that report working. Also, if someone on this mailing list knows the answer to that question, please post? Thanks, Jim |
|
From: o h. <oh...@ya...> - 2016-02-23 12:29:37
|
Hi, I have been trying to install Testlink from the latest source on CENTOS. - Apache 2.2.31 - built from source, installed in /apps/httpd - Php - built from source, installed in /apps/php - MySQL - installed from Yum I think that I was able to get the installation done, but when I go to http://<host>/testlink/index.php it takes me to login.php. However, when I try to login with admin/admin, it just takes me back to the login page. Looking at the audit file, it shows that the login succeeded. Also, I found a thread on the forum: http://forum.testlink.org/viewtopic.php?f=1&t=7533&p=18582&hilit=looping#p18582 that seems to have the same problem, but doesn't have a solution. I've been trying to get registered on the forum but haven't been able to get a response yet, so I am trying via the mailing list. Thanks, Jim |
|
From: Nelio P. <nel...@ge...> - 2016-01-15 20:27:54
|
Hello We currently use Testlink 1.9.13 for all our projects. We issue a weekly status reports where we include the test progress. For that, we must access the metricsDashboard.php page for each one of the projects and then copy this information into a status report. We'd like to create an automatic status report based on the Testlink database information. We need simple summarized information as below: 1. Total test count for each project: Testproject prefix | node name | Test cases count 1 | Project 1 | 54 2 | Project 2 | 87 3 | Project 3 | 23 ................... 2. Test cases execution status. In other words, how many testcases were executed and their respective result: Testproject prefix | node name | execution status | Test cases count 1 | Project 1 | p | 13 1 | Project 1 | b | 3 1 | Project 1 | f | 29 2 | Project 2 | p | 87 3 | Project 3 | f | 4 3 | Project 3 | b | 19 ................... I've tried to create SQL statements to produce this information, but every time I thought I'd got it made I found another mismatch comparing to the metricsDashboard.php official results. Please, can someone write those SQL statements for me? Kinds regards |