Let's Get Idea About Automation Testing & Identify the Difference Between Manual Testing & Automation Testing
Automation Testing
This is a software testing technique that perform using special automated testing software tools to execute a test case suite. Software test automation demands considerable investments of money and resources. Once the test suite is automated, no human intervention is required.
Why Test Automation
Test automation is the best way to increase the effectiveness, test coverage and execution speed in software testing.
Which Test Cases to Automated
Automated Testing Process
2. Define scope of Automation
Following points help determine scope;
3. Planning, Design & Development
During this phase, create an automated strategy & plan, which contains the following details;
4. Test Execution
5. Maintenance
Framework for Automation
Recommended by LinkedIn
There are four types of frameworks used in automation software testing
Automation Tool Best Practices
Benefits of Automation Testing
How to Choose an Automation Tool
Identify the Difference Between Manual Testing & Automation Testing
Definition
Processing Time
Resource Requirements
Programming Knowledge
Exploratory Testing
When to use
In conclusion, both manual testing and automated testing play crucial roles in ensuring software quality . While manual testing excels in exploratory testing and usability testing, automated testing shines in regression , performance , and load testing.
srikanth@clicksoftllc.com +1 7327465086
Sagar Abirami "ensuring quality" - Testing cannot and will not ensure quality although testing can and should contribute to quality. So called "Manual" and "Automated" testing are not types, methods or approaches to testing but rather methods of test execution. It's very common for people to confuse or even associate the complete act of testing with test execution. There is so much more to testing than whether or not you are executing your tests with or without the assistance of a tool(s). It's all about context therefore a true balance is not only unachievable but also undesirable. An analysis should be done for every testing activity and once that's done then a decision can be made as to whether or not to engage a tool(s) to assist you with the execution of your tests. At the end of the day you need to do what makes sense. There is nothing "Manual" about testing and testing cannot be automated. I hope this helps.