Skip to main content
1 vote
0 answers
134 views

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 ...
surya Teja's user avatar
0 votes
1 answer
47 views

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 ?
Kunal Bindra's user avatar
0 votes
1 answer
129 views

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 ...
Kuba's user avatar
  • 71
0 votes
0 answers
58 views

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: ...
sarthak taneja's user avatar
0 votes
1 answer
104 views

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 ...
Mehran Magic's user avatar
1 vote
1 answer
287 views

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; ...
Pranoti Joshi - Chepurwar's user avatar
1 vote
1 answer
88 views

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 ...
Solaf Kmail's user avatar
-1 votes
1 answer
937 views

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 ...
Marius Aberer's user avatar
0 votes
1 answer
24 views

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 ...
web_in's user avatar
  • 125
0 votes
1 answer
52 views

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....
user28133511's user avatar
0 votes
1 answer
94 views

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 ...
Didit Setiawan's user avatar
0 votes
1 answer
108 views

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 ...
JoydeepG's user avatar
-1 votes
1 answer
390 views

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 ...
Aditya Thakkar's user avatar
0 votes
1 answer
96 views

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 ...
Mohsin Ali Khan's user avatar
-1 votes
1 answer
49 views

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....
Nancy's user avatar
  • 1,029

15 30 50 per page
1
2 3 4 5
67