Measuring test generation time in Pex

82 views Asked by At

I would like to measure the time that Pex takes in generating unit tests for a specific C# function. How I can get such information?

1

There are 1 answers

0
pvlakshm On

We do not expose any means (like an API, etc.) that reports the time taken by IntelliTest to generate tests. As I mentioned earlier the time taken to generate tests can depend on various factors. Incidentally, folks at the Budapest University of Technology and Economics have some interesting data that compares test generators (including IntelliTest) that you might find relevant. Please see here: https://github.com/SETTE-Testing/sette-tool/wiki