Testing Flashcards
(12 cards)
What are the 10 testing strategies?
- Unit Testing
- Integration Testing
- System Testing
- Acceptance Testing
- Regression Testing
- Functional Testing
- Performance Testing
- Usability Testing
- Front End Testing
- Back End Testing
What is unit Testing?
Testing small pieces of code in isolation
What is integration testing?
Checking if different parts of your software works together
What is System testing?
Testing to see if the whole system works
What is Acceptance testing?
The final test before releasing it to the customer
What is performance testing?
It checks how well the system works under different circumstances
What is Security Testing?
Tests to check if your data is sage from hackers and other threats
What is the order of testing?
- Unit Testing
- Integration Twsting
- System Testing
- Acceptance Testing
What is the difference between static analysis and dynamic analysis
Static analysis helps find problems in the code in the development stage
Dynamic analysis helps find problems when running the system
What is black box testing?
This is whennu test something without knowing what is going on inside
What is white box testing?
This is when you already know the internal workings and checking if it works
What is Scripted Box?
This is when the testers have a script to follow when testing