Is it possible to mock the Windows Installer? I would like to set up tests for various scenarios during install. I don\'t really care what is stored in the Windows 开发者_C百科Installer databases, I j
Im thinking of using White for my simple windos ui automation. First i run external application from my application using System.Diagnostics.Process. When the external application opens is going to gi
I am looking at wa开发者_开发技巧ys of automating creation of sites in a site collection in SharePoint 2010. Actually, for some load/stress test, I need to create around 100 sites in a site collection
I have XML data which I want to be able to display in a browser through an XSL Transform, and also compile with XeLaTeX. Inside the XML file, I have set the stylesheet to be the one for the browser, a
I have a solution with several Silverlight Test Projects. I would like to have some kind of script or tool with the ability of running all these test projects and generating some kind of report (any s
I use a tool for validating JavaScript syntax, called JavaScriptLint (javascriptlint.com). I\'d like my Visual Studio to react to my save, CTRL-S and automatically trigger a command tha开发者_运维知识
I have a spreadsheet with data in Apple Numbers.I have a column of dates, and I would like to create a second column which displays the difference in number of days between the two dates.
I\'m trying to connect to开发者_开发技巧 an existing cmd window and read its content. It is an arbitrary cmd window and not a child process.
I\'m developing an AIR application that will be run on both OSX and Windows (it\'s part of an internal tool chain).Part of the functionality of the application requires shelling out to external proces
I am writing integration test for one of my project, usi开发者_Go百科ng the following gems for the same, rspec, capybara and selenium.