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
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
- 21
- 1
- 6
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
- 705
- 1
- 12
- 31
-1
votes
1 answer
How can I use BDD for writing test cases in testrail if I used Selenium with Python for my scripts?
I am trying to learn BDD (Behave) for a Android mobile app automation done in PyCharm using Selenium with Python (so is not pure Python; and I never understood the difference, even though I tried to find info about that).
I'm a beginner, so I need…

Claudaette
- 41
- 1
- 11
-1
votes
1 answer
Trying Jenkins and TestRail integration With agiletestware pangolin but not sure where to find the pangolin server
https://www.agiletestware.com/docs/pangolin-docs/en/latest/setup/server-installation/
Please help me where can i find the pangolin installation file.

Vinay
- 1
- 3
-2
votes
2 answers
TestRail API returned HTTP 400 Field :suite_id is a required field - JAVA
Hi I am having the some problem regarding the integration of TestNG with TestRail Test Suits.
I am working with Java and every time I get error that the Test Suit ID is compulsory. I have also added the the Test suite ID however I am still having…