unit-testing
Selenium RC fireEvent() not working in C#
I am writing an automated test to test a sig开发者_高级运维n up page. Each of the textbox on this page is validated on blur event. Sign up button is only enabled if the validation for all textboxes ha[详细]
2023-04-13 08:45 分类:问答Using MVC3 and EF4, how can one adequately test functionality that relies on a round trip to the database to create IDENTITY values?
I have a scenario where the code under test inserts a record into a database, then attempts to retrieve it back from the database using its primary key.[详细]
2023-04-13 07:48 分类:问答Grails: ConfigObject.plus() not available in integration test
I am testing a service which is using config attributes and concatenates it to a string, like that: GrailsConfig.config.test.directory + System.getProperty(\'file.separator\')[详细]
2023-04-13 06:03 分类:问答Ruby Float Round Error Bug?
I am getting the following rounding error when I try to Unit test the class below: class TypeTotal attr_reader:cr_amount,:dr_amount,[详细]
2023-04-13 05:54 分类:问答Unit Testing Database Methods
I am currently working on a c# project which makes use of an SQLite Database. For the project I am required to do unit testing but was told that unit testing shouldn\'t involve external fi开发者_如何学[详细]
2023-04-13 04:26 分类:问答C# Unit Test Design Issue: How to reduce redundancy in unit test writing?
Here is my c# unit test design issue: I have one test that I want to run on some code that modifies a file. My test will run the code that modifies the file, then check the result. Pretty straight fo[详细]
2023-04-13 03:03 分类:问答Python unit-test running oddity with Eclipse and PyDev
I have created a Pydev project following this layout: - project_root/ |- setup.py |- my_package/ |- __init__.py[详细]
2023-04-13 00:55 分类:问答Unit Testing in VS 2010 Express for Windows Phone
I am developing a Windows开发者_StackOverflow社区 Phone 7 project and wish to test the app\'s business logic (i.e. just the vanilla C# code) within stand-alone unit tests, run on Windows from the comm[详细]
2023-04-13 00:49 分类:问答Does MSpec produce a TRX result file after running tests?
Does MSpec produce a开发者_运维技巧 TRX result file after running tests?If not, can it? The tests are being run with ReSharper.The feature of ReSharper that you\'re talking about is just a test runner[详细]
2023-04-13 00:42 分类:问答How to check private members in objective C unit tests?
Considering this class : @interface SampleClass : NSObject { NSMutableArray *_childs; } - (void)addChild:(ChildClass *)child;[详细]
2023-04-13 00:33 分类:问答