Software Quality Engineering Tool and Processes in Defect Handling
Software Quality Assurance and Defect BG # 1 Tool and Processes in Defect Handling Beside Excel sheet different free and paid Tools are available to keep track of logged defects. Support team keep the admin rights and add QA team and Dev Pg. 111 The Unschooled Mind
Software Quality Engineering Using Mantis for Defect Handling
Software Quality Assurance and Defect BG # 1 Using Mantis for Defect Handling Mantis is tool to log and track defects https://www.mantisbt.org/demo.php https://www.mantisbt.org/download.php Pg. 111 The Unschooled Mind
Software Quality Engineering Configuring Mantis
Software Quality Assurance and Defect BG # 1 Configuring Mantis https://www.mantisbt.org/index.php Mantis on Cloud is also provided. Pg. 111 The Unschooled Mind
Software Quality Engineering Example-I : Logging Defect in Mantis
Software Quality Assurance and Defect BG # 1 Example – I: Logging Defect in Mantis https://testqse.mantishub.io/login_page.php Create User Create Project Login via User Pg. 111 The Unschooled Mind
Software Quality Engineering Example-II : Logging Defect in Mantis
Software Quality Assurance and Defect BG # 1 Example – II: Logging Defect in Mantis https://testqse.mantishub.io/login_page.php Adding Users Assigning issues to Users Pg. 111 The Unschooled Mind
Software Quality Engineering Example-III : Logging Defect in Mantis
Software Quality Assurance and Defect BG # 1 Example – III: Logging Defect in Mantis https://testqse.mantishub.io/login_page.php Changing Description Pg. 111 The Unschooled Mind
Software Quality Engineering Implementing Defect LifeCycle
Software Quality Assurance and Defect BG # 1 Implementing Defect LifeCycle Workflows refer to customized steps for defect lifecycle management. Tools usually provide pre-defined steps to manage Defect LifeCycle Pg. 111 The Unschooled Mind
Software Quality Engineering What is Software Testing
BG # 1 Software Testing What is Software Testing It involve execution of the Software and observation of its outcome. In case of failure , its recorded, analyzed and located to fix it. Expected vs actual behavior is to be compared Pg. 111 The Unschooled Mind
Software Quality Engineering Rationale for Testing
BG # 1 Software Testing Rationale for Testing Testing is one of the major technique to gain confidence in Software. Natural way is to dry-run the software in controlled or simulated environment. Pg. 111 The Unschooled Mind
BG # 1 Software Testing Rationale for Testing For Software Product production environment is simulated to minimize bug count. Products usually have performance tests also Pg. 111 The Unschooled Mind
Software Quality Engineering Artifact Level Testing
BG # 1 Software Testing Artifact Level Testing Code is main artifact in Testing. Testing is usually performed by writing and executing test cases. Test cases are written against Use cases (SRS) Pg. 111 The Unschooled Mind
Software Quality Engineering Major Activities in Software Testing
BG # 1 Software Testing Major Activities in Software Testing Test Planning and Preperation Test Execution Analysis and Follow-up Pg. 111 The Unschooled Mind
BG # 1 Software Testing Major Activities in Software Testing Defect fixing and re-verification is part of Testing Pg. 111 The Unschooled Mind
Software Quality Engineering Functional Testing
BG # 1 Software Testing Functional Testing Functional testing focuses on external behavior of the Software. How functionality is achieved internally is not to be tested in functional testing. Abstract level testing Pg. 111 The Unschooled Mind
Software Quality Engineering Structural Testing
BG # 1 Software Testing Structural Testing Structural testing focuses on internal implementation details. Code at statement level or module level or sub-system level is tested. Concrete testing from code view point Pg. 111 The Unschooled Mind
Software Quality Engineering Black Box Testing
BG # 1 Software Testing Black Box Testing Functional Testing is achieved by performed Black Box Testing. Ad-Hoc Testing: Run the code and identify imminent defects like Crash. Repeat the process to eliminate hardware possibility of failure Pg. 111 The Unschooled Mind
BG # 1 Software Testing Black Box Testing Specification checklist is another way to perform Black Box Testing. Checklist have list of functionalities with sample Input and expected out Data Smoke Tests are most abstract level of testing Pg. 111 The Unschooled Mind
Software Quality Engineering Example-I: Black Box Testing
Software Testing
BG # 1 Software Testing Example-I: Black Box Testing Test for Float number, integers, boundaries of integers, float. Divide by 0 is a classic error. Use mouse, keyboard, type and paste. Pg. 111 The Unschooled Mind