TestRail is a comprehensive web-based test case management software to manage, track and organize software testing efforts.
Questions tagged [testrail]
200 questions
0
votes
1 answer
Protracter + Cucumber + TestRail integration
What is the best way to integrate Protracter + Cucumber + TestRail. I tried to find the documentation however it was not able to find any good solution.

J Don
- 65
- 1
- 2
- 6
0
votes
2 answers
Pytest Testrail Module - Post Test Results for Test Runs
I am trying to use the pytest testrail module and started with this demo script:
import pytest
from pytest_testrail.plugin import testrail
@testrail('C165')
def test_run():
print "T165:pass"
It does create a test run but does not post any…

Bhavesh Lad
- 5
- 3
0
votes
1 answer
TestRail and JIRA integration with Robot Framework (RIDE IDE)
We are using RIDE IDE and are trying to integrate TestRail and JIRA. We have downloaded the TestRail API python file (testrail.py), but we are not able to import it in our project in RIDE.
Can we know how to implement the same.
Is there any steps or…

Ryan M
- 37
- 2
- 6
0
votes
1 answer
Testng listener to comply with Apache Ant JUnit XML Schema
As part of a testng automation test suite I would like to automatically push results from jenkins to testrail. I currently have this plugin installed on my jenkins server: https://github.com/jenkinsci/testrail-plugin
The read me states the output…

swilliz
- 13
- 4
0
votes
1 answer
How can I access the list of Steps in my Scenario in a SpecFlow [AfterScenario]?
In my SpecFlow [AfterScenario] step I am pushing results to TestRails via their api. I would like to publish the list of steps executed in the comments but I do see any way to access that information.

Kim
- 1,068
- 13
- 25
0
votes
2 answers
Unable to fetch data from test rail using java
I am using the API provided by Test rail to pull info using java.
Below is my program.
APIClient client = new APIClient("https://test.testrail.net/index.php?/runs/view/154");
client.setUser("..");
client.setPassword("..");
JSONObject c =…

sougata das
- 387
- 2
- 3
- 16
0
votes
1 answer
How to integrate PHPunit with testrail
I want to integrate my functional test result with TestRail . Since test rail accept status update means whether the test is success or fail for integrating with it . But PHPunit functions like assertEqual, assertTrue, etc do not return any values.…

G San
- 81
- 6
0
votes
0 answers
How to capture that a protractor spec file failed in afterAll function
I was wondering if there is any simple way to capture that a protractor spec file has failed.
If one it block fails when you run a test on browserstack or saucelabs it marks that as a failure. I would like to if possible capture that value in the…

BarretV
- 1,197
- 7
- 17
0
votes
1 answer
Method threw 'java.lang.NoSuchMethodError' exception. Cannot evaluate com.codepine.api.testrail.model.Result.toString()
I've been banging my head on this for about a week straight now and can't figure out why this is happening.
I'm using the latest stable version of the testrail-api-java (1.0.1) in a mavenized java 1.8 project with the latest Selenium and TestNG.
I'm…

mmyers
- 43
- 1
- 7
0
votes
1 answer
How to know a specific test failed in python selenium + testrail
I got a logic problem. I have a test Suite with Selenium Python + TestRails. When a test fails, all the subsequent tests fails as well(even the tests that does not fails). I know the reason, my problem is found out the solution.
I am using this…

Yago
- 1
- 1
- 3
0
votes
0 answers
Soap UI - Changing a property depending on a response
I have some Soap UI scripts running nicely but I want to improve it by adding support for my Test Tool's API (I'm using TestRail)
I want to have it so once a test has completed in Soap it sends the relevant API request and the test case is updated…

Neil Pemberton
- 43
- 6
0
votes
1 answer
How to add new .php page into test rail?
Official guide told us, that we should place .php page near index.php (for example).
But how I can do it, if I have test rail installation on the cloud (test rail.net)?
I need to add buttons to start our tests. But i can send request from javascript…

Pokimon
- 3
- 1
- 4
0
votes
0 answers
Error could not load type ...Maxlength
I am making an application for migration working with Microsoft test manager and i have that exception
Could not load type 'Microsoft.TeamFoundation.TestManagement.Common.MaxLength' from assembly 'Microsoft.TeamFoundation.TestManagement.Common,…

k.diallo
- 11
- 5
0
votes
0 answers
Authentication error when trying to connect to TestRail using HTTP request
Im trying to set up a connection to the TestRail API within VBA for Excel but I keep getting this error
"{"error":"Authentication failed: invalid or missing user\/password or session cookie."}"
This is the HTTP request
userPass = user + ":" +…

unknownSPY
- 706
- 4
- 15
- 27
0
votes
1 answer
Trigger Automated Test from Testrail to Ranorex
Anyone had also worked with TestRail(maybe by a click of a button) trigger automated test run in Ranorex and return the result/s back to testrail.
Would it be possible to share to us the steps you made and maybe a sample code.
Can you highlight how…

Luvs1015
- 9
- 6