1,003 questions
1
vote
0
answers
134
views
Unable to move Test Case work items between projects in ADO “Work item type Test Case cannot be moved because it is disabled, hidden or not supported”
I'm trying to move Test Case work items from one Azure DevOps project to another within the same organization.
However, when I try to move them, I get the following error:
Work item type Test Case ...
0
votes
1
answer
47
views
How to go for JUnit testing for producing the test cases for the given program?
Suppose if you are going for the creation of test cases in VS code then how to build the test file for that by commands or built-in options ?
0
votes
1
answer
129
views
AzureDevops API - create test points
is there a way to create Test Point in Azure Devops? I can find in documentation how to update existing test point - assign tester, etc... but my use case is to create a particular number of test ...
0
votes
0
answers
58
views
Removing all the Mock JSON fixtures to convert it into methods for the similar use
In my project, we have 1000+ fixtures (mock JSON) files. I am required to find a way to remove all these JSON files, and use .mock() methods instead. Here is an example:
struct Person {
var name: ...
0
votes
1
answer
104
views
Laravel 11: Routes Work in Browser and Postman but Not Found in PHPUnit Tests
I am developing a modular project in Laravel 11, where each module defines its routes inside itself. The routes are working perfectly in the browser and Postman, but when testing the same routes using ...
1
vote
1
answer
287
views
Unit Testing in Ceedling using ASSERT Statements
I am writing test cases in Ceedling for the below function with assert statement :
fsp_err_t ad7606c_init(const bsp_io_port_pin_t cs, const spi_instance_t* spi)
{
fsp_err_t result = FSP_SUCCESS;
...
1
vote
1
answer
88
views
The failed test cases image are broken inside my Jenkins report
The images inside the Jenkins report are broken but the same images are not inside the local report.
I am using the Jenkins Free model to run test cases but in the Jenkins report the images appear ...
-1
votes
1
answer
937
views
Add parent link for new work items, if link contains an item with a parent
A use case may be:
Feature is created
A child PBI is created
A new test case is created via - "Add link", "New item"
So most probably the test case is also a child of the ...
0
votes
1
answer
24
views
fControl.get is not a function in angular unit test
Trying to write an unit test for changeFunctionalityStatus(). facing the issue like fControl.get is not a function .
Stuck with this Anyone pls help me why this issue coming. TIA
...
0
votes
1
answer
52
views
Need to Skip test cases under a fixture If previous test of the same fixture failed (Using TestCafe)
I am working with a situation where I have the following scenario/steps to Test
Create
Edit
Delete
I have the test cases ready but I need a way to skip the Edit and Delete TCs if the Create TC fails....
0
votes
1
answer
94
views
How to submit nested test suites with plugin qase-pytest?
I'm struggling to created nested suites when using qase-pytest plugin, hence in the docs, it can be use dot annotation to create the nested test suites but it doesn't works. I use the library from ...
0
votes
1
answer
108
views
While importing methods from another file - AttributeError: 'TestCase' object has no attribute 'assertRaisesRegexp'Cell Execution Error
Problem Summary: I am trying to import two python methods mentioned in another file and receiving the following error,
In Jupyter Notebook (another file named verify.ipynb), I have imported two ...
-1
votes
1
answer
390
views
I am getting this error while writing the test case : - Trying to run get method on non-active contract
I am writing smart contracts to mint fungible tokens(jettons) in the FunC language for the TON. While writing the test case i am getting below error :-
Trying to run get method on non-active contract
...
0
votes
1
answer
96
views
I am facing issue while using AltTester unity sdk
Using this library in C# script while writing test cases in unity c# script
using Altom.AltUnityDriver;
we face the error ,
type or namespace name 'Altom' could not be found (are you missing a using ...
-1
votes
1
answer
49
views
How to write unit test case using Jamine to test form controls touched, untouched and dirty conditions
I have a form built using reactive forms angular and I have the below code.
The entire if conditions says , branch not covered, how can i make sure the branch is covered.
this.tableOptions.rowData....