Discover Types of Smoke Testing in Software and its Uses
Smoke testing is a type of shallow testing that is used to verify that the most important functions of a software build are working correctly. To Know more about Smoke…
Magic of Smoke Testing in Software Engineering with Good Examples
In software testing, smoke testing (also known as "build verification testing") is a type of shallow testing that is used to verify that the most important functions of a software…
Web based application | Types of Applications | Advantages and Disadvantages
What is web based System or Application? Any application which can be accessed through the URL is called web based application. In the web-based application entire software is installed at…
Client Server Application | Types of Applications | Advantages and Disadvantages
In Client Server application, unlike Standalone Application, part of application is installed on to the client system and the remaining part is installed on to the server machine. Architecture:…
Types of Applications| Stand Alone Application
Applications are of three types: Stand alone application Client server application Web based application 1. Stand alone application: software installed in one computer and used by only one person. For…
System Testing
Once Integration testing is over we go for system testing. System Testing: Checking the end to end flow of the application is know as System Testing. What is end to…
Types of Integration Testing in Software Testing
Once functional testing is over we are going to perform Integration Testing. Integration Testing: Checking the data flow between the modules or interfaces is known as Integration testing. In Integration…
Functional Testing
Functional Testing: Checking each and every component of a module or modules of an application independently is known as Functional Testing. Terms used in functional Testing: Maximum Test coverage: If…
Black Box Testing
Black Box Testing: Black Box testing is done by the Test Engineers in which they are going to check functionality of the application according to the customer requirements. In simple…
White Box Testing Types
Types of White Box testing: Path Testing Conditional Testing Loop Testing Memory Testing Response Time 1. Path Testing: It is done to know the flow of execution of the program.…