What Is Verification and Validation
What Is Verification and Validation
- Retesting is done to verify defect fix previous in now working correctly where as regression
is perform to check if the defect fix have not impacted other functionality that was working
fine before doing changes in the code.
- Retesting is specific and is performed on the bug which is fixed where as in regression is
not be always specific to any defect fix it is performed when any bug is fixed.
- Retesting concern with executing those test cases that are failed earlier where as
regression concern with executing test cases that was passed in earlier builds.
Answer: Two types of testing which are very important for testing web
applications are Performance Testing and Security Testing. The
difference between a web application and desktop application, is that web
applications are open to the world, with potentially many users accessing
the application simultaneously at various times, so load testing and stress
testing are important.
Web applications are also vulnerable to all forms of attacks, mostly DDOS,
so security testing is also very important to consider when testing web
applications.
Once we have this information, we can start comparing the results we see
on the result page with the results from the source, e.g. database.