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”

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”

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”

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”