What is Software Testing ? Introduction and all the basic fundamentals

Spread the love

What is Software Testing  | So today in this article we are going to talk about software testing? Testing of Software is very important for any software development company. Because they have to meet the client’s requirement and they have to make sure the software is bug-free, But Software cannot be 100% bug-free. So we can minimize maximum and critical bugs of any software during the development phase.

So What is Software Testing?

The software testing is a process used to identify the correctness, completeness and the quality of developed software. Software testing includes a set of activities conducted with the ‘intent of finding bugs and errors in the software. So that it could be corrected before the product is released to the end-users.

What is Software Testing

The main aim of software testing is to check the quality of  system. Generally, there is two types of software testing. They are:

  • Black-box Testing
  • White-box Testing

Black-box Testing:

 It is the testing of software without peering into its internal structures of working  or we can say without touching the coding part of software. Black-box Testing can be applied to virtually every level of software testing such as:

  • Unit Testing
  • Integration Testing
  • System Testing
  • Acceptance Testing

White-box Testing:

White-box testing is also called Clear box testing, Glass box testing, Transparent box Testing & Structural testing. In White-Box testing we tests internal Structure of application or working of an application, As opposed to it’s functionality. In this testing method Internal perspective of  system, as well as Programming skills are used to design test cases.

White-Box Testing can be applied at the :

  •  Unit Testing
  • Integration Testing 
  • System-level of Software Testing

What is Software Testing
steps of the risk process in quality assurance
Software Testing Life Cycle

Functional Testing: Functional Testing is a Quality Assurance or QA is the Process and a type of black-box testing. Which bases its test cases on the specifications of the Software Components under test. Does functional testing help to describe What the system does ?. Also slices of the functionality of the whole system.  There is mostly asked question in QA interview that is: What is the Difference between Functional Testing and System Testing? The answer is Functional Testing verifies a program by checking it against specifications or design documents and system testing validates a software by checking it against the published user or system requirements.

Unit Testing:

It is a testing method by which individual units of source code of system sets of computer programs modules. Together with associate with control data, its usage procedures, and operational procedures are tested to determine whether they are fit for use or not. In unit testing, we can view a unit as the smallest testable part of a software. In procedural programming, a unit could be an entire module, also it is more commonly individual functions or Procedures. Unit tests are typically written and run by respective software developers to ensure that the code meets its design and behaves as intended for system

Integration Testing: It is the phase in testing in which individual software modules are combined and testing as a group. Integration testing occurs after unit testing and before validation testing of an application. Testing performed to expose defects in the interactions and interfaces between integrated components or systems.

System Testing: Basically it is the testing of application of hardware conducted on a complex integrated system to evaluate the system’s compliance with its specified requirements. System testing falls within the scope of black-box testing & such should require knowledge of the internal design of the code or logic itself.
This testing method is performed o the entire system in the context of a functional requirement Specifications (FRS) or a System Requirement Specifications (SRS).

In system testing we will test the following components:

  • Graphical User Interface (GUI) Testing
  • Visibility Testing
  • Performance Testing
  • Smoke Testing.
  • Recovery Testing
  • Accessibility Testing
  • Volume Testing
  • Stress Testing
  • Compatibility Testing
  • Load Testing

Performance Testing: In Software Engineering  & performance testing is in general, a testing practise performed to determine how a system performs in the term of responsiveness and stability under a particular workload. Also, it can serve to investigate, validate or verify, measure other quality attributes of the system, such as scalability, reliability and resource usage.
In performance testing following units are tested:
Load Testing, Soak Testing and Stress Testing is the type of performance testing.

Acceptance Testing: It is basically done by the user or customer although other stakeholders may be involved as well. The main goal of acceptance testing is to established confidence in the system. It is more often focused on validation type testing. User acceptance test, Operational Test, Compliance acceptance test, Contract acceptance testing are included in acceptance Testing.
We can divide Acceptance testing into Two parts: 

  • Alpha Testing: In alpha, the testing application is tested by developers or QA Engineers before providing it to customers for beta testing.
  • Beta Testing: In Beta, the testing application is tested by end-users. 

Spread the love

Santosh Adhikari

Hello, it's me Santosh Adhikari, from Kathmandu, Nepal. I'm a student of Science and Technology. I love new challenges and want to explore more on Software Quality Assurance. I want to be a professional SQA. I'm also interested in Blogging, SEO activities.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments