Tagged Questions
5
votes
1answer
98 views
Is asking for control totals on a file an outdated means of verifying a file?
I'm in a new position where I need to process a flat files on a regular basis. The last time I did this was 5 or 6 years ago but as part of the file layout I received control totals. It gave me ...
1
vote
4answers
245 views
Quality Assurance activities [duplicate]
Possible Duplicate:
Verification of requirements question
Having asked but deleted the question as it was a bit misunderstood. If Quality Control is the actual testing, what are the ...
5
votes
3answers
418 views
Inspection, code review - is it really testing?
ISTQB, Wikipedia or other sources classify verification acitivities (reviews etc.) as a static testing, yet other do not. If we can say that peer reviews and inspections are actually a kind of a ...
0
votes
1answer
244 views
ISO 12207: Verification of integration and Unit test validation
I have received comments from the supervisor reviewing my thesis. He asked two questions I cannot answer right now:
If ISO 12207 says under "Integration verification" that it "checks that components ...
1
vote
3answers
239 views
Why some consider static analysis a testing and some do not?
Preparing myself also to ISTQB certification, I found they call static analysis actually as a static testing, while some engineering book distinct between static analysis and testing, which is the ...
1
vote
4answers
1k views
How to apply verification and validation on the following example
I have been following verification and validation questions here with my colleagues, yet we are unable to see the slight differences, probably caused by language barrier in technical English.
An ...
2
votes
3answers
281 views
Verfication vs validation again, does testing belong to verification? If so, which?
I have asked before and created a lot of controversy so I tried to collect some data and ask similar question again. E.g. V&V where all testing is only validation: ...
5
votes
8answers
621 views
What is the aim of software testing?
Having read many books, there is a basic contradiction:
Some say, "the goal of testing is to find bugs" while other say "the goal of the testing is to equalize the quality of the product", meaning ...
10
votes
7answers
335 views
Is verification and validation part of testing process?
Based on many sources I do not believe the simple definition that aim of testing is to find as many bugs as possible - we test to ensure that it works or that it does not. E.g. followint are goals of ...
2
votes
5answers
174 views
Verification of requirements question
Doing a lot of reading about V&V, I would need to clarify the following.
A lot of definitions (less formal ones found in books) define verification like that:
Verification: The software should ...
3
votes
2answers
522 views
Functional testing in the verification
Yesterday my question How come verification does not include actual testing? created a lot of controversy, yet did not reveal the answer for related and very important question: does black box ...
8
votes
3answers
488 views
How come verification does not include actual testing?
Having read a lot about this topic --- such as on this Software Testing Fundamentals site on verification and validation and Software Testing and Quality Assurance: Theory and Practice by Naik and ...
5
votes
3answers
291 views
How can we verify that software meets specifications meets requirements?
So we're pretty good at eliciting requirements from our end customers, business division and sales/marketing. We plan projects to add/enhance features to meet those requests and prioritize tasks to ...
26
votes
19answers
3k views
Is Software Testing Really Needed?
I'm a student working on my B.E(CS) and my question is the following:
Is testing in the software field needed?
If we create a software with great care, then why should we test?
After testing can ...