Questions tagged [testrail]

TestRail is a comprehensive web-based test case management software to manage, track and organize software testing efforts.

123 questions
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
  • 988
  • 11
  • 23
0
votes
1 answer

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
  • 357
  • 2
  • 3
  • 13
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,145
  • 7
  • 15
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
  • 33
  • 1
  • 7
0
votes
2 answers

Zephyr to Test Rail migration - Is it possible?

We are currently looking at Testrail as an alternative to using the Zephyr plugin within JIRA as Testrail looks to give us better test case and reporting management than Zephyr does. Currently faced with the usual problem when changing tools of how…
Tufty
  • 376
  • 3
  • 22
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
  • 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…
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
  • 558
  • 2
  • 12
  • 21
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
  • 5
0
votes
2 answers

using testrail api in python script

I have the curl command, but not sure about how to run that in python script. curl -H "Content-Type: application/json" -u "username:password" -d '{ "name":"something" }' "https://xxxxxxxx" I'm planning to use subprocess, but the api documents…
Khalil
  • 11
  • 1
  • 5
0
votes
1 answer

Using multiple runner annotation in test class for spring-boot and testrail

I have to link my tests with testrail and for that I have to use the testrailrunner. But if I exclude the springjunit runner then my tests fail on starting the service and its not possible to use both the runners What's a workaround for this so that…
worrynerd
  • 615
  • 1
  • 9
  • 28
1 2 3
8
9