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
What are the contents of test plans and test cases?
What do you like most about Quality Assurance/Testing?
How are the quality assurance activities planned ?
Hello Can anyone please share the interview details for QA positions in Tribal Fusion, Noida. Much Thanks
What is the difference between black box and white box testing?
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.
I want to know about the open source licenses and its features
What is automated software quality (asq)?
what documnets qa engineer need for starting qa?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
How do u calculate Schedule variance? What is the formula? Explain with Example
What is bug?
Mention what are the test artifacts involved in qa?
Can anyone please tell me how to export the requirements from QC 9.2 to excel file.
Do you think qa's can also participate to resolve production issues?