TestRail 4.2 released
Hello,We are happy to announce the immediate availability of TestRail 4.2! The latest version comes with various new productivity features for testing teams, such as extensive keyboard shortcut...
View ArticleExport to Excel
Hi.I need to export all test cases to Excel spreadsheet to make some analysis.However I have found that exported CSV has some problems:- enters in long text fields are considered as new row- tags...
View Article[UI Script] Assign helper
I write another script to help us to assign test.There will be a tooltip shows the total sum of estimated time of the selected tests.Then I can easily have an idea about how much the loading is I am...
View ArticleUpdating seperate steps through Java API
Map data = new HashMap<String,String>();data.put("status_id", new Integer(5));data.put("comment", "This test FAILED!");data.put("custom_steps_seperated","[{\"status_id\": \"1\"},{\"status_id\":...
View Article[UI Script] Show assigned status
I write a script to show current assigned status.It will add a button in toolbar when view testrun.A new window contains the assigned status popup when click on the button name: Easy Assign...
View ArticleCustom Result Fields in Reports
How can I add my custom Result Fields into Reports in TestTrail?My company has various hardware/software/back-end systems which are tested in various combinations and I require knowledge of what...
View Articleresult_dialog.validate no longer called when doing push ?
Hi Gurock, I had a few validations on the add result dialog that I needed to be called before the push (before version 4), and now it seems it's not called anymore when doing push. Is there a new way...
View Article[API] Upload screenshot (again.....)
Hi,I know this topic has come up several times, and yes, I know that the API currently doesn't support uploading screenshots. My question is: will the next version of the API support this feature? And...
View ArticlePush option (JIRA): Can configuration info be added to the title?
When pushing a failed test case, currently the title auto fills with the test case title. The configuration information is appended (in parenthesis) in the TestRail test case title but is not pushed...
View ArticleAdd a Test Plan (TestRailService API for Java) not work since today!
Hi, today I have some troubles with TestRail API for Java.The method for add a test plan not work for me since today.The code:… TestRailService testRailService = new...
View ArticleQuestion: Test report - The report give me two different reports
Based on this screen shot:http://puu.sh/hB23R/1b063581b2.pngShoulden the results be the same?The report is created based on 8 test runs that I made my colleagues do during the last couple of days.I'm...
View ArticleRequirements/references coverage against Milestones
I am currently evaluating TestRail and my experience has been almost entirely positive about the product.The one gap is in the coverage of requirements (references) against test cases. I know that...
View ArticleImport from CSV - Default load mapping configuration file
Hi GurockSoftware,Is there a way to set a default load mapping configuration file (.cfg), to be used when you are importing test cases from CSV, instead of having to load one every time?import CSV...
View ArticleTFS referencing
Hi,Following on from this thread, is there a way to input a TFS ID into the 'Reference' field, but have the test case display the TFS 'Title' field instead of the ID when saved?That is:When creating...
View ArticleLogging to SQLServer
Hi,You have mentioned elsewhere that logging to SQL Server (or any database for that matter) is an easy exercise if we follow the instructions at creating our own protocol.Would you be so kind to...
View Articlegenerating reports
I am trying to generate the following 2 types of reports on testrail. Need help on how to generate them.1. All my test cases have a custom field - user story ID. How do I run a report to pull all the...
View ArticleAdding new fields to the defect Lookup function
My PHP isn't very strong, so I may be missing something...I've spent the last day trying to customize the jira_REST defect plugin so add an additional field to the lookup function (fixVersions), so...
View ArticleContent-Type header invalid, use Content-Type: application\/json
Hi,I'm writing a POST code in Google Sheets script that will go through a test run export populated with results and push it into TR. My code is as follows:[..]function constructApi() { var headers =...
View ArticleCopy attachments from one project to another in testrail
How to copy attachments from one project to another in testrail.If there is any attachment in of the testcase. How to copy the attachment to the related testcase in new project.ExTC NO 1 has attachment...
View ArticleRemove test result?
Hi,I executed a test and filled out all of the details, but forgot to change the Drop-down to Failed from Passed. So I'm wondering if it's possible to remove the "Passed" result which was submitted in...
View Article