Database testing is composed of constructing SQL queries to make sure different database operations, structures, and attributes required by the application works well without breaking the integrity of the application. It also depends on what is the goal for database testing. If the goal of the database testing is to make sure that the database works wellContinue reading “Database Testing”
Tag Archives: software testing
Software Testing Life Cycle Diagram
This above diagram explains the iterative software testing life cycle with all its stages. Author Bio Shalu Chawla works in the field of Automation Engineer, QA Analyst and Business Analysis. For more about her please visit her website www.shaluchawla.com . You can also visit me in my other website on wellness by clicking on https://shalu-chawla.org/ if interestedContinue reading “Software Testing Life Cycle Diagram”
Software Testing
Software testing is a process of executing a program or application with the intent of finding the software bugs. It can also be stated as the process of validating and verifying that a software program or application or product: • Meets the business and technical requirements that guided it’s design and development • Works as expected Why doContinue reading “Software Testing”
Automation Testing
Automation testing is the process of testing where human interaction are not involved and testing tool is scripted to perform the testing tasks on their behalf. Some of the youtube videos on this topic is: https://www.youtube.com/watch?v=RbSlW8jZFe8 https://www.youtube.com/watch?v=ERmJO7R2CRs Author Bio Shalu Chawla works in the field of Automation Engineer, QA Analyst and Business Analysis. For moreContinue reading “Automation Testing”