Welcome to Software Testing Help!
What is software Testing?
A basic to start with:Software testing is the process used to help identify the correctness, completeness, security, and quality of developed computer software.
Testing is a process of technical investigation, performed on behalf of stakeholders, that is intended to reveal quality-related information about the product with respect to the context in which it is intended to operate.
For more information about AutomationSoftware Testing refer the below link.
http://www.qatesting-logic.blogspot.com/
Software Testing FAQ :
1. What is Test Bed?
An execution environment configured for testing. May consist of specific hardware, OS, network topology, configuration of the product under test, other application or system software, etc. The Test Plan for a project should enumerated the test beds(s) to be used.
2. What is Software Requirements Specification?
A deliverable that describes all data, functional and behavioral requirements, all constraints, and all validation requirements for software.
3. What is Soak Testing?
Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of transactions have been executed.
4. What is Smoke Testing?
A quick-and-dirty test that the major functions of a piece of software work. Originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch on fire.
5. What is Scalability Testing?
Performance testing focused on ensuring the application under test gracefully handles increases in work load.
6. What is Release Candidate?
A pre-release version, which contains the desired functionality of the final version, but which needs to be tested for bugs (which ideally should be removed before the final version is released).
7. What is Ramp Testing?
Continuously raising an input signal until the system breaks down.
8. What is Race Condition?
A cause of concurrency problems. Multiple accesses to a shared resource, at least one of which is a write, with no mechanism used by either to moderate simultaneous access.
9. What is Quality System?
The organizational structure, responsibilities, procedures, processes, and resources for implementing quality management.
10. What is Quality Policy?
The overall intentions and direction of an organization as regards quality as formally expressed by top management.
No comments:
Post a Comment