How would you test Google Maps “Get Directions” feature?
(I imagine this would be a good interview question, but in my case it’s more pragmatic than that.)
Unit test and Code Coverage of Ant build scripts
In our development environment We have more and more build scripts for ant to perform the build tasks for several different build jobs.
Branch vs decision coverage question
ISTQB does not distinct between these (it reads “Branch/decision coverage”) but some sources do say it is different.
I would have two question. The essential one is about the difference. And the other one – does this whole concept belongs under the unit testing? Or white box testing?
Thanks
Is unconditional code considered a branch?
Having simple code like this:
How do I know if I have enough unit test coverage to remove an integration test?
I’m working on a legacy system (by that I mean it was written without tests). We’ve tried to test some of the system by writing integration tests that test functionality from the outside.
Is path coverage stronger than condition coverage?
I have encountered (even in literature) two contradicting opinions related to path vs condition coverage (not branch or edge!). Some say Path coverage is stronger than the condition coverage, some say the opposite.
What the white box testers create test cases against?
I’m wondering, what are the white box testers using to create test cases? The actual code? Some kind of diagrams?
Condition coverage for If(A && B) – measuring the input or code exercised?
I have been studying condition coverage for last few days. In a book “The Art of Software Testing” they highlight that it does not assure decision coverage, because for example
Verification for value of test standards
We are currently developing a concept for our tests standards. Up until now, we don’t have standards. All we do is to tell the developer to write tests. Now we have the following basic idea:
Verification for value of test standards
We are currently developing a concept for our tests standards. Up until now, we don’t have standards. All we do is to tell the developer to write tests. Now we have the following basic idea: