As per http://www.usabilitytesting.gov, Usability testing refers to evaluating a product or service by testing it with representative users. Typically, during a test, participants will try to complete typical tasks while observers watch, listen and takes notes. The goal is to identify any usability problems, collect qualitative and quantitative data and determine the participant’s satisfaction with theContinue reading “Usability Testing”
Tag Archives: testing
Things to remember for testing the Machine Learning programs
Introduction Machine Learning is growing every day in all sorts of areas and some examples are for e.g., voice recognition systems used by virtual personal assistants like Amazon Alexa or Google Home. As the field of ML continues to grow there needs to be more and more need for the quality assurance to make sure everything worksContinue reading “Things to remember for testing the Machine Learning programs”
Tests that is hard to Be Automated
• Usability testing – “How easy is the application to use?” • One-time testing • “ASAP” testing – “We need to test NOW!” • Ad hoc/random testing – based on intuition and knowledge of application • Back-end testing Author Bio Shalu Chawla works in the field of Automation Engineer, QA Analyst and Business Analysis. ForContinue reading “Tests that is hard to Be Automated”
What to include in Software Test Plan (STP)
Scope of the tests • The software package to be tested (name, version and revision) • The documents that provide the basis for the planned tests Testing environment • Sites • Required hardware and firmware configuration • Participating organizations • Manpower requirements • Preparation and training required of the test team Tests details (for eachContinue reading “What to include in Software Test Plan (STP)”
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”
Scalability Testing
Scalability Testing measures the system at the minimum and maximum loads at all levels. Top 5 Attributes of Scalability Testing: Response time: It is the time between user request and the application response. Ideally, the response time should decrease as load increases. If an application can deliver the same response time for varying user load;Continue reading “Scalability Testing”
Black box and White box testing
Black box testing • Black Box Testing is a software testing method in which the internal structure/ design/ implementation of the item being tested is NOT known to the tester • Mainly applicable to higher levels of testing: Acceptance Testing, System testing • In this sort of testing testers mainly focuses on the functionality ofContinue reading “Black box and White box testing”