Newest Questions

23 votes
6 answers
2k views

How do you tell a programmer they're not testing their own code enough?

Suppose you're working with bright programmer, but every time you test the code you find a serious, obvious bugs. Things the programmer could have noticed if they did their own testing before checking ...
Jay Bazuzi's user avatar
  • 2,443
11 votes
8 answers
4k 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 ...
testerab's user avatar
  • 5,115
12 votes
9 answers
4k views

Tools for Server application testing [closed]

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 ...
59 votes
19 answers
36k views

What books would you recommend to start learning about software testing

I'm trying to learn more about software testing, so I want to know which books you would recommend on this topic
7 votes
1 answer
817 views

Will recordings made with Test Manager in IE8 work in IE9?

I've had a quick read around this subject and it looks like Action Recordings can be made in Internet Explorer 9 and then played back with fast forward. However my question is about recordings made in ...
Craig Pilgrim's user avatar
11 votes
3 answers
2k views

Python coverage and external executables

I have a project that has almost complete unit test coverage. There's only one statement that isn't covered and I can't work out a good way to do so. Say the project is called foo, I have foo/commands....
Soren's user avatar
  • 213
7 votes
2 answers
380 views

When to start testing a solo project?

I'm building a solo project myself. (Java backend, Java AWT frontend. No lectures about AWT vs swing vs *wt, please :-)) It's fairly straightforward Primary server - keeps user information Content ...
corsiKa's user avatar
  • 7,072
11 votes
4 answers
7k views

How do you write a great bug report? [closed]

"Is this going to be a stand-up fight sir, or a bug hunt?" - Hudson I've always wondered what the secrets were to writing a great bug report. Over time I've narrowed down the activity to three basic ...
terryp's user avatar
  • 1,057
7 votes
4 answers
2k 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. ...
terryp's user avatar
  • 1,057
6 votes
2 answers
3k views

Writing automated tests for System.Web.HttpApplication

I am currently using Moq to write automated tests for System.Web.HttpApplication in C#: public FakeHttpApplication CreateBaseMocks() { MockContext = new Mock<HttpContextBase>(); ...
Drew's user avatar
  • 91
5 votes
5 answers
2k views

What are the different things to capture in a test case?

In our Project we have a test case based on Rational Test Manager (RUP Process). This test case includes: description, preconditions, steps expected results for each step and finally a notes ...
51 votes
12 answers
3k views

Building "slow to break" regression tests

I need to build a lot of regression tests for our product at work and I plan on using Selenium. I am concerned about building tests that will become quickly outdated and broken based on the fast pace ...
Mike Grace's user avatar
52 votes
16 answers
28k views

What are the key properties of a great QA team member?

Provided you are ready to hire your first (or next) QA team member, what are the key properties of a person you will pay attention to?
4 votes
3 answers
1k views

Upgrade SilkTest automation scripts to work with IE9

We use SilkTest 2010 Open Agent to perform Automated Web Testing. Our scripts currently work on IE6 - IE8 and on Firefox 3.X. IE9 has changed modal boxes to unintrusive pop-ups at the bottom of ...
vishalashah's user avatar
59 votes
18 answers
10k views

What are some tools for testing Mobile web apps?

I'm thinking along the lines of a Firebug for the iPhone/iPad/Android/BB that can truly give more insight on the markup/scripts. Even when testing on the simulator/device, it's hard to truly simulate ...

15 30 50 per page
1
773 774 775 776
777