Test scenario The test scenario is a detailed document of test cases that cover end to end functionality of a software application in liner statements. The liner statement is considered as a scenario. The test scenario is a high-level classification of testable requirements. These requirements are grouped on the basis of the functionality of a… Continue reading Test Scenario
Author: Aswathi K
Functional Testing
It is a type of software testing which is used to verify the functionality of the software application, whether the function is working according to the requirement specification. In functional testing, each function tested by giving the value, determining the output, and verifying the actual output with the expected value. Functional testing performed as black-box… Continue reading Functional Testing
Agile Testing
Agile testing A software testing practice that follows the principles of agile software development is called Agile Testing. Agile is an iterative development methodology, where requirements evolve through collaboration between the customer and self-organizing teams and agile aligns development with customer needs. Advantages of Agile Testing Agile Testing Saves Time and Money Less Documentation Regular… Continue reading Agile Testing
Test case document-Fetch the Sales Reps and list on the dealer registration page
Test case document-Functionality of sorting based on brand and sub category
Test case document- Change the category section to dynamic
Test case document-Change the order page status label
Test case document-Correct the total in website
Acceptance Testing
Acceptance Testing is a method of software testing where a system is tested for acceptability. The major aim of this test is to evaluate the compliance of the system with the business requirements and assess whether it is acceptable for delivery or not. Or It is a formal testing according to user needs, requirements and… Continue reading Acceptance Testing
Levels of Software Testing
Software level testing can be majorly classified into 4 levels: 1. Unit Testing 2. Integration Testing 3. System Testing 4. Acceptance Testing Unit testing: A UNIT is a smallest testable portion of system or application which can be compiled, liked, loaded, and executed. This kind of testing helps to test each module separately. The aim is to test each… Continue reading Levels of Software Testing