Why automation exactly what we test

+1 vote
May 24, 2019 in Software Testing by anonymous
697 views

2 answers to this question.

0 votes

Hey! I'm sure you are aware of the stages in software development - Planning, Analysis, Design, Development, Implementation, Testing, and Deployment. Once the software has been designed, developed and implemented, it has to be tested. It has to be tested it works as expected. If you not obviously, you need to make changes and correct the system. 

So when you ask what exactly is being tested? 

The software functionality, performance, efficiency, unit functionality, unit performance, integration effects, user acceptance, localization, globalization, interoperability, endurance, load, scalability, usability, etc. all of this is being tested.

There are two types of software testing - Black box testing and White box testing.

There are different methods of testing - Manual testing and Automated testing.

Manual testing: As the name suggests, the testing is done manually by humans, carefully executing steps to test the system. This method has many loopholes. Since it's done by humans, there are high chances that things go south. With the growth in automation, software testing also became easier and more precise. 

What is Automated testing?

Manual Testing is performed by a human sitting in front of a computer carefully executing the test steps. Automation Testing means using an automation tool to execute your test case suite. The automation software can also enter test data into the System Under Test, compare expected and actual results and generate detailed test reports. Test Automation demands considerable investments of money and resources.

answered May 24, 2019 by Mohit
0 votes

Hey, Automation testing is used to overcome the limitations of manual testing as it is faster, needs lesser human intervention, not prone to errors, frequent execution of tests is possible, supports regression as well as functional testing.

Let’s take a simple example, suppose there is a login page and we need to verify if all the login attempts are successful, then it will be really easy to write a piece of code which will validate if all the transaction/ login attempts are a success or not (automated test case execution). Now, these tests can be configured in such a way that they are tested in different environments and web browsers. What else can be done? You can automate the generation of result file, by scheduling it for a particular time during the day. Then you can also automate the generation of reports based on those results and what not.

So, to make a Software Tester's life easier, Automation testing is used.

answered May 24, 2019 by Abha
• 28,140 points

Related Questions In Software Testing

+1 vote
2 answers

What is the best way to learn automation testing?

Step 1: learn any programming language like ...READ MORE

answered Sep 1, 2020 in Software Testing by Sri
• 3,190 points
716 views
+1 vote
0 answers

Automation test scripts are failing in linux

Hi Team, All test script are running properly ...READ MORE

May 28, 2021 in Software Testing by Sri
• 3,190 points
403 views
0 votes
1 answer

What is Robotic Process Automation (RPA) ?

Robotic Process Automation (RPA) is a technology ...READ MORE

answered Oct 23, 2023 in Software Testing by anonymous
• 3,320 points
216 views
0 votes
0 answers

what are automation tools ?

Dec 15, 2023 in Software Testing by Evanjalin
• 360 points
70 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,714 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,683 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
+1 vote
1 answer

soapUI test with Jenkins

Hey Ashutosh, I myself don't have any ...READ MORE

answered Sep 16, 2019 in Software Testing by Abha
• 28,140 points
933 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP