Answers for "automated testing work"

0

which test can be automated

functional tests (positive/negative, UI) 
smoke tests 
regression tests 
integration tests 
API
Database
end to end testing 
data driven
Posted by: Guest on December-04-2020
0

When do you choose automated testing over manual testing?

• If the test cases are high priority test cases. 
• We should automate as much as possible.
• If the test cases are too long and too difficult to execute. 
The regression test cases based on the priority.
Posted by: Guest on May-29-2021

Code answers related to "automated testing work"

Browse Popular Code Answers by Language