I am currently working for the Test Team of my company and one of the managers gave me the task, to reduce manual regression tests based on code coverage. Now, before anyone mentions, that manual tests should be chosen depending on Use Cases and Requirements, please consider, that this task was not mine to choose, but instead a task i have to solve. The tested application is deployed obfuscated via click once deployment and since this makes it seem alsmost impossible for any application to get coverage out of a test run, i would also love an explanation how the impact anylsis works directly. Also a short explanation on how to set up Test Impact Analysis für TFS 2017 would be really appreciated, since the Microsoft Documentation doesn't really explain TIA for manual testing properly.
Does the Test Impact Analysis Feature of Microsoft Test Manager work on manual Desktop Application Tests
245 views Asked by Simon At
1
There are 1 answers
Related Questions in TFS
- Azure DevOps Server witadmin error 500 when downloading/uploading workitem XML
- How to fix a CS0281 error on build server
- Integrate Deployment status to Work Items in TFS
- How to customize data sources in the dropdown box of TFS work item templates
- How to add nuget package for offline tfs build task
- Using Azure DevOps Server 2022 (On-Premise) with Visual Studio Code for Java Project
- Ticketstatus on DynamicsCRM updates on TFS Ticketstatus change
- Limiting access to files in Github while being edited by other collaborator
- Trying to read commits from azure devops rest api results in redirects
- ADOS .NET: Exchange SOAP Methode to REST equivalent
- DevOps 2022 Server not connecting on VS 2012 and VS 2010
- TFS integration with Jenkins
- Preventing Merge and Branch your own code on TFS
- Get all users of an Ado or TFS project
- Reduce AzureDevOps aka. TFS Database size
Related Questions in AZURE-DEVOPS
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Error: VS800075 when downloading artifact from another project
- Azure Scale Sets and Parallel Jobs
- Get current Timestamp in CET format and concatenate with string in yml file
- Post-Job Checkout Hanging in Azure DevOps Pipelines
- Referencing yml file from submodule in main pipeline
- Where to find a User Story draft?
- Self Hosted Agent service startup getting failed on VM restart
- Azure pipeline unable to deploy via a bicep file and set values for its parameters
- Dacpac deployment to Azure via SSMS failed: Cannot alter the role db_owner
- NodeJS [Errno 13] Permission denied - Azure DevOps pipleline AWS Lambda deployment
- Share variables across stages in azure pipelines with templates
- Can I move an Azure Data Factory Pipeline to Azure DevOps?
- How to migrate a single workitem in Devops
- Deploy Docker Image into AKS cluster using Azure Release Pipelines with the parameters like clustername, acr, resourcegroup
Related Questions in MANUAL-TESTING
- I am using below code to change the geolocation but it is not working? Can anyone provide me some better solution?
- Sending a request from other country without using a VPN / manual testing
- Connection Test
- How to test Random method of dart library in Flutter?
- Cypress Testing is Not Working whereas Manual Testing is
- menu bar is not appearing in JMETER IDE
- Parameters are not considered by JMeter
- About "Restore Purchase " button in android and IOS
- I can't simulate credit card failures via rejection trigger in the PayPal Sandbox. What is the right flow?
- Postman AssertionError: expected 10137 to equal 10093
- Download Test Run Results from Azure DevOps
- How the JMeter actually works? Does it add records to the application in real time?
- Test functionality manually by adding maximum records in SQL table, how should i add those many records?
- When should Smoke and Adhoc testing to be done
- How I can run 100 different clint end reports on azure server and check response time of every report.?
Related Questions in IMPACT-ANALYSIS
- Vstest task in Azure DevOps detecting non impacted test cases.?
- Obtaining covariates' estimates in rdrobust package
- How to evaluate the impact of change for a single line of code or a variable?
- Is there a python package that can find the most impactful group (categorical features) from my data?
- Conrolling for Fixed Effects in Regression Discontinuity in R
- Plotting bar plots for categorical variables in STATA
- Azure DevOps Server: Why does Test Impact Analysis identify my tests both as "impacted" and as "not impacted"?
- How do I determine which files my C# test depends on?
- What are the settings to be set to get Impacted Test results in AzureDev ops for MSTEST
- Azure DevOps 'Run Only Impact Tests' doesn't work with XUnit Tests?
- TFS vNext build Test Impact Analysis - always running all tests from some projects in the solution
- Tools for documenting and mapping APIs with application's user interface for impact analysis
- Reduce credible intervals in Causal Impact model
- Modelling graph in Neo4j showing workflow and impact
- Does the Test Impact Analysis Feature of Microsoft Test Manager work on manual Desktop Application Tests
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Manual Desktop Application Tests is not in the supported scenarios with the TIA. See Impact Analysis supported scenarios for detials.
Refer to Speed up testing by using Test Impact Analysis (TIA) to know how the TIA works and how to set up Test Impact Analysis.
Related link : TIA overview and VSTS integration