Software Testing
Software Testing
Automation testing
Automation testing is a process of converting any manual test cases into the test
scripts with the help of automation tools, or any programming language is known as
automation testing. With the help of automation testing, we can enhance the speed
of our test execution because here, we do not require any human efforts. We need to
write a test script and execute those scripts.
It is repetitive and error-prone Here automated tools are used that make
it interesting and accurate
The main goal of manual testing is Automation testing can only guarantee a
user-friendliness or improved positive customer experience and user-
customer experience. friendliness.
Internal workings of an
Knowledge of the internal
1 application are not
workings is a must.
required.
Regression Testing
Regression Testing is the process of testing the modified parts of the code
and the parts that might get affected due to the modifications to ensure that
no new errors have been introduced in the software after the modifications
have been made.
Stress testing is also known as Torture Testing or Endurance
Testing or Fatigue Testing.