Hello,
Current Info:
I am a new bee to Visual Studio, and using Visual Studio 2019 professional for C# scripting.
I am utilizing Unit test framework for my script development.
Query:
In recent days, i imported a solution provided by one my team mates and from that point i am observing sluggishness in execution of my Test methods.
e.g. earlier the method was taking 2.3 secs and now the same method is taking almost 10 sec to get executed.
I don't know whether some settings get changed with the new solution or what...
can you please help me out on this?
I searched for online help and have gone through some of the on air blogs, some of them were suggesting to split the solution so that it won't be having much load on it, but there are only 5 projects under my solution, still do i need to split it? I mean i understand if there are ample of project then its ok but only 5....
Thanks,
Ambar