Is there any way that I can change the editor which come with testrail?
It supports the markdown language which is not enough for our users.
Is it possible to replace current editor with other editor such ckeditor?
Thanks.
Alston
Is there any way that I can change the editor which come with testrail?
It supports the markdown language which is not enough for our users.
Is it possible to replace current editor with other editor such ckeditor?
Thanks.
Alston
Can I create a new project according to an existing project?
I can customize different view for test case (e.g. different column) in different project.
If I can create a new project according to an existing project then I needn't to customize it again.
Thanks.
Alston
Hello,
I am wanting to set up my environment in this manner:
Project 1: Mobile device product family 1
Project 2: Mobile device product family 2
Project 3: Mobile device product family 3
Each of these projects are managed and executed by different QA groups and I need to keep them separated.
However, there are many test cases that are used across each of the projects. For example, the mobile devices tested across each project family is the same - iPhones, Samsung, Motorola, HTC, etc
The devices have the same features/sensors that need to be tested within each product family; so we use the same test cases. Actually it is imperative that we use the same tests to ensure the functionality is consistent. I honestly do not want to have duplicate test cases as that will triple the work in maintaining the test cases.
How can I achieve this requirement? I have not been able to find a method to span across projects as the test cases seem bound to a specific project. Using test plans within a single project is not the outcome I wish to use as that will intermix test efforts of each project.
Any suggestions?
Hello,
I am trying to organize my test cases. I have created a new project with the multiple sections. In my sections I have mutliple test cases that have different priority. I would like to organize my sections with priority. Is that possible?
Also when I create a test run, I would also like to organize my test cases inside a test run to show the sections i want tested first at the top. Is that possible?
Hi,
While test runs some of our tests can't send info to testrail.
There is errors in log: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3
I found that it can be because of misconfiguration in SSL/TLS.(http://stackoverflow.com/questions/25814210/opensslsslsslerror-ssl-connect-syscall-returned-5-errno-0-state-sslv3-read)
Looks like you have several servers in load balancing. And some of them have wrong SSL/TLS configuration. Thats why some tests can't send info using your API.
Can you help me to resolve this issue?
SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A["C:/Ruby193/lib/ruby/1.9.1/net/http.rb:800:in `connect'",
"C:/Ruby193/lib/ruby/1.9.1/net/http.rb:800:in `block in connect'", "C:/Ruby193/lib/ruby/1.9.1/timeout.rb:55:in `timeout'", "C:/Ruby193/lib/ruby/1.9.1/timeout.rb:100:in `timeout'",
"C:/Ruby193/lib/ruby/1.9.1/net/http.rb:800:in `connect'", "C:/Ruby193/lib/ruby/1.9.1/net/http.rb:756:in `do_start'", "C:/Ruby193/lib/ruby/1.9.1/net/http.rb:745:in `start'",
"C:/Ruby193/lib/ruby/1.9.1/net/http.rb:1285:in `request'", "C:/BuildAgent/work/24b7f64ed6c6a22a/Ruby_Autotests/common/testrail.rb:82:in `_send_request'",
"C:/BuildAgent/work/24b7f64ed6c6a22a/Ruby_Autotests/common/testrail.rb:45:in `send_get'",
"C:/BuildAgent/work/24b7f64ed6c6a22a/Ruby_Autotests/common/test_rail_reporting.rb:59:in `get_test_id'",
I try to add a new testrun via the TestRail API v2 method add_run in Java. It results in the following APIException:
com.gurock.testrail.APIException: TestRail API returned HTTP 400("Invalid or incomplete JSON string in API request.")
Here is my Java code (I'm using Java :
public JSONObject AddTestRunTest(String sTRUrl, String sUserName, String sPassword ) {
JSONObject jsonObject = null;
APIClient client = new APIClient(sTRUrl);
client.setUser(sUserName);
client.setPassword(sPassword);
String sjsonString = "{\"suite_id\": 166, " +
" \"name\": \"New TestRun\", " +
"\"assignedto_id\": 2 , " +
"\"include_all\": false, " +
"\"case_ids\": [18361, 18341, 18342, 18344, 18345, 18346, 18347, 18322, 18348, 18349, 18350, 18351, 18352] }";
try {
String sAPIMethod = "add_run/18";
jsonObject = (JSONObject) client.sendPost(sAPIMethod, sjsonString );
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (APIException e) {
e.printStackTrace();
}
return jsonObject;
}
Response-Code from method add_run 400 says: Invalid or unknown project.
BUT I'm sure that the project-, session- and even caseids are correct, existing and fit together.
I know this for sure, because if I do the same via curl it works.
Here my curl - command:
curl -D- -u Username:Password -X POST --data @create-testrun.json -H "Content-Type: application/json" TestRail-Host/testrail/index.php?/api/v2/add_run/18
Here the content of the file create-testrun.json (simply a copy of the content of my java-varaible - see above):
{"suite_id": 166, "name": "New TestRun", "assignedto_id": 2 , "include_all": false, "case_ids": [18361, 18341, 18342, 18344, 18345, 18346, 18347, 18322, 18348, 18349, 18350, 18351, 18352] }
Based on this request: http://forum.gurock.com/topic/2043/ui-s … tom-field/
How to use:
Define the rules in var rules (line 12). For each rule specify an expression and a class to add to the table row when expression is true. Note: in expression use this.fieldname, where fieldname is a system name of the field to be evaluated (see API reference)
Declare styles for the classes which you used in the rules. Remember that the class gets added to a <tr> item.
Review and remove the rules defined in the gist as example.
The script uses REST API, so make sure it is enabled in your installation. The styles should apply as soon as the cases are loaded, or whenever the table is recreated (e.g. another section is selected). The fact that conditional formatting is not applied to new/copied cases is a known issue (hopefully not critical for you — as I don't wanna fix that too )
Feel free to ask if anything works incorrectly.
I currently have a project with 94 different suites. Now that we've updated to 4.0 I am considering switching to the single repository mode for this project. My question is how do I do this efficiently? I don't see any way to do this as a single operation. I can export each suite individually but the problem is that when I import a single exported suite into a single repository project, it doesn't add the suite as a base section. Anyone have any ideas how I can do this easily?
Thanks!
I'm seeing something strange I've never experienced before. I have a few test plans that are open that do not display the edit options in the list view as well as in the plan view. When I go into the plan view for those plans, the close icon is available and I can close a plan in this state. So I assume the edit option isn't displaying because somehow these are flagged as undeleteable (but closeable via the close button) and I have no idea why. I don't see how it is a permissions issue because all others I can delete. Any ideas what can cause a plan to get into this state?
Thanks!
there have been several threads on case-ids changing when moving cases across project boundaries. While we need these to be persistent also, this thread is a request, if that doesn't happen to provide a persistent URL so that we can link to the test-case (from jira for instance).
our test reporting structure mandates that we sort via projects and these projects move from time to time.
We need a way to persistently link to a test-case. permissions on projects could take care of the rest no matter if the case-id changes or not.
thanks!
-eric
Hi all
I'm new to TestRail, started using it only few months ago (and more frequently these days).
I'm trying to create a Case Property distribution report but would like to have option to select two properties for the report.
For example, we have these two Case properties in use
Priority: with values P1, P2, P3
Automate: with values Yes, No, TBA
So the report I would like to have is to see a "Automated" distribution across every "Priority".
Is this feature maybe already in your plans? Can we expect this in some of the future releases?
The workaround for this, but a not an elegant one, is to create separate reports for each "Priority" value (filter cases in the report bu specific Priority)
Thanks a lot,
Nemanja
Hi,
Currently, is there a way to customize the test status options per project?
For example, for ecommerce projects we utilize a status of "Compatibility" i.e. compatibility testing is being carried out (so its kind of like an "In Progress" status but more specific). This is only for ecommerce projects and other projects do not want to see this, so can I assign this status purely to the projects that need to see it?
If not, then please can this be added to improvements lists as this would make managing multiple project types a lot easier.
Many thanks
Stuart
Hi everyone!
I would like to know if there is a TestTrack Pro How-To to TestRail Integration available. It's to implement the Defect-plugin with TestTrack Pro.
Thanks a lot for your help, it is really appreciated
-Steve
If you are in a section (have selected the section on the right so that it is the only thing visible), and you click on the "Add Case" button (on the right of the top strip), you are taken into the full "Add Test Case" view, where you create your test and click "Add Test Case" at the bottom to save.
Unfortunately, this process creates the Case in the root section, not the section that you were "in" when you started the process.
I am aware that you can select the section once you are in the full "Add Test Case" view, but this should default to the section that you started in, not the root.
I am also aware that you can click the "Add Test Case" link at the bottom of the section that you are in to create a Case directly in that section. But, firstly, that is a two step process (create, then edit to provide detail), secondly, the "Add Case" button (which is not behaving as expected) is more visible.
For those of you that cannot wait for a solution from Gurock, here is a solution for getting SmartInspect 3.3.7 to work with Delphi XE7, that worked for me.
Because the instructions include a lot of code listings that are too much to put directly into this forum, I instead link to my blog post about it. This is how to upgrade SI to XE7 http://seanbdurkin.id.au/pascaliburnus2/archives/216
I want to know the total sum of estimated time for test cases for a suite.
It would be better to divide into subtotal for section.
Is there any way that I could archive this?
The only way I can come out is assigned to somebody and create a work load report.
But I have to create a test plan/run and assigned to somebody and then create a work load report.
This took too many steps for this purpose.
Any idea about this?
Thanks.
Alston
Hi I need to track who updated what and when. How can I do it without opening every one of 600+ our test cases?
Feature request:
Hi. We have Releases and Sprints. It would be much more convenient to have a tree of Releases/Sprints instead of plain list
When I add Reference in Test Case - an ID of Jira ticket, and then point mouse over that reference no window pop ups. It is very inconvenient that I can't see at least Summary of the referenced ticket.
However if I add defect and point mouse over it I can see it's details in popup window.
I suggest you add the same functionality for References.
Is there a way to display report with summary of test run (chart) and list of all found defects (not all cases - only defects).
Also if would be great to separate new defects from previously known.
Such picture is really what is expected from every test run.