My company is trying to automate the creation of a nightly installer with Hudson.Ou开发者_高级运维r license to install anywhere is running on a separate server.We have an ANT build script set up to ca
I\'m using Invoke for late binding on a legacy COM objects that supports IDispatch.This seems necessary as .NET\'s Type.GetMethod Type.InvokeMember do not seem to work on these objects.
Is anyone able to get pyAA working with py2exe? pyAA can be downloaded here. I have trying to do this for the last 2 days and I am unable to reach a solution till now.The example files are like given
I\'m looking at the html form of an external website (not maintained by myself) in the following format :
I work in a company where we use a lot of Oracle databases, which are used by our in-house software.The database is updated as the 开发者_C百科software changes and these updates are put in PL/SQL Scri
I\'d like to make sure that my website blocks automation tools like Selenium and QTP. Is there a way to do that ?
I\'ve got this error when I create a COM object in order to use Excel automation. Any one knows why I am getting this error?
Our team uses a website that uses NT Authentication. I need to point my automation scripts to that site.
I plan on deploying a component that makes heavy use of the AxSHDocVw to automate IE on a server (making screen captures of various sites). The ser开发者_StackOverflow中文版ver in question is 64-bit w
I\'d like to use Bash to run a test suite automatically when I save any file in a given directory. Is there a mechanism for bash to execute a given script on save events?