All kinds of tools that support testing.
4
votes
5answers
248 views
Do Academic Researchers in Automated Software Testing Believe All Testing Can Be 100% Automated?
While surfing today, I found this article on attitudes on automated software testing among academics and practitioners. Since I am currently an automated tester in industry, I agree with the ...
1
vote
3answers
80 views
Is there an easy way to verify all elements of an application have been translated?
The current method is to click through every dialog, and manually verify all captions have been translated. One of the major problems with this approach, is that it's very time consuming. This is ...
11
votes
9answers
586 views
Performance testing - a way in?
We have an a browser based application that is built on the Microsoft Stack, specifically .NET 3.5. It also uses Ajax, iframes, jQuery etc.
At the moment we are just guessing at the concurrency ...
6
votes
2answers
733 views
Automated testing of Oracle Forms
What is the best test automation tool you'd recommend for testing Oracle Forms and why? Assuming a Windows desktop environment.
0
votes
0answers
78 views
Curious behaviour of Firefox when using a proxy for local IP Addresses
I'm currently debugging a rails application and sahi.
Previously working without a problem:
I would have a proxy running on: 10.2.33.44:9999 (sahi proxy)
rails server (host) is also running on ...
1
vote
1answer
178 views
Clarification sought on the bindings for Selenium 2 and their interaction if any with Selenium Server standalone JAR
While going through the current download list for Selenium I came across this text
The Java bindings for Selenium 2, including the WebDriver API and the Selenium RC clients. Download this if you ...
8
votes
6answers
741 views
Alternatives to Session Tester for recording exploratory test session results
I'm interested in hearing suggestions for ways of recording exploratory test session notes. We currently use a mixture of Session Tester and a wiki for recording test notes.
I like many things about ...
3
votes
3answers
937 views
What test management tool to manage Cucumber tests?
In my company we have our tests specified in Gherkin (Cucumber), and we use Jenkins to schedule the execution of these tests.
We have the need of a management tool, where we can associate the tests ...
3
votes
2answers
151 views
Is NUnit a viable choice for a starting long term project these days?
I currently participate on the decision to pick a unit testing framework for a bigger long term project. NUnit, being an ubiquitous unit testing tool, would make it a natural choice for me, but not so ...
4
votes
7answers
273 views
Which tools should I start with?
I'm new to software testing. During the last few months, I was studying software testing terms/terminologies and how to create test cases from requirements etc...
It started to get boring and I think ...
5
votes
6answers
337 views
Is there some software to document the results of functional software testing?
Can anyone recommend some software that can be used to document the results of functional software testing?
This is not at developer level, it is for testers to follow documented procedures/scripts ...
1
vote
1answer
327 views
How do you organise and manage testing charters?
There appear to be very few tools out there specifically aimed at managing charters for exploratory testing sessions. If you're using SBTM or TBTM, how do you manage your charters?
Some of the ...
1
vote
3answers
2k views
Automated testing tools for iOS apps [duplicate]
Possible Duplicate:
What are some tools for testing Mobile web apps?
I wanted to know if there are any good automated testing tools that can be used to test iOS apps. Looking for some ...
4
votes
4answers
303 views
Functional tests for Flash
We are using a rich client developed with Flex. We would like to build automated tests to test whole features. I saw a module for Selenium, Flex Monkium, which could do the job.
Did you try it out? ...
7
votes
4answers
666 views
Load testing tools vs. making your own
I've never needed to work with commercial load running tools before, as our test infrastructure is pretty immature here and I've used internal tools in the past. We're working on a .NET technology ...
2
votes
1answer
127 views
How to get Custom BIRT reports in SilkCentral Test Manager to pull the currently selected project?
I posted this question on StackOverflow and did not get any answers, so re-posting here.
We are using Eclipse (Galileo) to create some custom BIRT reports (version 2.5) for SilkCentral Test Manager ...
3
votes
2answers
504 views
Open source deployment validation tool
Asked this on stackoverflow and earned myself the tumbleweed badge... Anyone here know of any?
I'm looking for an Open source tool to help with deployment validation for mainly web based applications ...
5
votes
4answers
208 views
Favorite troubleshooting tips for testers?
At CAST2011, Chris Blain spoke about troubleshooting tips he's found helpful as a tester. Ones I especially identified with:
Model
Take no one's word, and make no assumptions
Look for other causes
...
10
votes
6answers
873 views
Tools for Java software testing
I'm currently working(almost finishing) a Java project that consists on a server application and some client applications on the same network, that will communicate with the server only to request ...
2
votes
1answer
233 views
Testing a data de-duplication and matching engine
Has anyone ever tested a row based data de-duplication and matching program (the data could be any personal information like names,addresses and postal codes etc) ?
What kind of strategies/tools ...
6
votes
2answers
357 views
In TestComplete 8, what tasks are best suited for keyword tests and which ones are best suited for “hand coded” scripts?
With version 8 of the automated testing tool TestComplete, the vendor has introduced a new feature called "Keyword Tests" that provides a visual interface for creating automated UI tests without ...
9
votes
2answers
426 views
Maintaining automation framework for different browsers like IE and FF
How to maintain automation framework for different browsers like IE and FF?
In my current set up, I maintain two different configuration properties files, one with xpath locators that FF supports ...
12
votes
3answers
735 views
Tools for Python software testing
Similar to Tools for Java software testing, I'm looking for Python-related testing tools/software (as Python is my most frequently-used language).
-5
votes
1answer
427 views
What are the best practices in quality assurance process measurement? [closed]
How do you measure quality assurance and quality of products in your teams? What metrics do you use? What tools do you use?
7
votes
4answers
1k views
Headless Functional Testing For Your JavaScript Web App?
JavaScript is everywhere right now. With the advent of jQuery and other associated JavaScript frameworks it's amazingly simple to add very powerful user interactions to web sites and web applications. ...
