Tuesday, January 8, 2019

Software Testing: 
The process of verifying or validating an application with the intention of finding bugs or defect in software so that it could be corrected before product is delivered to the end user. 
                                                            (OR)
It is an activity to verify whether actual results are matched with expected results and ensure software is defect free, provide customer satisfaction.
Software testing has come to play a vital role in the success of the business.
This can be done through either manually or using automation tool.
Project vs Product:
ProjectIf a software application designs for a specific client, then it is called PROJECT. 
                                                            (OR)
    If any organization is developing the application according to the client specification then it is called as project
Ex: Banking web sites like HDFC Netbanking site, IRCTC, APSRTC etc.,
ProductIf a software application is design for multiple clients, then it is called a PRODUCT. 
                                                           (OR)
If any organization is developing the application and marketing it is called as PRODUCT.
Example: Windows, Gmail, WhatsApp etc.,
Types of Software Testing:
  1. Functional Testing
  2. Non-Functional Testing
Functional Testing: Functional Test is a type of software testing whereby the system is tested against the functional requirements/specifications.
Functional testing is done to verify all the functionality of a product. 
This testing mainly involves black box testing and it is not concerned about the source code of the application. The Testing can be done either manually or using Automation tool.
Typically, functional testing involves the following steps:
    • Identify functions that the software is expected to perform.
    • Create input data based on the function’s specifications.
    • Determine the output based on the function’s specifications.
    • Execute the test case.
    • Compare the actual and expected outputs.
Non-Functional Testingtype of Software testing to check non-functional aspects of a software application. Non functional testing activities includes:
    • Performance testing
    • Load Testing
    • Stress testing
    • Volume testing
    • Security testing
    • Installation testing
    • Compatibility Testing
    • Recovery testing


Related Posts:

  • What is Manual Testing and its Advantages, Limitations Manual testing is a testing process that is carried out manually(executing test cases) in order to find defects without the usage of tools or automation scripting. It is the most primitive of all testing types and… Read More
  • Introduction to Test Automation What is Test Automation: Test Automation or Automation Testing is a method of automating execution of tests and then  compares actual test results with predicted or expected results using special softwar… Read More
  • Encapsulation in Java Encapsulation is to make sure that "sensitive" data is hidden from users. To achieve this, you must: declare class variables/attributes as private (only accessible within the same class) provide public setter and getter m… Read More
  • Introduction to Software Testing What is Software Testing: Software Testing is a process of verifying or validating an application with the intention of finding bugs or defects. This can be done through either manually or using automation tool.… Read More
  • ArrayList vs LinkedList Difference between ArrayList and LinkedList? Similarities: Both implements List interface(linkedlist also implements deque interface), maintains insertion order and can contain duplicate elements. Both are non synchroni… Read More

0 comments:

Post a Comment

Selenium Training in Realtime

Blog helps to a student or IT employee to develop or improve skills in Software Testing.

Followers

About Me

My photo
Hyderabad, Andhra Pradesh, India
I am Automation Testing Professional. I have completed my graduation in B.Tech (Computers) from JNTU Hyderabad and started my career in Software Testing accidentally since then, I passionate on learning new technologies

Contact Form

Name

Email *

Message *

Popular Posts