Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 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
43 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
90 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
54 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
98 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
208 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
83 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
662 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
22 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
45 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
85 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
90 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
368 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
88 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
47 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
0 votes
0 answers
294 views

Does anybody know how to import Test cases from a CSV File to a Test repository in JIRA XRAY using Python? I am currently receiving response 500 every time I run my code, failing to add test cases My ...
Arjun Kang's user avatar
0 votes
2 answers
1k views

While conducting a bulk upload of test cases to Azure DevOps, I want each test case to be linked to an existing User Story with Link Type of Tested By. Is this possible?
Huzefa Kazi's user avatar
0 votes
0 answers
215 views

I have multiple python modules to be tested and I'm testing it using the tox file with the command "coverage run -m test_folder". While testing, for few modules I'm getting lower test ...
Nelson's user avatar
  • 23
1 vote
1 answer
55 views

I want to test the update function of a view set from rest_framework.viewsets import ModelViewSet @extend_schema(tags=['Customers']) class CustomerViewSet(ModelViewSet): """ This ...
Thomas Campos's user avatar
-1 votes
1 answer
178 views

Getting this NPE even when all services are annotated Here is the code, and I think I can also get similar error for EncryptDecryptService though not getting that for now Error java.lang....
Kinova's user avatar
  • 31
0 votes
1 answer
499 views

I would like to see testcases on the backlog view but it is not showing even though they are linked. Is there a way to make them appear on the backlog views? I've tried to google it without any ...
Drdrn's user avatar
  • 3
1 vote
1 answer
55 views

everyone! I can't figure out how the sessions work in Django. I have a shop, an anonymous user's shopping cart is bound to session_key. The session key is taken from the request object. def ...
Андрей's user avatar
0 votes
1 answer
44 views

I do not want to push actual api key. When I replaced the actual key on code base this error is generated E vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing ...
Diganta Protic Biswas's user avatar
0 votes
0 answers
65 views

I am using laravel 9.X, i have created Feature Test cases. There is a middleware on route Route::group(array('prefix' => 'location', 'middleware' => 'adminAuth'), function () { Route::get('/',...
Sachin Nagpal's user avatar
-1 votes
1 answer
19 views

from django.test import TestCase class DefTests(TestCase): def setUp(self): # first made the label UserType(label="mylabel").save() ## UserType is model object, and I ...
whitebear's user avatar
  • 12.6k
0 votes
1 answer
646 views

On ADO, trying to export the test cases in CSV or Excel format, the field listed as "Description" under "Summary" tab is never exported. This is the Summary tab and Description is ...
Max Shaw's user avatar
0 votes
0 answers
38 views

I am trying to write the unit test case for a method called authenticate which has nested method of the same class called login. Now I want to mock the login method and run the test case. I did that ...
divyanshu verma's user avatar
0 votes
1 answer
250 views

I'm uploading issues in Gitlab from a CSV file. Every row representa a Test Case. I would like to link every new imported "Test Case" issue to its "Requirement"/"User Story&...
andreav's user avatar
  • 577
0 votes
1 answer
104 views

I am doing an assignment that requires me to create the code that will make this run with no errors or failures. This is only one test case: Toy t1 = new Toy(1000121, "Red Bike", 3, 98.90); ...
Ethan's user avatar
  • 13
0 votes
0 answers
45 views

How should I functionally test an app from which you can execute its functionalities either through the GUI or through CLI? If I make changes to a functionality, lets say "Read a file"; ...
Carlos J. Jimenez's user avatar
0 votes
1 answer
2k views

Using Jest I've mockimplemented the method and testcase is getting succeeded and for testcase2 I need to implement same mock method with different input and I'm unable to do that. jest.mock('../../lib/...
MUK's user avatar
  • 23
0 votes
2 answers
994 views

in my UI tests I created Custom Attribute [TestCaseId] to be used in tests: [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] public class TestCaseIdAttribute : PropertyAttribute { ...
czarls's user avatar
  • 11
1 vote
2 answers
720 views

My application developed by C# (Microsoft.EntityFrameworkCore, version 6.0.25). I am using Moq (version 4.20.70) and NUnit (version 4.0.1) for unit test cases I tried below method to null check, [...
brendan davton's user avatar
1 vote
0 answers
51 views

I make a test for the /course url, made a login using another endpoint /auth/login in setUP and setUp working fine. The test is failed. here the error message: ERROR:root:the exc is Authentication ...
Omnia Osman's user avatar
0 votes
0 answers
60 views

ubuntu 22.04, mysql 8.0.35, postgresql 16.1, python 3.8.18, django 4.2 django default db = "mydb" We have a large data set saved in "mydb", generating that takes a long time. While ...
Tuhin's user avatar
  • 53
0 votes
0 answers
248 views

I'm trying to figure out how to reset the factory model's primary key (pk) sequence in Django when using FactoryBoy for testing. Consider the following sample model and tests: class Profile(...
Mateusz's user avatar
  • 25
0 votes
2 answers
182 views

For my project we use the Test Plans and Test Cases work items within Azure DevOps for quite some time. Now from an automation perspective we want to rename a few of the paramters in some of our ...
Jurn's user avatar
  • 1,128
-1 votes
1 answer
137 views

i've got a task at my job as internship to enable a breadcrumb navigation for their test catalog in vs code, which I unfortunately can't post here for security reasons. But basically looks like this: @...
Gilchrist's user avatar
0 votes
1 answer
125 views

How to write selenium code for validate asterisk availablity with mandatory fields e.g First Name* , Last Name* , Enter Address*, Enter Phone Number* Need to validate asterisk availablity after the ...
Ajay D's user avatar
  • 11
0 votes
1 answer
222 views

Need to access a json file from project structure. so need to give relative. C# This is for the test case where the data list is compare with the data List from the API call. string ...
Kishan Mistry's user avatar
1 vote
1 answer
119 views

@RestController @CrossOrigin public class KycController { org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(KycController.class); @Autowired private KycRepo repo; @Autowired ...
Apurv Garg's user avatar
0 votes
2 answers
91 views

I have written more than 300 test cases in Azure. Now I have to execute them one by one. But I want to run all of them automatically. Is there any way to run all of them automatically instead of ...
Muhammad Haider's user avatar
1 vote
2 answers
80 views

I am trying to make a Python program to solve the following problem: A large number of ants live on the island of Eden and reproduce at a rate of 40% per month. There is also an anteater on the ...
Juan Esteban Jimenez Benavides's user avatar
0 votes
2 answers
472 views

I've running testcases in azure pipeline but for some reason testcases fail randomly, I just want it to re run only the failed ones, not the whole suite, same as well in local I've tried retires ...
H N's user avatar
  • 1
0 votes
1 answer
111 views

I try to use Infection to evaluate my testcase using php, I have 2 file (Displayuser.php, displayuserTest.php) for the first file Displayuser.php the code like this, this file under func folder <?...
arasyid tutorial's user avatar
1 vote
1 answer
873 views

I am trying to mock DeviceEventEmitter from react-native using jest. The actual code adds and removes a listener on component mount and unmount respectively. I have tried a lot of solutions but none ...
Joshua's user avatar
  • 1,463
0 votes
1 answer
429 views

In current TestRail v8.0.1 Default (1030) I use configurations a lot during test run definition. It would be great to have these values (often more than one) available during test execution. I tried ...
ktr's user avatar
  • 3
-1 votes
1 answer
182 views

I'm trying to write a test case for phone number where only numbers are allowed to pass. How to write it in java using the object types. I tried this where I hard coded the characters. But I want a ...
mayank bhardwaj's user avatar
1 vote
0 answers
319 views

We have a Spring boot v 2.7.x application, running on java 11. And we want to switch to java 17 and Spring boot 3.0.0. But now, when I am making the changes locally (IDE is IntelliJ), the following ...
Ivajlo Iliev's user avatar
0 votes
1 answer
2k views

I looking for the rosetta simulator name in fastfile to run a lane in server. I am trying to run using "iPhone 14 (Rosetta)" But the error in terminal says it doesn't know this device name &...
Navdeep Singh's user avatar

1
2 3 4 5
21