tools

test automation tool.

I am looking for a test automation tool that supports eclipse based plug ins for all web browsers and it sholud be cross platform. pls send me suggestions ...

Do you know tool building tree of include files in project\file?

Say, I'd like to have a tool (or script?) taking project (or .h file) and building searchable tree of "includes" included into it (of included into of included into and so so on). Is there exist something like this? Should I write this by myself [of course I am :), but may be somebody had it already written or may be has an idea how to g...

Free UML Modelling tool for OS/X

Hi Guys, are there any good free native UML modelling tools for OS/X that allow you to quickly whip up simple UML diagrams. I know about ArgoUML, great for a java app (its usable), but certainly painful to use under OS/X wit the number of bugs and issues it has. ...

C/C++ documentation tool

What are the C/C++ documentation tools that you have used? Which one would you recommend? I have used doxygen with graphviz but it seems to have a problem with large code bases especially when generating collaboration diagrams. I found DoxyS on the web but have not used it. Going by the documention on its homepage it looks like its wor...

Visual Studio: development tools defects list

Is there a public resource to view, submit, track defects reported for the different products within Visual Studio? Suppose you observe some behavior in Visual Studio that you suspect might be a defect, and you'd like to determine whether: it's been submitted to the VS team it's been fixed in an upcoming release the behavior is by des...

Delay incomming network connection

I have an server-application Foo that listens at a specific port and a client-application Bar which connects to Foo (both are .NET-apps). Everything works fine. So far, so good? But what happends when to Bar when the connection slows down or when it takes a long time until Foo responds? I have to test it. My question is, how can I sim...

Tool to coalesce Base and Derived C# Classes

Does anyone know of a tool or VS add-in that will allow me to take a base class and a derived class, and collapse them into a single 'flattened' class? Or is this too difficult an operation, given the need to cope with resolving overriden and hidden/new members? Background: I am working on a project where we have a base class and a sing...

What are the ideal tools to analyze sql scripts?

I have a huge ETL script that I am planning to understand. Are there any visual tools that can help me understand it more easily? I am using SQL Server 2005. ...

JavaHelp system help

I'm creating a JavaHelp for our project and I'm having some issues. JavaHelp uses the following files as a convention : helpset file: MyHelpSet.hs index file: index.xml TOC file (table of contents) : TOC.xml I've been searching around for tools that help generate these files for you through a wizard, but I don't know what is good ...

Tool to POST XML string to webservice for testing

Hi. We have developed a RESTful web service which expects an XML string to arrive as "parameter". For QA to test the web service, I am looking for a simple tool (With GUI preferably) which can do a POST to a URL with a XML string and show the resulting XML back. Is there a popular tool for the same? Thanks for the help in advance. Ch...

What is the best text editor for web development?

Hello, I've been using dreamweaver since I started learning basics in html like a year ago, and now I would like to change to a free alternative, since I don't need the WYSIWYG and other dreamweaver functions anymore. However, I have tried Notepad++ and first it seemed great, but it sometimes crashes after not being able to connect to f...

What is the importance of an IDE when programming in Python?

I'm a beginning Python programmer, just getting my feet wet in the language and its tools and native practices. In the past, I've used languages that were tightly integrated into IDEs, and indeed I had never before considered that it was even possible to program outside of such a tool. However, much of the documentation and tutorials fo...

Java to C# Translator

I heard that JNBridge will translate C# code to native Java code.( I haven't tested it). Is there any tool available in market to translate Java code to native C# ?(or Will JNBridge also translate Java code to C# ?) ...

How can I most effectively use Emacs as an editor alongside XCode?

There are a few tutorials online (For example) having to do with configuring emacs to work with XCode, but they all seem to be for old versions, and I haven't found one that ties neatly to XCode 3.x + Emacs 23.1 in a way that I can unpack. So, I'm running XCode 3.1.2 and the Mac Cocoa application build of Emacs 23.1. I have a passing f...

Tool to simulate WPF user control?

I just wan to know if there are any tools to simulate user control without integrating it to the actual application. I need it just to test the user control's logic and functionality without depending on the whole application itself. ...

How can I generate comparable spec documents?

Currently in my company we're using Excel as a tool to write specs. On the kind of projects we're working on, spec changes are a matter of course, and constitute a lot of the work, beyond the implementation. I'm looking for a tool that will allow me to write a spec, including screenshots and arrows, but with comparable content. i.e.,...

What is a good regular expression tester for OS X?

I'm looking for a GUI based RegExp tester in the vein of rubular.com, or this javacript expression tester here, for OS X, to help me when writing regular expressions. It would be really handy for it to work in more than one language (i.e. Python, Javascript, or Ruby). Other than using MacVim's own find as you type tool, or a commandlin...

C++ Developer Tools: The Dark Areas

While C++ Standards Committee works hard to define its intricate but powerful features and maintain its backward compatibility with C, in my personal experience I've found many aspects of programming with C++ cumbersome due to lack of tools. For example, I recently tried to refactor some C++ code, replacing many shared_ptr by T& to rem...

How to dump memory in windows 2008 64bit server?

Hi, I want to analyze memory leak in my ASP.NET application, How can I dump memory in windows 2008 64bit server? thanks, Guy Bertental ...

Static code analysis tool to detect code duplication in Maven projects

After I found out that there's no plugin for Simian in Maven 2, we turned to CPD, but it doesn't perform as well as Simian (observed in our Ant projects that use both Simian and CPD). I know that developers in my team have been checking in redundant code but CPD isn't flagging anything. I wanted to try out another code duplication analys...