问题描述
我正在寻找有关使用大型数据集(使用Visual Studio中的本机单元测试工具)在Visual Studio中进行测试的很好的参考(参考网页或书籍). (我有Visual Studio 2008 Professional.)
互联网上有一些关于使用数据库作为测试输入的文章.在这种情况下,仅数据库用于输入(单个)参数值.我的项目虽然涉及一些方法,但这些方法需要对较长时间序列(共同基金收益)进行计算,而多个共同基金至少需要36个月的收益.我正在寻找的是有关如何测试该项目的教程(使用一个或几个固定数据集).
I''m looking for a good reference (to a webpage or book) on testing in Visual Studio with large datasets (with the native unit testing tools in Visual Studio). (I''ve got Visual Studio 2008 Professional.)
There are some articles on the internet on using a database as input for testing. Only the database in that case is used for input of (single) parameter values. My project though involves methods that do calculations on long time series (of mutual fund returns) that need at least 36 months of returns for multiple mutual funds. What I''m looking for is a tutorial on how to test this project (using one or a couple of fixed data sets).
Any references?
推荐答案
这篇关于使用Visual Studio和大型数据集进行软件测试(时间序列)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!