I am working on an application where I am writing some automation framework for testing a web application.I am using Watij / Watin for开发者_如何学Go the framework, but have run into a problem with ve
What is the reason for automating download links in websites? It could have the benefit of sparing the user a click, except that the browser always blocks it (you have to click on the yellow bar that
I have a solution sln, with 50 projects (vbproj, csproj, and setup project). I need automatize Build of all solution, and projects (set of projects of solution folder), and setup project (vdproj).
I want to wait for and close a modal form (a popup) from another application, as soon as it appears. I want to do this from VB.NET, but suggestions in C# should be easily translateable.
I\'ve starting using socketpairs on linux and windows in order to capture the output of subprocesses on both platforms.I do this by copying STD* onto one of the sockets in the socketpair (I\'m using W
We want to automate a web application which is developed开发者_JAVA技巧 in asp.net. For automating this site we are planning to use the MSHTML. But before finalizing MSHTML I would like to know if the
I\'m using Excel开发者_运维技巧 Interop assemblies for my project, if I want to use auto filter with then thats possible using
I have a solution sln and several projects (vbproj, csproj). I have web project, and I need automatize Publish (like menu option in VS2008).
We have a bat开发者_如何学Cch-based buildprocess and we are using MSBuild only for compiling our project-files from visual studio. We also have integrated wix into our build-process. To set the versio
What would be a good tool-for-the-job to do automated deployments of LAMP-based applications(MySQL, PHP, Zend Framework) to integration and staging environments?