The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
11answers
675 views

What are the forms of testing that testers commonly forget?

Today I re-realized the importance of sharing a screen with your users to see exactly what they're doing and the paths they are taking through your software. I always knew it was important but never ...
3
votes
3answers
197 views

What kind of testing is ApprovalTests.com doing and are there other similar frameworks?

I came across the ApprovalTests.com framework today and am curious how it would be classified. I am familiar with concepts of Unit Tests, functional tests, and user acceptance testing, but this seems ...
0
votes
0answers
133 views

How to do user acceptance testing on ETL/Data Warehouse

I've tried running searches on Google, however there is not a lot of information available on testing ETL and DW solutions. I'm specifically interested in functional/user acceptance testing. The only ...
3
votes
1answer
67 views

Writing general requirements for accepting outsourced work on a web app project

I am assuming the product owner role during our Scrums and we have just completed our Sprint 0. Now that we have developed a detailed backlog of user stories with acceptance criteria for each story, ...
4
votes
3answers
155 views

Any good UI evaluation documentation tools?

I am looking for a specific tool which will help me document what I see when I perform web site usability evaluations. At the end of each evaluation, I need to create an report for my client. The ...
4
votes
3answers
2k views

How far would you go in ETL and data warehouse testing?

Recently I've been testing on an ETL/Data warehouse project and the strategy I took was to work very closely with the business and leverage their knowledge to come up with all the weird and wonderful ...
0
votes
1answer
239 views

What is UAT Protocol?

I've just wrote an UAT script specifying all of the use cases step by step (quite standard). However the customer is asking us for a UAT protocol and we have no clue on what he means by that. Anyone ...
11
votes
5answers
284 views

How often do you run long automated user acceptance tests?

Let's say you have product or project that is coming near to a next release and that has previous versions released a while ago and that has a big suite of automated user acceptance tests that just ...
4
votes
5answers
277 views

How does one set up a Private By-Invite Beta Site for Android Apps?

We're working on an Android game (a port) for a professional game studio. We have internal QA who've done a great job testing the app on multiple devices but we'd still like to expand feedback more ...
8
votes
3answers
151 views

Testing Unfamiliar Software

One thing I've picked up about testing software is to think about the software from the user perspective, and to sometimes "use" the software the way a "normal" user would. However, what if the ...
3
votes
3answers
451 views

UAT involvement

This isn't really a question for me anymore, but, out of curiousity and to help a former co-worker. Before moving to Quality Assurance, I led a UAT team. This team was made up of former users, who ...
5
votes
5answers
619 views

What are the advantages of automated user acceptance tests?

I'm completely new to this stuff, and for what I've seen it takes a while to get used to it. I once tried, but felt I was spending way too much time just writing the tests, or just fixing them 'cause ...