tools

What are your experiences with AutomatedQA's TestComplete?

At my workplace we are thinking about buying TestComplete but after using the evaluation version, I'm not sure if it will do us any good. Creating tests seems to be a lot of work and my boss is not entirely convinced that it's worth it. On the other hand, we don't have any unit tests, so we desperatly need some automated testing. Wh...

Simple way to find out the colour and other styling properties of an element on the web page

Would you be aware of any tools(preferably free) or browser plugins that would allow me to easily determine the styling properties of an element on the web page. For example it could be a tool that would import all the styling information from the css files associated with the page and presented it as an in-line styling. Eventually so...

Is There a Profiler for Windows Scripting Host Code?

Are there any profilers that can profile code that runs under WSH (VBScript, JavaScript, WSF)? Other than hand instrumenting with trace statements, what's a good way to profile code running under WSH? ...

Is there a way to tell Eclipse to "Save all" before building?

Does anyone know if there's a way to get Eclipse to do a "Save all" before building java code? (I don't use the "Build automatically" option, I'm talking when you use "Ctrl+B" to do a build all) I've dug thru the preferences, and can't seem to find anything, so I figured I'd check the hive mind at Stack Overflow just in case. I'm usin...

Anyone use Distributed VCS in a corporate environment?

I'm curious to hear about people's experiences with distributed version control in a corporate environment. Specifically: Was it difficult to gain adoption? Now that it's in place, is it well liked? What 'model' are you using (hub & spoke? Something else?) Allowing you use hub & spoke, are there any discipline problems with pushing t...

fine db comparer program for mysql

working with ms sql I have several tools I use to compare DB structure and data, like sql-compare, sql-delta, SqlClarity Effects, etc... is there some equivalent program for mysql??? I need a programa that can show me differences and, if possible, prepare the synchronize scripts... if it's free it would be better... ...

Is there a tool to allow inspecting .NET objects in a running process?

I was thinking about a tool to inspect objects at runtime, primarily for reverse-engineering and I'm wondering if such a thing exists. The way I was thinking about it was that you had two views, a graph of objects and a class list. From the class list, you can select a class and see the instances of it, either in a list or in the graph...

Log analyzer for non-web-applications

Hi all, I have been searching for some kind of tool to analyse log files that are in custom format (my own format for my own program for example). There are many tools that are designed for web-traffic log analysing, but I haven't found suitable tools for custom log files. I'd be happy to find one where I can collect for example all th...

Looking for a Regular Expression extension

Hi, I'm looking for a Regular Expression library I can use in our application, which is written in PowerBuilder (PB has some RegEx functionality, but it's too limited for my needs). Required characteristics are: interface: COM or exported functions (can't use exported classes) Unicode Free Production ready Any suggestions where can ...

Automatically tracking development time

Hi all, I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ran into problems with this, because I only manage to use it consistently for the first week or two. So I'd like to track developme...

Recommendations for automated testing tools for Windows CE and PDA devices

Is anyone out there aware of any good or even reasonable tools for automated testing on the Windows CE / mobile platforms. Potential tools that I am aware of include TestQuest, Countdown, SOTI pocket controller, and Eggplant. Are there any more that I have missed? Alternatively, is anyone aware of a VNC or remote display tool for Wind...

Are there any support tools like coderush or resharper for F#?

Are there any support tools like coderush or resharper for F#? ...

How can I profile file I/O?

Our build is annoyingly slow. It's a Java system built with Ant, and I'm running mine on Windows XP. Depending on the hardware, it can take between 5 to 15 minutes to complete. Watching overall performance metrics on the machine, as well as correlating hardware differences with build times, indicates that the process is I/O bound. It a...

Looking for a DB Schema Drawing tool on Mac OS X

I am looking for an easy-to-use db schema drawing tool for Mac. No reverse-engineering nor db schema generation needed, just a simple drawing tool with pre-designed db-related graphical components (boxes, relations-arrows, PK/FK symbols ...) Do you know any (non-commercial) good tool ? ...

What is Important to you in your choice of developer tools?

My company sells developer tools. As a developer myself, it is hard not to assume that what is important to me is important to many other developers: In our case, the thing we lack the most is time. So, I'm willing to spend money on things like Microsoft Team Foundation Server which integrates well with Visual Studio and handles variou...

Writing a tool to support code coverage tests

I am trying to write a small tool to support some of code coverage tests we are running in my company. Here's my requirement for the tool - Input - List of files (.cpp and .h) which have been modified (as a part of a checked-in changelist) Output - All the functions which were added or modified in the source (as a result of checking-i...

Is there a tool to help with conflict resolution during MySQL replication?

Hi, Can I find out if there're good tools available for helping with conflict resolution during the replication process? Specifically MySQL. ...

PHP debugging with remote shell access

I'm playing with a PHP weblog application using a shared hosting service, as a part of my PHP learning process. The service provider has a typical LAMP environment with remote ssh access. Vim has been my best friend in exploring the PHP code. However, I found it sometimes hard to trace stuff in the code in case of error. For example, s...

Performance tool for MySQL

Ciao, I'm looking for performance tool for testing of load in terms of data and number of users,better if they are open source Thanks Andrea ...

Generic Database Monitoring Tool

Hi ... It seems like something like this should exist, but I have never heard of it and would find such a utility to be incredibly useful. Many times, I develop applications that have a database backed - SQL Server or Oracle. During development, end users of the app are encouraged to test the site - I can verify this by looking for entr...