Tagged Questions
5
votes
4answers
151 views
Test Data Bank creation: approach, important points, useful links, data generators, file storages?
Being Senior QA, I often face one and the same problem: for every project I'm involved in I need to prepare / collect / generate various sort of testing data. It might be VERY different - below are ...
12
votes
11answers
389 views
Typical software & tools short-list for *manual* QA specialist (tester) working environment
For QA workstations preparation (Windows-based PCs) our IT department uses typical batch deployment tools. I'm not at all interested in the details of such process, but IT guys ask me:
What ...
6
votes
6answers
268 views
What are some small, standalone or web applications for test new QA staff on?
I'm permanently stuck with the following trouble: being Senior QA I need to quickly check and hire people for short-time testing projects. I specialize mostly in manual testing, while the range of ...
9
votes
3answers
420 views
How can I spoof HTTP request data while testing?
I'm testing a Windows desktop application, that requests data from a server during certain operations. I want to make sure the application can handle all possible responses, including bad ones.
What ...
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 ...
13
votes
13answers
879 views
Capture screen during exploratory testing
While doing exploratory testing it would be nice to be able to record the screen (in a non-intrusive way), so if a defect is found the steps to reproduce it can be easily reviewed.
Are there any good ...