The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
16answers
3k views

Do ISTQB/ISEB Testing Certificates prove someone can test?

I have passed the foundation level exam, and to be honest, i'm pretty sure that anyone could pass that exam with a couple of days of studying. My question is are they certificates really of value to ...
6
votes
5answers
1k views

Are state transition diagrams a good software testing technique

I have been looking at different testing techniques and wondered if anyone had some "real world" examples of using state transition diagrams rather than the bog standard clock and light switch ones ...
5
votes
4answers
208 views

Favorite troubleshooting tips for testers?

At CAST2011, Chris Blain spoke about troubleshooting tips he's found helpful as a tester. Ones I especially identified with: Model Take no one's word, and make no assumptions Look for other causes ...
4
votes
3answers
108 views

Which are the prevention activities that QA executes?

Most of my tester friends say that one important part of quality assurance position is "prevention". I´ve read a lot in the university about costs of quality and cost of poor quality and prevention ...
4
votes
5answers
1k views

Performance Testing a cloud application

What are the best approaches and what concerns are there about performance testing a web application that is hosted in the cloud?
3
votes
2answers
414 views

How many types of testing i should perform?

We have developed a project, QA already verify the project and now its ok to air. but i am still wondering about expected bugs. So my question is how many testing technique is there to certify a ...
3
votes
6answers
1k views

Deployment Testing

What kind of things should be looked at after you have deployed a new system? So far I can think of the following: Things to check: a) Check it deploys to right folder: Open machine where build is ...
3
votes
2answers
157 views

How to test the graphical contents of a bitmap or a PDF file?

The module I'm testing creates some graphical reports which include things like scatter plots and multipage line graphs. The bitmap will never be exactly the same between test runs, since some ...
2
votes
1answer
401 views

What are the benefits of Block Testing?

I came across the term "Block Testing" in the book "How We Test At Microsoft". I can't really see how this should be applied, should you do this instead of statement testing? From what I understand ...
0
votes
2answers
120 views

Layer testing - How should I test data replication/update?

I have a development background and now I'm starting with software QA. While building a solution developers often create code which is shared among different platforms/applications. One example is the ...