0
votes
0answers
5 views
is there any way to automatically run a test suite from within Selenium IDE upon opening firefox?
I would like to create a script or a batch file on windows that automatically opens Selenium IDE (plugin) and opens and runs a test file.
0
votes
1answer
9 views
Automated deployment of mixed SSIS / DLL solution
Hi All,
We currently have a solution developed using SSIS / C#. The SSIS package (amongst other things) has a script task that uses logic developed in the class libraries. This functionality needs …
2
votes
2answers
75 views
Visual Studio Intelligent Project Templates
I need to construct a Visual Studio project template that has a certain amount of intelligence. I've discovered a way to get Visual Studio to call my custom code upon creation of a new project from my …
0
votes
1answer
10 views
Setting AssemblyFileVersion with MSBuild-call?
Hello,
We have a batch-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 version of …
1
vote
5answers
66 views
Run PHP Script every 5-10 minutes without cron,perl etc..
I know this question is asked about hundred of times, but
I want to run a scirpt every 5 minutes on server, I have not any type of administrate privileges to do cron job etc.
I am not good php …
2
votes
3answers
743 views
Excel automation. Need to select multiple items from a Range
I have code that lets me select a single item in arange:
COleVariant vItems = cstrAddr;
hr = AutoWrap(
DISPATCH_PROPERTYGET,
&vCell,
irange,
L"Item",
…
0
votes
0answers
19 views
Setting write permissions on godaddy hosting.
I have godaddy asp.net hosting. Every time I upload the build, it’s a manual laborious task of setting write permissions(to folders) through the web interface.
Is this something I can automate? …
0
votes
3answers
100 views
Automated script for Rails application creation
I'm noob with Rails.
I would like to create a Rails powered website which can install automatically a Rails application (Redmine) when a user creates an account (create the application, setup user's …
1
vote
1answer
56 views
Boo - Excel Automation, trouble selecting ranges
Hi All,
I'm investigating Boo and thought it would be a useful exercise to try converting a couple of venerable VB Scripts that automate Excel (2007, in this instance). A lot of things seem to …
1
vote
2answers
58 views
What are good test automation frameworks?
I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:
…
0
votes
2answers
539 views
How do I iterate a collection of Excel columns in C++ using Automation?
I want to do the moral equivalent of the following VBA code:
For Each col In Worksheets("Sheet1").Columns
# do stuff
Next col
I have generated MFC wrappers for the Excel type library that get …
2
votes
2answers
72 views
Image Recognition to drive test automation
Are there any tools out there which uses Image Recognition(searching, comparing, validating images) as base for automating and testing GUI software.I know ranorex supports it. Are there any better …
0
votes
2answers
42 views
Is it possible to automate a ClickOnce deployment ?
I work on a project consisting of a server and a client application deployed via ClickOnce.
The client is installed the first time an user clicks a http://...file.application link, and the interaction …
1
vote
1answer
44 views
home automation using arduino / xmpp client for arduino
Hi,
I am trying to setup a system for automating certain tasks in my home.
I am thinking of a solution wherein a server side application would be able to send/receive commands/data to …
0
votes
3answers
115 views
Choosing a Windows Automation script language. Autoit vs Autohotkey.
I need to choose a windows automation program. Which one do you recommend? AutoIt, AutoHotkey, others?
I have read http://paperlined.org/apps/autohotkey/autoit_and_autohotkey.html , interesting …
