App namespaces not listed in a snapshot - only framework ones

Hi,

I'm diagnosing a custom Unit Tests (Coded UI) running library. The library  is performing tests and preparing reports at the end, pdfs. My library's namespaces are not listed in a snapshot - only Framework ones. See attached image.



Regards,

Tom

 

0
5 comments

Hi,

There is not enough information to determine why this vstest.executionengine.x86.exe process doesn't contain objects from your library.

Could you please provide more information:

- What Visual Studio version do you use?

- How do you run your tests? Do you use ReSharper or Visual Studio test runner?

- Is this vstest.executionengine.x86.exe process the only process started when running the tests? Please make sure you take a snapshot from the right process.

- At what moment do you get a snapshot?

If it's possible could you please provide us a project sample. It could be a simple project emulates the same situation.

0

Hi Anna,

Thank you for a fast response.

It's quite intriguing also for me , as when I do a Hello World Unit test project - it works fine. But on the Big One I have this issue.

The difference is Hello World is a normal NUnit project while Big One is  a Coded UI test project - but I guess this should not make difference.



- Visual Studio 2015 - I'm sure it's fine.

- Tried both, but mostly from VS:

-  vstest.executionengine.x86.exe:

 

- I get a snapshot snapshots at different places: start of test, end of test.


Regards,

Tom

0

Tom,

It looks like your tests are executed in other process. Please try to get snapshot from QTAgent or iexplore process.

0

Anna, 

That's correct, it was QTAgent!

Thank you for your help, your tools are incredible !

Regards,

Tom


0

Great to hear! Thanks for your feedback.

0

Please sign in to leave a comment.