Testing, Testing & Testing: QA Doesn't Make Software But Makes It Better
Testing, Testing & Testing: QA Doesn't Make Software But Makes It Better
- By Vishal Gupta
Myths Vs Facts
Myths : Facts:
Tester needs to think one step ahead then developers to breaks their code.
Testing is more creative than development because you need to be creative to become destructive :)
Software Testing
Software Testing is a process of evaluating a system by manual or automatic means and verify that it satisfies specified requirements or identify differences between expected and actual results From ALU slide
Unit Testing Sanity Testing Functional Testing Integration Testing Regression Testing Stress Testing Load Testing Performance Testing Solution Testing
How to do testing??
Sanity Testing: It's very basic level testing done by QA after fixing some bug.
Basic Cleaning of Bugs
It's done in a completely emulated customer setup, involving multiple products and most of the time multiple vendor products. If it's done at the customer site then it's also called as pre-production testing.
Test cases
FAQ in Testing
What is the use of Automation in Testing?
It reduce time in testing cycle.
Verification Vs Validation
Verification:
Validation:
Thank You