When I start to run the automated test case in Test Agent through Test Manager, Run Log shows below error. Test Agent has the enough memory space on the disk. What could be the issue? Please help.

MTM - Error saving the test run :There is not enough space on the disk
369 views Asked by Sathyaraj Palanisamy At
1
There are 1 answers
Related Questions in AUTOMATED-TESTS
- Generating wakeup and Error frame In LIN bus using CAPL script in Canoe tool
- Running Test in Azure failed at Cypress: "The plugins file is missing or invalid"
- Playwright - Firefox tests time out, but Chromium tests don't
- Automation testing for Flutter app in complex environment
- Karate mvn clean test does not work as I partially or totally run my features
- Base image question using playwright when performing visual comparison
- im using xpath and cant interact with the textbox
- I want to generate PDF automation report in XUnit using selenium driver and .net in visual studio?
- Run Robot in Jenkinsfile does not fetch the correct test.robot file from Github
- How to use threadpoolexecutor to run two tests and send the result of one as a parameter to the other in python
- How can I integrate a custom Mocha reporter into my test suite to filter out or ignored specific test cases from the test report based on tags?
- Optimizing Test Scenarios in Robot Framework: Reducing Redundancy and Enhancing Efficiency
- How to inject a QR code image for end-to-end testing a QR code scanning app
- how to log request object in playwright API testing
- throwing a StaleElementReferenceException during dictionary iteration in a for loop
Related Questions in MICROSOFT-TEST-MANAGER
- Automation with Microsoft Test Manager and Selenium?
- TFS: How to convert an Automated test to standard/manual test
- How can I migrate test cases to Azure Dev ops from Test Manager?
- Override Azure TestHub Shared test parameters
- Click on Run tests via MTM(Microsoft Test Manager) stopped working after update the OS to windows 10
- VSTS Test Agent - IPC Port Access Denied
- Unable to install Test Manager extension on Azure DevOps Server 2019
- How to migrate test cases from ALM to MTM 2017 using any automated API
- Is there Regression Test functionality in Azure DevOps?
- Test Manager Extension says it is not installed on the organization
- How to add shared and local parameter in same test case in Azure Test Plans?
- Test Manager (Azure Test Plans) not accessible from Visual Studio Market Place
- How to run automation scripts in particular order in CI pipeline with Azure DevOps?
- functional testing with TFS
- How to add test cases /requirements suites from other test plans to new test plan and delete them without deleting the original
Related Questions in MTM
- Path too long exception in MTM
- Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITesting
- Unable to add a value to test configuration variable "Operating System"
- TFS 2015 Build / Release - View History Test Results for Automated Test Cases
- Move Test Plan from one Team project to another
- TFS / MTM 2015 - invite users to re-run tests after bugfix
- Adding attachment to test case in MTM
- Setting permissions for certain actions in MTM
- Share test result TRX file
- how to associate two test script to single test case in MTM
- How I can configure TFS 2013/2015 MTM Alerts?
- MTM - Error saving the test run :There is not enough space on the disk
- Can I use MTM to execute my testcases that are wriiten in Selenium Java using Eclipse IDE
- How to retrieve a Test Case ID that is currently running through TFS (vNext) build?
- How to read xml attachment from TFS test case to Test method?
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)
Actually test controller was runs out of space because of the files being stored in localappdata%\VSEQT\QTController\TestRunStorage which never get deleted. So to resolve the issue, we have to remove the all files from TestRunStorage folder or turn off job spooling in QTController.exe.config file. Please refer following reference links for more details.
Reference Links:
http://www.anujchaudhary.com/2011/06/tfs-2010-test-controller-disk-runs-out.html
https://blogs.msdn.microsoft.com/shivash/2011/01/20/using-visual-studio-test-controller-with-mtm-and-disk-out-of-space-issues/