Tagged Questions

0
votes
3answers
41 views

What’s the best test tool for a variety of applications - vendor based and homegrown?

We're interested in feedback on the best tools to use for both test automation and test management, such as HPQC, Zephyr, and Microfocus. Heavy focus on ease of use with a variety …
1
vote
2answers
31 views

Geographically Dispersed Web Site Performance Monitoring Suggestions

I am looking for a service that will support the following: Measure the page load performance from multiple locations around the world (United States, London, India, Phillipines, …
1
vote
13answers
187 views

What is your favorite bug tracking tool?

I know there is a LOT of information available through simple Google searches and/or searching StackOverflow. I'd be interested in what you found worked for you. Personally, I've …
3
votes
12answers
1k views

What is the best free test management tool and why?

A list of free test management tools was put together by Jay Philips and can be found here: http://www.jayphilips.com/2009/09/10/15-open-source-test-management-tools/ Question: …
0
votes
3answers
68 views

Best Tools to Test Accessibility?

On Twitter, @dailytestingtip (which I recommend following) posted the following list of a bazillion tools that can help software testers test for accessibility: http://ow.ly/y0Lf …
3
votes
3answers
185 views

How to get started with model based testing?

Hello, I would like to know if some of you are using model based testing and what they would recommend in order to get started? Best Regards Update: I would be interested to hea …
0
votes
2answers
48 views

Test Data Management Tools

I'm looking for a tool or toolset that does the following: data subsetting data sanitising data comparison (XML file comparison) Preferably low budget, but the support has to b …
1
vote
2answers
200 views

Automated Testing of Silverlight

Has anyone had any luck or have any suggestions for automated testing of a Silverlight application? Currently, we've had some luck with Visual Studio 2010 Beta2 Coded UI Tests, but …
1
vote
1answer
54 views

pros and cons of Test & Lab manager

Microsoft is shipping Test & Lab Manager (MTLM) with Visual Studio 2010. Does anybody have evaluate this tool? What are the pros and cons?
0
votes
4answers
84 views

Test Runner for .Net?

Hi all, A fellow team folks are looking for a .Net test runner. Preferably, it should support various frameworks like NUnit, MbUnit and xUnit. Any recommendations? Thanks, -Kon …
1
vote
1answer
33 views

What are good tools for fuzz testing?

What tool are you using for fuzz testing? Why?
0
votes
2answers
16 views

Can I use JUnit to create automated integration tests?

I've been trying to get my hands around how to automate some integration tests with JUnit. Anyone have any experience doing it? Any "lessons learned" to share and/or opinions a …