开发者

.NET testing, best way for Test Team to save environment for faster work by Dev Team to fix bugs

We have a .NET application that has grown over time and now has multiple bugs. Is there anyway for the Test Team to aid in the data provided to the Dev Team to fix the bugs? Right now, they try to repro the problem and write out the steps manually. Then the Dev Team has to try and recreate the steps and trace through the code. Is there some way for the Test Team to save all the work they have done and then pass it on to the Dev Team to then start the debugging from that point?

We are using VS 2010.

We 开发者_如何学运维have apps in ASP.NET, WinForms, and WCF Services.


Have you looked at IntelliTrace? Here is the Microsoft link I think that is what you are looking for. Scenario: Test team does test throw error, attaches intellitrace to work item, passes the work item on to dev team. Dev team is able to step through the code and "reproduce" the error.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜