Questions tagged [impact-analysis]
22 questions
2
votes
1 answer
How to evaluate the impact of change for a single line of code or a variable?
During unit testing it is possible to estimate the code coverage to see which share of the code base is covered by the tests.
For one part (the simple calculatable one) of a risk estimation we need to estimate the impact when a single line or a…

Joe
- 6,758
- 2
- 26
- 47
2
votes
1 answer
Azure DevOps Server: Why does Test Impact Analysis identify my tests both as "impacted" and as "not impacted"?
I have a .net framework (v4.8) class library project that contains 18 xUnit.net unit tests that target another project.
In my Azure DevOps Server (ADOS) pipeline I have a rather standard Visual Studio Test task that find the test assembly with the…

urig
- 16,016
- 26
- 115
- 184
2
votes
0 answers
How do I determine which files my C# test depends on?
Consider I have a C# test project. Each test executes some code and that code could exist in other files that could be local to the project or could exist in another project in the same solution, or even in a project in another solution. How might I…

David Poxon
- 2,435
- 4
- 23
- 44
2
votes
1 answer
What are the settings to be set to get Impacted Test results in AzureDev ops for MSTEST
I want to get an Impacted test result in MSTEST but not getting expected result. I have followed all the instructions written here - https://learn.microsoft.com/en-us/azure/devops/pipelines/test/test-impact-analysis?view=azure-devops
This is the…

S. Deshmukh
- 314
- 4
- 19
2
votes
0 answers
Azure DevOps 'Run Only Impact Tests' doesn't work with XUnit Tests?
I have an ASP.net Web API project (.NET Framework v4.6.2) where I have written unit test cases using XUnit.
I have created a build pipeline in Azure DevOps with 'Run only impacted tests' set to checked. Also, my Visual Studio test version is set to…

Balkrishna
- 137
- 1
- 8
2
votes
2 answers
TFS vNext build Test Impact Analysis - always running all tests from some projects in the solution
I have a C# Visual Studio 2017 solution with multiple projects and test projects, a vNext build pipeline with VS Test task. The "Run only impacted tests" option is enabled. Clean options are unchecked.
I start a build with no changesets (no code…

Kemal Taşkın
- 545
- 4
- 18
2
votes
1 answer
Modelling graph in Neo4j showing workflow and impact
New to Neo4j but can see so many possibilities in graph databases, in particular IT data workflow and system impact. But unsure of the correct design for maximum efficiency.
Consider a system that takes in files, processes them, stores them in…

Mark L
- 23
- 3
1
vote
1 answer
Conrolling for Fixed Effects in Regression Discontinuity in R
I am using the Rdrobust package to estimate the effect of a national policy on county level outcomes. In my covariates I have included dummies indicating states to control for state level fixed effect. However, when we run the code, I get following…

Reajul
- 25
- 5
1
vote
0 answers
Tools for documenting and mapping APIs with application's user interface for impact analysis
I work on developing API services that internally call multiple micro-services
I was looking for a tool that could help me map public facing APIs with the application's user interface (application is available as native android/ios and PWA)
We do…

BountyHunter
- 1,413
- 21
- 35
1
vote
3 answers
How to quickly analyse the impact of a program change?
Lately I need to do an impact analysis on changing a DB column definition of a widely used table (like PRODUCT, USER, etc). I find it is a very time consuming, boring and difficult task. I would like to ask if there is any known methodology to do…

Levin Kwong
- 393
- 1
- 3
- 7
0
votes
0 answers
Impact of calling CoInitializeEx-CoUninitialize without COM operation
We have a situation that one of our DLL is using COM operations, rest time COM is not in use.
But since it is inside a DLL, we have to initialize it in main start and uninitialize at main end.
There is a high chance that COM functionality DLL will…

Amol Vaidya
- 11
- 4
0
votes
2 answers
Obtaining covariates' estimates in rdrobust package
I am using rdrobust to estimate RDDs and for a submission in a journal the journal demands I report tables with covariates and their estimates. I don't think these should be reported in designs like these and don't really know how informative they…

AntVal
- 583
- 3
- 18
0
votes
1 answer
Is there a python package that can find the most impactful group (categorical features) from my data?
My problem is that I have a dataset of our campaign like this:
| Customer | Province | District | City | Age | No. of Order |
| -------- | ------- | -------- | -----| ----| ------- |
| A | P1 | D1 | C1 | 21 | 5 …

HDS2002
- 1
- 2
0
votes
0 answers
Reduce credible intervals in Causal Impact model
I'm hitting an issue with a causal impact model that I'm building.
I'm trying to create a counter factual for daily sales at one store (nseasons = 7). I've included sales for 5 other stores nearby. Eyeballing a lineplot, it appears to me that trends…

adrianf22
- 13
- 1
0
votes
2 answers
Neo4j: How to pass a variable to Neo4j Apoc (apoc.path.subgraphAll) Property
Am new to Neo4j and trying to do a POC by implementing a graph DB for Enterprise Reference / Integration Architecture (Architecture showing all enterprise applications as Nodes, Underlying Tables / APIs - logically grouped as Nodes, integrations…

Mani Eswaran
- 1
- 4