remove test cases with specific result from testrun
Is there a way to remove test case from test run via test result?We happen to select too many cases which we do not need for this test run.Therefore it would contains a lot of "Untested" result in this...
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 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 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 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 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 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 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 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 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 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 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 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 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 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