question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Task "Run Functional Tests" get current state of test case in real time

See original GitHub issue

As far I know in MTM we have had opportunity to see results of test case in real time. In my case I had TFS 2013 Test Agent and I have run remotely my test suite using Lab definition (xaml). After that I open MTM and had opportunity to watch in what state my “test case” in my test suit.

As I can see, right now we lost that!

That small example of my log:

DistributedTests: Test run 'XXXX' is in 'InProgress' state.
DistributedTests: Total Tests : 983, Passed Tests : 0
DistributedTests: Test run 'XXXX' is in 'InProgress' state.
DistributedTests: Total Tests : 983, Passed Tests : 0
DistributedTests: Test run 'XXXX' is in 'InProgress' state.
DistributedTests: Total Tests : 983, Passed Tests : 0
...

My main question is: How can we return this opportunity? or maybe create new solution or start use some custom plugins for that if they exist of course. It’s really important to see the result in real time!

Would be great if we will get the next console output.


DistributedTests: Total Tests : 983, Passed Tests :  Test 1 -  Passed
DistributedTests: Total Tests : 982, Passed Tests :  Test 2 -  Field
DistributedTests: Total Tests : 981, Passed Tests :  Test 3 -  Passed    
DistributedTests: Total Tests : 980, Passed Tests :  Test 4 - InProgress 
...

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
kardinal3000commented, Jul 25, 2016

@atinb Thanks, but just only my curiosity. In future, maybe next TFS update, we will have such opportunity? like to see updates of “Tests” in real time. Or it will be never supported.

Why I so interested in it. We have huge Tests Suites and sometimes it takes more then 15 hours execution. Furthermore situation from real life. I have Test Suit with 1500 regression tests. One test VM. I know, if some tests will fail, it makes no sense to wait for the whole process is done. With new build system we lose such opportunity. I have to wait for the full completion of the process, because I can’t see current state of my test.

Thank for advance.

2reactions
rishavsharancommented, Sep 25, 2018

Hi folks I am one of the PMs working on Automated Testing and we are keenly looking into the idea of showing the test results in real time. Allowing tests to fail fast and the developers to make decisions based on real time test insights, is a direction we want to go in.

You can keep an eye on the https://docs.microsoft.com/en-us/azure/devops/release-notes/ for our high level roadmap. Once we have closed on the design for this feature, we will be adding it to this list.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Task "Run Functional Tests" get current state of test case in ...
I am one of the PMs working on Automated Testing and we are keenly looking into the idea of showing the test results...
Read more >
Functional Testing: A Complete Guide with Types and Example
An In-Depth Comprehensive Functional Testing Tutorial with Types, Techniques, and Examples: What is Functional Testing?
Read more >
How to Write Test Cases in Software Testing with Examples
1. Create test cases that are as simple as possible. 2. Create Test Case with End User in Mind 3. Do not repeat...
Read more >
Functional Testing : Definition, Types & Examples
In the simplest words, functional testing checks an application, website, ... Execute test cases; Compare actual and expected output.
Read more >
Review test results - Azure Pipelines | Microsoft Learn
Tests, such as integration and functional tests, can run for a long time. Therefore, it is important to see the current or near...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found