Tagged Questions
The user-acceptance-testing tag has no wiki summary.
9
votes
8answers
2k views
What is a good ratio of developers to testers?
What ratio of [senior] developers to testers do people think is best?
Obviously this will depend partly on development/maintenance throughput, but is there a rule-of-thumb that a new company/project ...
8
votes
6answers
1k views
How detailed should a customer acceptance test be?
Here is a test description, testing the "Create New Widget" use-case.
Confirm that you can enter a new widget into the system.
Here is another test description, testing the "Create New Widget" ...
5
votes
1answer
196 views
Which tools are used to write acceptance tests for Python web applications (django)?
I've found only two:
http://splinter.cobrateam.info/
http://lettuce.it/index.html
I'd like to know you practices and experiences with these (or other) tools.
4
votes
3answers
164 views
Code promotion: Enforcing the rules
So here is our problem:
We have a small team of developers with their own ways of doing things-- I am trying to formalize a process in which we are required to promote our code in the following ...
3
votes
0answers
41 views
What happened to GremCheck? Is there a viable replacement? [closed]
I was a big fan of an app called "GremCheck" that was out a while back, that seems to have disappeared.
It was a JavaScript included in a master page that placed an icon at the bottom of the page. It ...
2
votes
1answer
103 views
Referring to files in MSTest breaks on Team Build as path different
We have a set of user acceptance tests (written in MSTest) which run fine locally, they're referring to some test files which the acceptance tests load in and process.
However, when running on team ...
2
votes
1answer
64 views
Is it important to have an automated acceptance tests to test whether a field saves to a database?
I'm using SpecFlow for the automated Acceptance Testing framework and NHibernate for persistance. Many of the UI pages for an intranet application that I'm working on are basic data entry pages. ...
2
votes
2answers
188 views
detect if user accepted signed java applet
I have a digitally signed java applet. When the user visits the applet page on my website they are prompted whether to accept the signed applet or not. Is there a way to determine if the user has ...
2
votes
2answers
383 views
Automated UI testing for an Eclipse RCP application
What tools are available for record and play back type testing of an Eclipse RCP application?
I'm hoping for something that the end users will be able to pick up pretty easily and record their user ...
0
votes
1answer
87 views
Pasting a huge excel document in a word test script
I have a UAT test script for which I need to post some reference tables (excel sheet) in the appendix. The excel sheet has a lot of columns and doesn't fit into the MS Word document even when I paste ...