The following threads have been tagged with 'python'

7 Threads
 
Type Not found error for calling SOAP API TestSet_RetrieveById() or TestSet_RetrieveForOwner()
I am using SOAP API to connect with a Project and trying to get the TestSet information, but when I...
1 posts
18101 views
How can I read Expected result for a specific Step from python test
Hi, I've a requirement to read Info in the expected result of a particular step (usually the l...
1 posts
10423 views
pytest-spiratest - how to obtain test case id of test within Class
Here is part of my spira.cfg: [test_cases] test_example = 1 TestClass.test_example = 2 The probl...
1 posts
5421 views
RemoteLaunch with Python and Selenium
Ok, so using the remote launch tool is a bit convoluted, but I finally got it successfully executin...
2 posts
3465 views
Issue Related To The Python With Unit Tests
Hi, When I execute a Python project following an extensive suite of tests, its slowing down the de...
1 posts
433 views
How to add test case id to the test run?
Hello, Im using the Request Body to POST test run record (projects/{project_id}/test-runs/record)....
3 posts
271 views
Authentication failed using Python
Hello, Im trying to get response form spiratest using python. Here is the code I wrote. import...
1 posts
269 views