Tagged Questions
2
votes
2answers
133 views
Functional testing and Acceptance testing leading to redundant code
What I know is:
A Functional test aims to test a single component (like a WebApp's Controller) from the point of view of the developer. => Did I achieve all the requirements to make it work well?
...
7
votes
2answers
163 views
How to test the same software on all products in a product line?
In my team we have been working on a firmware for a product. The product was released some years ago but we still implement new features in the firmware and regularly provide a new firmware for our ...
4
votes
1answer
90 views
Isolating test data in acceptance tests
I'm looking for guidance on how to keep my acceptance tests isolated. Right now the issue I'm having with being able to run the tests in parallel is the database records that are manipulated in the ...
3
votes
0answers
91 views
Inserting validation in Data Driven Tests
I am working on a testing tool that provides image comparisons. For test data insertions, I am using excel and csv files that supply the tests with text that is used by the tool to mock actual user ...
4
votes
2answers
423 views
BDD to replace the test teams work - how best to do it?
The system we are developing, using .NET, is extremely large, complex, and some modules are poorly written. We have a large user acceptance test team that is aiming for 100% business scenario ...
3
votes
1answer
222 views
Any recommendations for setup/teardown of browser automation testing?
I have been doing some browser automation testing recently using Selenium (and Watin a bit too) and have reached a point where I am looking for recommendations on controlling the environment I'm ...
1
vote
2answers
134 views
Automated Acceptance tests under specific contraints
This question is a follow up to my previous question, which was a bit general, so
I shall be more specific with this one.
I want to automate acceptance testing on a web application. Briefly, this ...
7
votes
7answers
2k views
Who should write the test plan?
I am in the in-house development team of my company, and we develop our company's web sites according to the requirements of the marketing team. Before releasing the site to them for acceptance ...
4
votes
2answers
110 views
Do bugs from Fuzzing belong in my system tests?
I have recently implemented fuzz testing over one of my projects. Several bugs have come up, generally classifiable as (dare-I-say trivial?) input validation bugs, and I've fixed them. In no case so ...
11
votes
4answers
1k views
Writing Acceptance test cases
We are integrating a testing process in our SCRUM process. My new role is to write acceptance tests of our web applications in order to automate them later. I have read a lot about how tests cases ...
7
votes
5answers
726 views
What is the role of QA in a BDD-driven project?
If running a project using BDD with 100% coverage of user stories with automated acceptance tests, what would be the role of a tester / quality assurance person?
I guess I am imagining that ...
19
votes
7answers
2k views
Automated unit testing, integration testing or acceptance testing
TDD and unit testing seems to be the big rave at the moment. But it is really that useful compared to other forms of automated testing?
Intuitively I would guess that automated integration testing is ...
7
votes
3answers
1k views
What acceptance test frameworks have you used? What are the pros and cons? [closed]
For business or tester facing tests on projects (not unit tests), I've typically used FitNesse, but I've dabbled with RSpec and I'm interested in learning Selenium and Robot.
Do you have experience ...