what is system testing ? explain with example ?
Answer Posted / gurbir singh dhaliwal
System testing is more than just error detection;
Testing software is operating the software under controlled conditions, to
(1) verify that it behaves “as specified”;
(2) to detect errors, and
(3) to validate that what has been specified is what the user actually wanted.
Verification is the checking or testing of items, including software, for conformance and consistency by evaluating the results against pre-specified requirements. [Verification: Are we building the system right?]
Error Detection: Testing should intentionally attempt to make things go wrong to determine if things happen when they shouldn’t or things don’t happen when they should.
Validation looks at the system correctness – i.e. is the process of checking that what has been specified is what the user actually wanted. [Validation: Are we building the right system?]
or
In other words, validation checks to see if we are building what the customer wants/needs, and verification checks to see if we are building that system correctly. Both verification and validation are necessary, but different components of any testing activity.
Is This Answer Correct ? | 20 Yes | 10 No |
Post New Answer View All Answers
How do you determine which piece of software require how much testing?
What is test metric is software testing and what information does it contains?
What do you understand by ‘test effectiveness’ and ‘test efficiency’?
Explain cmm?
What is a test case template?
I want to create a set of portofolio for increasing the chance applying as a SQA Tester, the Question is, What kind of thing that must I put on that Portofolio?
Diffrence b/w compiled module and shared repository?
What is breadth testing?
What are the technical and environment risks u faced in ur testing career?
Why is automation testing preferred over manual testing?
What should your qa documents include?
When to start qa in a project?
What are the table contents in testplans and test cases?
Suggest me MCQ book for Software testing
What is a bug life cycle?