What is the difference between automation and manual testing ?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

1. Manual Testing is a process which is done manually. 1. Automation Testing is a process which is done by the help of automated tools. 2. All the famous phases of STLC like test planning, test deployment, result analysis, test execution, bug tracking and reporting tools are obviously comes under the...
read more
1. Manual Testing is a process which is done manually. 1. Automation Testing is a process which is done by the help of automated tools. 2. All the famous phases of STLC like test planning, test deployment, result analysis, test execution, bug tracking and reporting tools are obviously comes under the category of Manual Testing and done successfully by human efforts. 2. In Automation Testing all the popular phases of STLC are done by various open sources and purchased tools like Selenium, J meter, QTP, Load Runner, Win Runner and so on. 3. Manual Testing is a start of Testing, without this testing we can’t start Automation Testing. 3. Automation Testing is a continuous part of Manual Testing read less
Comments

Trainer

Simple Example: If you cut vegetables with your own hand using cutter then its -MANUAL and if you use MIXER Grinder to perform same thing in better and quick way then its -AUTOMATION :)
Comments

Software Testing Training

In manual testing (as the name suggests), test cases are executed manually (by a human) without any support from tools or scripts. But with automated testing, test cases are executed with the assistance of tools, scripts, and software. Manual testing is not accurate at all times due to human error,...
read more
In manual testing (as the name suggests), test cases are executed manually (by a human) without any support from tools or scripts. But with automated testing, test cases are executed with the assistance of tools, scripts, and software. Manual testing is not accurate at all times due to human error, hence it is less reliable.Automated testing is more reliable, as it is performed by tools and/or scripts. Automated testing is executed by software tools, so it is significantly faster than a manual approach. read less
Comments

If any candidate are looking for automation testing Selenium in pune then please contact me.
Comments

Trainer

Manual Testing: It is the process of testing an application manually (without using any testing tools) to find as many defects as possible & correct it to make sure the application is bug-free & with good quality which is the main requirement of any client across the world! Automation Testing: It is...
read more
Manual Testing: It is the process of testing an application manually (without using any testing tools) to find as many defects as possible & correct it to make sure the application is bug-free & with good quality which is the main requirement of any client across the world! Automation Testing: It is the process of testing an application using an automation tool (there are lots of tools in the market like QTP, Selenium, RFT, Silk, TestComplete etc.). Automation testing is mainly carried out NOT to find the defects, but for REGRESSION TESTING i.e. to make sure after fixing of any defect that the other part of the application is working fine! read less
Comments

In manual testing no tool is available to test the application,you have to check the application manually by manually weither the application is working is working as per the client requirements or not. in automation testing tool is available to test the application weither the application is working...
read more
In manual testing no tool is available to test the application,you have to check the application manually by manually weither the application is working is working as per the client requirements or not. in automation testing tool is available to test the application weither the application is working is working as per the client requirements or not. read less
Comments

Automation Expert(Selenium, SoapUI, Jmeter, Mobile Automation- appium)

In Manual testing, software tester perform all activities by itself like if you want to test login page, you will enter username, password and click on signin and then manually verify we are login or not, In case of automation, tester create scripts for testing by using tool or technologies(Selenium,...
read more
In Manual testing, software tester perform all activities by itself like if you want to test login page, you will enter username, password and click on signin and then manually verify we are login or not, In case of automation, tester create scripts for testing by using tool or technologies(Selenium, QTP) and then whenever testing is required, we run these scripts read less
Comments

Freelance technical trainer / consultant (Embedded systems, Automation / Scripting) : C, Linux, Embedded systems, python, perl, tcl

First, meaning of automation needs to be understood. Automation means avoiding human intervention as much as possible. Do not tightly couple automation with testing. Automation can be applied anywhere, testing is just one area in that. For example, suppose say the testing you are doing is involving reading...
read more
First, meaning of automation needs to be understood. Automation means avoiding human intervention as much as possible. Do not tightly couple automation with testing. Automation can be applied anywhere, testing is just one area in that. For example, suppose say the testing you are doing is involving reading set of data. If you are feeding set of data through keyboard every time, then it becomes manual testing. If the data is stored in a file and your testing reads the data from the file, then it becomes automation testing. Automation testing involves usages of tools and languages. Typical languages used for automation are scripting languages such as shell scripting, tcl, python, perl and ruby. read less
Comments

Tutor, Trainer, Guide and Influencer for Technical and soft skills

Manual Testing Automation Testing 1. Manual Testing is a process which is done manually. 1. Automation Testing is a process which is done by the help of automated tools. 2. All the famous phases of STLC like test planning, test deployment, result analysis, test execution, bug tracking...
read more
Manual Testing Automation Testing 1. Manual Testing is a process which is done manually. 1. Automation Testing is a process which is done by the help of automated tools. 2. All the famous phases of STLC like test planning, test deployment, result analysis, test execution, bug tracking and reporting tools are obviously comes under the category of Manual Testing and done successfully by human efforts. 2. In Automation Testing all the popular phases of STLC are done by various open sources and purchased tools like Selenium, J meter, QTP, Load Runner, Win Runner and so on. 3. Manual Testing is a start of Testing, without this testing we can’t start Automation Testing. 3. Automation Testing is a continuous part of Manual Testing. 4. In Manual Testing testers are allowed to do Random Testing to find the Bugs. 4. In Automation Testing we always test through Running Scripts. 5. In Manual Testing we find more bugs than automation by Error Guessing. 5. In Automation Testing we test the repetitive functionalities of the application. 6. It takes lot of time. 6. It takes less time. 7. Manual Testing would be run sequentially. 7. Automation Testing is done on different machines at same time. 8. Regression Testing process is tough in Manual Testing 8. Regression Testing process is easy in Automation Testing by Tools. 9. It is not expensive. 9. It is expensive. 10. More testers are required in Manual Testing because in this testing test cases need to be executed manually. 10. Few testers are required in Automation Testing because in this testing test cases need to be executed by using Automation Tools. 11. It gives low accuracy result. 12. It gives high accuracy result. 12. It is considered as low quality. 12. It is considered as high quality. 13. In this Testing we cannot do batch testing. 13. In this Testing we can do multiple types of batch testing. 14. It is considered as less reliable. 14. It is considered as more reliable. 15. No need of programming in Manual Testing. 15. Need of programming is must in Automation Testing. 16. It is done without interaction of any Tool. 16. It is always done using tools. read less
Comments

Trainer

Manual testing is a method used by software developers to run tests manually. The method takes automation tool support to execute the test cases is known as Automation Testing. Automated testing is good for large project.It is a method which uses automation tools to run tests that repeat predefined...
read more
Manual testing is a method used by software developers to run tests manually. The method takes automation tool support to execute the test cases is known as Automation Testing. Automated testing is good for large project.It is a method which uses automation tools to run tests that repeat predefined actions, matches the developed program’s probable and real results. If the project prospects and results align, your project is behaving as it should, and you are likely bug free. If the two don’t align, still, there is a problem that requires to be addressed. You’ll have to take a look at your code, alter it, and continue to run tests until the actual and expected outcomes align. read less
Comments

View 20 more Answers

Related Questions

I have been working in a medical billing company for five years. I want to switch my carrier from non-IT to IT. I have only a BA degree, but I have good knowledge of computers. I know some basics of HTML and manual testing; can I learn java selenium directly to get a job in automation?

Hi Sirajudeen.. Java selenium is one of the good options.. one more easy way to shift to IT is learning Oracle SQL.. Scope of Oracle SQL always stands high since the database is backbone of all developement,...
Sirajudeen
What is BIOS?
The term BIOS is an acronym for Basic Input/Output System. BIOS is a low level software, the first software to run when you power up the system. It is as the software that intermediates data transfers...
Soumya

I am in Test automation(Selenium/UFT/Java) for the past 11yrs. I am planning to upscale my career for a better pay scale. Any suggestions would be highly appreciated. Thank you!

Hi, Ashok! If possible, you can try your hands in DevOps as well. It will certainly help you get a higher pay scale.
Ashok
0 0
8

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Framework in Automation Testing & its advantages?
Q) Do You Know what is a framework? What are the advantages of Automation Framework?A) Framework is a constructive blend of various guidelines, coding standards, concepts, processes, practices, project...
I

Icreative Solution

0 0
0

Practices & Strategies For Test Automation
Q)What are the Best Practices and Strategies for Test Automation? A)Below are some best practices & strategies for Test Automation: 1.Hire a Dedicated Automation Engineer or Team:This is a basic...
I

Icreative Solution

1 0
0

Xpath Cheatsheet
Xpath Descendant selectors h1 //h1 ? div p //div//p ? ul > li //ul/li ? ul > li > a //ul/li/a div > * //div/* :root

What are the basic things you should know to start with automation.
1. Basic understanding of any programming language (How to use arrays , lists , Strings and maps). 2. Some understanding on open source tools to automate and practice ( e.g Selenium ) 3. Basic understanding...

TestNG
TestNG Concepts TestNG: TestNG is an automation framework to run the test cases, test suites and do parallel testing. It is an advanced version of Junit. It consists of many features like annotations,...

Recommended Articles

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for Automation Testing Training?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you