Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 953247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:01:27+00:00 2026-05-16T00:01:27+00:00

I am new to testing, so I don’t know which basic testing concepts I

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:01:27+00:00Added an answer on May 16, 2026 at 12:01 am

    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

    The dynamic verification of the behavior of a program on a finite set of test cases, suitable selected from the usually infinite executions domain, against the specified expected behavior.

    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 differences between faults, failures, and errors. These terms are used to define what is called the “cause-effect chain”. Simply, a fault or defect is the reason that a system can fail.
    • The oracle problem. In software testing, an oracle is something that says if a program passes or fails given its behavior on a test.
    • The limitations of testing. Dijstra’s famous quote of “program testing can be used to show the presence of bugs, but never to show their absence.” You must learn about risk management and how to test sufficiently to reduce risk to an acceptable level.
    • Test levels
      • Unit Testing. Verifying the functionality of the low-level modules, usually functions and methods.
      • Integration Testing. Testing the interaction between components. In an object-oriented system, what is being tested is probably the relationship between classes.
      • System Testing. Testing the complete software system. During this stage, you also test against non-functional requirements.
    • Objectives of testing. A few important ones are testing that the system meets requirements (conformance or functional testing), changes to the system haven’t caused additional problems (regression and smoke testing), the system is usable (usability testing).
    • White box and black box testing. Really, how to test when you can see the source code, when you can’t see the source code. Different methodologies apply to each situation.
    • Measurements and metrics
      • Classifying of found faults and defects
      • Fault density
      • Coverage
    • Documentation. How to produce reports for management and the engineering team. Documents produced by testers include Test Plans, Test Design Specifications, Test Procedure Specifications, Test Case Specifications, and Test Logs. You can probably find sample documents and templates online.

    The following books are also recommended reading, as suggested in the SWEBOK Software Testing section:

    • K. Beck, Test-Driven Development by Example, Addison-Wesley, 2002.
    • B. Beizer, Software Testing Techniques, International Thomson Press, 1990.
    • P. C. Jorgensen, Software Testing: A Craftsman’s Approach, second edition, CRC Press, 2004.
    • C. Kaner, J. Falk, and H.Q. Nguyen, Testing Computer Software, second ed., John Wiley & Sons, 1999.
    • C. Kaner, J. Bach, and B. Pettichord, Lessons Learned in Software Testing, Wiley Computer Publishing, 2001.
    • M.R. Lyu, Handbook of Software Reliability Engineering, Mc-Graw-Hill/IEEE, 1996.
    • W. Perry, Effective Methods for Software Testing, John Wiley & Sons, 1995.
    • S. L. Pfleeger, Software Engineering: Theory and Practice, second ed., Prentice Hall, 2001.

    I hope that this gets you started.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 499k
  • Answers 499k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No, gems do not store any information about where their… May 16, 2026 at 12:34 pm
  • Editorial Team
    Editorial Team added an answer try looking on http://www.gamedev.net/reference/programming/features/imageproc/page2.asp There are lots of examples on… May 16, 2026 at 12:34 pm
  • Editorial Team
    Editorial Team added an answer Depends of course on what kind of data you want… May 16, 2026 at 12:34 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm testing a new template for a wordpress based site, and I'd like to
I'm new to testing, and I'm having some difficulties trying to run a functional
So, i'm new to unit testing, and even more so to test first development.
I've done a fair bit of mysql php programming but am pretty new to
I think shoulda is really neat, but what I don't understand is why some
I'm new to using the PreferenceActivity. Task: Allow user to choose the program layout
We are new to Azure and are going to deploy our first app in
I am new to jQuery and I am having trouble with the syntax, selectors
I have this currently. ClickableSpan span = new ClickableSpan(...){...}; String text = I am
Running sql server 2005 I have database A. I am trying to restore from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.