Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
46 views

I’m trying to set up RSAT (Regression Suite Automation Tool) to run existing test cases from Azure DevOps Test Plans against a Dynamics 365 Finance & Operations environment (cloud sandbox). The ...
Sabrina Hammerich Ebbesen's user avatar
0 votes
0 answers
54 views

We are using RSAT (Regression Suite Automation Tool) to automate testing after updates in Dynamics F&O. In order to connect to F&O and execute the (automatic) tests I need to download and ...
user2962502's user avatar
3 votes
0 answers
110 views

I am having a problem with expect (v5.45 on macOS) that I cannot figure out a solution to. No matter what settings I have tried, any data (with value over x7F) is always sent as unicode, adding extra ...
epooch's user avatar
  • 91
0 votes
1 answer
462 views

I am very curious about how the Linux kernel does regression testing. I know there are existed test suites like LTP, kselftests to ensure the quality of linux kernel. And there are also regzbots to ...
Hardy's user avatar
  • 1
0 votes
3 answers
97 views

I am aware of the definition of functional and regression test case. But I am not able to distinguish which test case should fall in functional and which one should fall in regression test. For ...
nayak0765's user avatar
  • 293
1 vote
1 answer
2k views

This is the problem statement: You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history ...
Cindy's user avatar
  • 23
0 votes
1 answer
3k views

I have set up the Regression Tests for my maven spring application using Rest Assured and TestNg framework and it works fine. I would like to set up unit tests for the same using Junit5 and get code ...
erlich bachman's user avatar
1 vote
1 answer
2k views

I have to use DeepDiff to compare two lists of dictionaries with metrics of some variables. The comparison should be done in such a way that if the new metrics are equal to or greater than the ...
ericgcc's user avatar
  • 11
1 vote
1 answer
422 views

I have the following multinomial logit regression FLAG ~ Cash + Debt + Other variables Where FLAG is a dummy with three levels, that distinguishes three different types of firms, while Cash and Debt ...
Andrea Brama's user avatar
0 votes
1 answer
175 views

I'm trying to calculate the baud rate of the data transaction by capturing the simulation time of two signal changes. I couldn't get the correct baud rate computed until I changed the 1000000000000 to ...
Shawn Khoo's user avatar
1 vote
1 answer
889 views

Is there a way to match the response data from API which contain a nested array for a key where key-value pair are in different order inside the nested array in karate? Scenario: Verify original data ...
Harish's user avatar
  • 33
1 vote
3 answers
2k views

I need some clarification on the usage of Cypress. I'm writing some e2e tests and one of them failed, because the element is not visible. I found this answer helpful, it solved my problem. Clicking ...
Yves Boutellier's user avatar
0 votes
0 answers
131 views

I am creating a map where when an acceptance/regression test case is run, It should give me all the Class instances it is called So that I can map these classes with their respective regression test ...
Koushik J's user avatar
  • 672
0 votes
0 answers
44 views

Say you have a PHP function getId that calls a function from another class: public function getFoosForBar(int $bar): array { $helperClass = new HelperClass(); return $helperClass->getFoos($...
Zectzozda's user avatar
2 votes
1 answer
271 views

I'm able to generate backstop reports and see them as static pages, but when I try to load the interactive report provided by backstop remote I get the following message in the browser: Cannot GET / ...
cesarbrie's user avatar
-1 votes
1 answer
136 views

Details: I had already read several articles regarding a security-specific regression test, which could not be more different. Some advocate a strict mixture of CI pipelines and manual pentest ...
Mornon's user avatar
  • 79
1 vote
1 answer
2k views

I'm just wondering whether there is any good framework for doing integration / regression tests in Python? I want to run all modules on large input data files (sensor measurements) to ensure that new ...
Alexey Abramov's user avatar
0 votes
1 answer
464 views

I am trying to build testcase parameters and expected outputs from a directory structure. The directory structure is as follows: __init__.py foo.py testing/ ├── test_foo/ │   ├── __init__.py │   ├── ...
Daniel B's user avatar
  • 322
0 votes
0 answers
259 views

I have testingSuit.xml which is interlinked to many xml files to test many test cases. Now I would like to run that testingSuit.xml (which is interlinked) through Java class programmatically. Here is ...
Swathi's user avatar
  • 87
1 vote
2 answers
440 views

Integration test checks that when units are combined, the systems fucntions well. Regression tests also do the same. What is the example for difference between these?
variable's user avatar
  • 9,925
0 votes
0 answers
62 views

Good morning, all! I am attempting to output 10 examples of test data that has been run through my model. Admittedly, I am trying to use someone else's code that I adapted to my needs. However, the ...
Discombobul8d's user avatar
1 vote
1 answer
2k views

I am trying to compare two regression coefficient from the same panel regression used over two different time periods in order to confirm the statistical significance of difference. Therefore, running ...
B-Z's user avatar
  • 83
3 votes
1 answer
3k views

Wondering if this is possible. We have our RC that has no ID for an XML layout element. In our Develop branch we add ID to the layout but haven't pulled it in yet. For AndroidFindBycan I use XPATH ...
JPM's user avatar
  • 9,364
1 vote
0 answers
29 views

Can anyone please explain how to create test strategy for those functionalities which are additionally added in our application & that is not mentioned in requirement doc. For example - there is ...
Harshita Gupta's user avatar
0 votes
1 answer
170 views

I like the Python feature of doc-tests for testing functions independently. Does Emacs Lisp have something similar, or could I emulate it in some way? For example, this function gets timestamps from ...
ginjaemocoes's user avatar
  • 4,702
1 vote
1 answer
970 views

I'm writing an API that consists of several microservices. I have the code in a private Gitlab repo. I have a custom CI/CD pipeline configured to run a couple of different steps automatically on every ...
soapergem's user avatar
  • 10.2k
-1 votes
1 answer
82 views

SUMMARY The software I am working is an engineering analysis tool for renewable energy systems. It tests power outputs and things of this nature. My current job task has been to test different ...
finnahuss's user avatar
  • 307
1 vote
1 answer
124 views

I'm looking for a way to identify if a handle references something on the/a screen (a screen, a window, a control, the entire virtual desktop, etc). I'm trying to standardise the resolution of the ...
dakotapearl's user avatar
1 vote
1 answer
75 views

I am working on using continuous deployment for my service which generates XML files as output. To achieve this, we are planning to add Regression Tests to our deployment flow, where we compare the ...
Avijeet Gupta's user avatar
0 votes
0 answers
2k views

I have C# API Library (.Net Framework 4.5.2) and I want to create regression tests to compare between 2 versions of the API. All the information that I found is about how to create regression tests ...
itaiy's user avatar
  • 1,324
5 votes
2 answers
5k views

Prior to switching to using a hash router, I had been implementing the cy.url command frequently to assure that links were navigating to the right URL addresses throughout the application. Now that we ...
Justin Oswald's user avatar
-1 votes
1 answer
769 views

My team relied on emanager desktop version for regression running, coverage merge and reports until now. When we used incisive simulator, the license included basic usage of emanager (desktop version) ...
Shay Golan's user avatar
4 votes
0 answers
304 views

I've been working with Dialogflow for several months now - really enjoy the tool. However, it's very important to me to know if my changes (in training) are making intent mapping accuracy better or ...
JohnH's user avatar
  • 51
6 votes
6 answers
2k views

I have a N+1 problem, and I’d like to write some kind of automated regression test because it impacts performance very much. I thought about spying the EntityManager and verifying its method ...
Rémi Birot-Delrue's user avatar
0 votes
1 answer
70 views

We have a mobile app on iOS, Android, and UWP. Each release, we use the platform specific way to host a beta version. Then we install the production release of the app from the app store, add some ...
Zach Green's user avatar
  • 3,460
2 votes
1 answer
806 views

I'm examining a method for visual regression testing of nearly 1,000 components in a React project. And I'm thinking of using Storybook and BackstopJS to realize it, because many components were ...
kurone-kito's user avatar
0 votes
1 answer
56 views

I have a dataset in which all columns are numerical.Some of the columns have categories in numerical form having levels >= 2. Do i need to convert that categorical numerical column into factor for ...
pquest's user avatar
  • 343
0 votes
1 answer
109 views

We have a suite of UI tests (Functional) that use GEB. However the code is legacy, not following CSS componentization and one change in CSS can have undetected side-effects in unrelated areas. Is ...
Vasileios Anagnostopoulos's user avatar
0 votes
2 answers
330 views

I´ve spent days searching for the optimal models which would fulfill all of the standard OLS assumptions (normal distribution, homoscedasticity, no multicollinearity) in R but with 12 variables, it´s ...
Mapos's user avatar
  • 177
5 votes
2 answers
3k views

Using testcafe grep patterns would partially solve our problem of using tags but it would still display those tags on the spec report ...!!! Is there a way to include tags in the test/fixture names ...
Kishore Nanduri's user avatar
1 vote
0 answers
737 views

So, a brief description of what I want, what my issue is, and what I have tried. I want to declare and use a dictionary variable for my tests in pyrest, specifically for the [url, body] section so ...
archon263's user avatar
4 votes
1 answer
667 views

I am working on a PHP based Website written in the symfony framework. I want to do automated GUI testing. All I know about testing is PHPUnit tests which won't apply for my GUI application. Is there a ...
user avatar
1 vote
3 answers
2k views

I am trying to validate a pin code in my application. I am using Katalon and I have not been able to find an answer. The pin code that I need to validate is the same length but different each time I ...
mwidener's user avatar
0 votes
1 answer
722 views

I am trying to setup Test Automation process to be executed on multiple Under Test Environments acting on intermediate proxy. See below picture Existing test automation process is based on data-driven ...
Vincenzo Marrazzo's user avatar
2 votes
2 answers
232 views

I'm trying to find the best way of How to run TestCafe tool scripts using particular grouping - smoke, regression, etc.? What would be the proper syntax of cmd? WE have script with fixture and think ...
agoldenberg's user avatar
0 votes
1 answer
71 views

I am using multi linear regression to do sales quantity forecasting in retail. Due to practical issues, I cannot use use ARIMA or Neural Networks. I split the historical data into train and ...
Adeel Hashmi's user avatar
3 votes
1 answer
3k views

I have been automating a web application regression test using Katalon Automation Recorder. There is a part where I want to use a unique application ID that's generated by the system to search for ...
user avatar
0 votes
0 answers
230 views

I am running OLS regressions on time series data (interest rate swap spreads). I have run the regressions with Newey-West standard errors to deal with both autocorrelation and Heteroskedasticity. ...
Eric's user avatar
  • 1
2 votes
1 answer
422 views

I have started a new project and have a few regression tests written using Karate (more will be added with new features). I also have an automated build on Jenkins that runs this regression suite on ...
MeanwhileInHell's user avatar
2 votes
1 answer
9k views

Is it possible to run regression tests with Jenkins? (I am not talking about Unit Tests). Regression tests in my company are some VB scripts (recorded user action in a txt file and then compared to ...
Cristi Podaru's user avatar

1
2 3 4 5