What is security testing and smoke testing?Security testing is performed for
1. Scanning network
2. Cracking password
3. Reviewing the log
4. Detection of virus
5. Driving war – on 802.11 or wireless LAN testing
- Security testing involves testing which ensures that the data is secured. It aims to ensure that the data is confidential and properly authorized. It aims to make the system secure so that it is less prone to attacks.
- Smoke testing is done on the code before it is checked in. it validates the code for an errors to ensure it delivers the functionality as expected. This is done to avoid destabilizing the entire build.
|