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:

  • Prime number a. prime or not Prime number: A prime number is a whole number greater than 1 whose only factors are 1 and itself. Ans: --- public class PrimeTest { public static void main(String[] args) { int n, i, k=0… Read More
  • Difference between Iterator and Iterable? Both Iterator and Iterable are interfaces in Java Collection Framework. Here are some differences: Iterator: Iterator  is an interface that manages iteration over an Iterable. It maintains a state of where we are… Read More
  • Extract digits from a String /* * Input: A14BC654 -> acceptable * Input: AB54C54D -> not acceptable  * Input: A23BED75 -> acceptable * Conditions to check:  * 1) First and Last index values of the string are character and digit respec… Read More
  • Factorial of a given number Factorial of a given number using recursion. public lass FactorialRecursion{         public static void main(String[] ar){              System.out.print("Enter a number … Read More
  • Difference between Comparator and Comparable? Both are interfaces in Java. Here some common differences between Comparator and Comparable. Comparator in Java is defined in java.util package while Comparable interface in Java is defined in java.lang package. Comparato… 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