223 questions
0
votes
0
answers
46
views
RSAT (D365 Finance & Operations) – “No client was opened in the timeout period”
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 ...
0
votes
0
answers
54
views
Connecting RSAT to Dynamics F&O: "keyset does not exist"
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 ...
3
votes
0
answers
110
views
Expect TCL always sends unicode
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 ...
0
votes
1
answer
462
views
How does linux kernel do regression test?
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 ...
0
votes
3
answers
97
views
Difference between functional and regression test cases
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 ...
1
vote
1
answer
2k
views
Regression test in a ISTQB test exam
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 ...
0
votes
1
answer
3k
views
How to get Code coverage for integration tests and Regression tests
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 ...
1
vote
1
answer
2k
views
How to use DeepDiff with custom_operators and iterable_compare_func altogether?
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 ...
1
vote
1
answer
422
views
R code to test the difference between coefficients of regressors from a multinomial logit regression
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 ...
0
votes
1
answer
175
views
Difference between 1e12 and 1000000000000 in SystemVerilog
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 ...
1
vote
1
answer
889
views
Karate : Matching data between nested array
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 ...
1
vote
3
answers
2k
views
data-cy exists in DOM tree but not visible
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 ...
0
votes
0
answers
131
views
Get the stacktrace of all the classes executed
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 ...
0
votes
0
answers
44
views
Does refactoring inline variables require a regression test if it's the only change to a function?
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($...
2
votes
1
answer
271
views
Can't run BackstopJS interactive reporting
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 /
...
-1
votes
1
answer
136
views
How to construct a security regression Test?
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 ...
1
vote
1
answer
2k
views
Python integration / regression testing framework
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 ...
0
votes
1
answer
464
views
pytest: Parametrizing from function output / from directory structure
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
│ ├── ...
0
votes
0
answers
259
views
How to convert testingSuit xml file to a java class
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 ...
1
vote
2
answers
440
views
What is the example for difference between integration test and regression tests?
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?
0
votes
0
answers
62
views
Is there a better way to print the results of a test sample ran through a model?
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 ...
1
vote
1
answer
2k
views
R code to test the difference between coefficients of regressors from one panel regression
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 ...
3
votes
1
answer
3k
views
AndroidFindBy ID or XPATH
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 ...
1
vote
0
answers
29
views
how to create test strategy for additional functionalities which are not mentioned in requirement?
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 ...
0
votes
1
answer
170
views
Can I doc-test ELisp functions?
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 ...
1
vote
1
answer
970
views
How do regression tests best fit within a CI/CD workflow?
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 ...
-1
votes
1
answer
82
views
Any suggestions on software development along the lines of quality assurance?
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 ...
1
vote
1
answer
124
views
Determine if a handle points to an element of the screen (and not a printer etc)
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 ...
1
vote
1
answer
75
views
Handling Expected Changes in Regression Tests
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 ...
0
votes
0
answers
2k
views
Create regression tests for C# API library
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 ...
5
votes
2
answers
5k
views
cy.url not returning a string as expected
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 ...
-1
votes
1
answer
769
views
Did anyone used Cadence emanager desktop version and moved to Xcelium simulator which doesn't include its license?
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) ...
4
votes
0
answers
304
views
Need to know how to properly regression test a Dialogflow agent - multiple, conflicting options
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 ...
6
votes
6
answers
2k
views
How can we test for the N+1 problem in JPA/Hibernate?
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 ...
0
votes
1
answer
70
views
What is an effective way to load data to test mobile app upgrades
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 ...
2
votes
1
answer
806
views
How to visual regression testing of Storybook with addon-knobs?
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 ...
0
votes
1
answer
56
views
Categorical numerical variable into continuous form for regression problem
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 ...
0
votes
1
answer
109
views
Automating CSS Regression Testing with GEB
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 ...
0
votes
2
answers
330
views
automatization of lm tests with all possible var combinations and getting values for: shapiro.test(), bptest(),vif() in R
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 ...
5
votes
2
answers
3k
views
Using tags ( Smoke, regression) with TestCafe
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 ...
1
vote
0
answers
737
views
How do I declare and use a variable in the yaml file that is formatted for pyresttest?
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 ...
4
votes
1
answer
667
views
Automated GUI Testing for Symfony created Websites
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 ...
1
vote
3
answers
2k
views
Validation of dynamic text in testing
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 ...
0
votes
1
answer
722
views
Proxy for multiple test environment
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 ...
2
votes
2
answers
232
views
How to run TestCafe tool scripts using particular grouping - smoke, regression, etc.? What would be the proper syntax of cmd?
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 ...
0
votes
1
answer
71
views
Alternatives to validate Multi Linear regression time series
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 ...
3
votes
1
answer
3k
views
Using storeValue and echo in Katalon Recorder
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 ...
0
votes
0
answers
230
views
Non-Stationarity with OLS - Newey West
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.
...
2
votes
1
answer
422
views
How to run a profiler with automated regression test suit on AWS
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 ...
2
votes
1
answer
9k
views
how to run regression tests with jenkins
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 ...