All Questions
5 questions
6
votes
2
answers
2k
views
Watin is taking black screenshots within integration test
We are using WatiN - 2.1.0 to take a screenshot when an integration test fails. When running these tests locally on my dev VM all screenshot's are recorded correctly (using IE8 or IE9).
However, when ...
1
vote
1
answer
272
views
Verifying binary content with WatiN
I'm testing a site that serves up some binary (i.e. non-HTML) content. Some links directly deliver custom images, other links custom PDF's.
I'm building test cases in WatiN and NUnit. Wondering if ...
1
vote
2
answers
2k
views
ASP.net/C#: How compile classes in App_Code so that can be run from command line for unit testing?
I have several class files in App_Code in an ASP.net website running in Microsoft Visual Studio 2005 Professional.
In liu of using a full unit test suite I just want to somehow compile those project-...
2
votes
1
answer
590
views
WatiN - How to handle auto complete popup?
We're having an intermittent problem that occurs when running certain integration tests on our continuious integration server..
For some reason, every now and then, we get an autocomplete popup that ...
3
votes
3
answers
2k
views
Starting ASP.NET Development Web Server (Cassini) as part of unit test setup?
I'm using WatiN, NUnit and ReSharper to run my ASP.NET unit tests inside Visual Studio. I'd like (if it's not already running) to start Cassini to run my tests against.
Is this possible? How would I ...