ITTreats.com
Enter your Search term and Hit "Enter"

Sat, 20 Mar 2010 12:16:35 PM +00:00

Latest 'ITTreats'


Glossary of Software Testing/QA Terms

Glossary of Software Testing/QA Terms

Source: The following definitions are taken from GLOSSARY OF COMPUTERIZED SYSTEM AND SOFTWARE

DEVELOPMENT TERMINOLOGY

audit. (1) (IEEE) An independent examination of a work product or set of work products to assess compliance

with specifications, standards, contractual agreements, or other criteria. See: functional configuration audit,

physical configuration audit. (2) (ANSI) To conduct an independent review and examination of system records

and activities in order to test the adequacy and effectiveness of data security and data integrity procedures, to

ensure compliance with established policy and operational procedures, and to recommend any necessary

changes. See: computer system audit, software audit. More . . .

Software Testing Life Cycle Explained

Software Testing Life Cycle Explained

Software Testing Life Cycle consists of six (generic) phases:

  • Test Planning,
  • Test Analysis,
  • Test Design,
  • Construction and verification,
  • Testing Cycles,
  • Final Testing and Implementation and
  • Post Implementation. More . . .

Software Testing Interview Questions

Software Testing Interview Questions

Test Automation job interview questions:

1. What automating testing tools are you familiar with?

2. How did you use automating testing tools in your job?

3. Describe some problem that you had with automating testing tool.

4. How do you plan test automation?

5. Can test automation improve test effectiveness?

6. What is data – driven automation?

7. What are the main attributes of test automation?

8. Does automation replace manual testing?

9. How will you choose a tool for test automation? More . . .

Software Testing in Detail

Software Testing in Detail

Software testing is probably the most complex task in the software development cycle. It

often takes longer to test the software than it does to write the code. The problems

discovered during the software testing phase add more time onto the coding phase,

resulting in further delays in the product’s release, and so this vicious cycle goes.

It’s nearly impossible to attribute the problems that arise during the software testing

cycle to any single factor. Before going any further, it’s important to clarify one More . . .

Software testing Outline

Software testing Outline

1. The Software Life Cycle

An introduction to the fundamental elements of the software life cycle, and several life cycle

models that are commonly in use. Also, how testing is integrated into the life cycle.

a. Life cycle models

b. Types of testing and where they fit in

i. Unit Testing

ii. Regression Testing

iii. Integration Testing

iv. System Testing More . . .

what is a Test Plan and explain

what is a Test Plan and explain

What’s a ‘test plan’? What did you include in a test plan?

A software project test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort. The process of preparing a test plan is a useful way to think through the efforts needed to validate the acceptability of a software product. The completed document will help people outside the test group understand the ‘why’ and ‘how’ of product validation. It should be thorough enough to be useful but not so thorough that no one outside the test group will read it. The following are some of the items that might be included in a test plan, depending on the particular project: More . . .