I am new to testing, so I don’t know which basic testing concepts I must learn. Please tell me which concepts are the most important in testing.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Testing is a broad area that takes in elements from requirements, architecture, design, and implementation. Testing is also a key component of software quality. The IEEE Software Engineering Body of Knowledge (free HTML version found here) defines testing as
You can read the entire SWEBOK Software Testing knowledge area online, along with the rest of the book.
A few topics that you might want to look into are:
The following books are also recommended reading, as suggested in the SWEBOK Software Testing section:
I hope that this gets you started.