How Functional and Performance testing are different from each other in Automation testing

0 votes
May 13, 2019 in Selenium by Urvashi
428 views

1 answer to this question.

0 votes

Hi Urvashi, Functional testing is to test functionality of software, whether it's working(functioning) as expected or not. It is used for automation of functional test cases. For example, regression tests, which are repetitive in nature, are automated. Automation Testing tools which are used for functional automation are QTP by HP, Rational Robot by IBM, Coded UI by Microsoft, Selenium, Auto IT etc.

On the other hand, Performance testing test how much load a software can tolerate. It is used for automation of non-functional performance test cases. For example, measuring the response time of the application under considerable (say 100 users) load. Automation Testing tools which are used for performance automation are Load Runner by HP, JMeter by Apache, Burp Suite by PortSwigger, Acunetix by Acunetix.

Functional Testing is categorized into Unit, Integration, System, End to End, Regression, Acceptance, Alpha , Beta, Security , Installation and GUI Testing, where as Performance Testing is categorized into Load, Capacity, Stress, Fail Over, Recovery, Endurance and Memory Leak Testing.
 

Hope this helps!

Join our Automation testing online course and learn more about it.

Thanks!

answered May 13, 2019 by Irfan

Related Questions In Selenium

0 votes
1 answer

How driver.close() and driver.quit() commands are different from each other in Selenium?

Hello Pallavi, Selenium WebDriver’s close() command closes the ...READ MORE

answered May 7, 2019 in Selenium by Anvi
• 14,150 points
1,787 views
0 votes
1 answer

How are 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver' different from each other?

Okay, your understanding of "Selenium Server" & ...READ MORE

answered Apr 6, 2018 in Selenium by nsv999
• 5,500 points
2,624 views
0 votes
2 answers

What is a headless browser in automation testing and what are it's benefits?

Hi Sanaya, a headless browser is a web browser ...READ MORE

answered Aug 1, 2019 in Selenium by Abha
• 28,140 points
3,772 views
0 votes
1 answer

What is Firebug and how it is useful in Selenium Automation testing?

Hello Amit, FireBug is a plugin which comes ...READ MORE

answered May 29, 2019 in Selenium by Anvi
• 14,150 points
1,536 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,616 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,572 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,629 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,517 views
0 votes
1 answer

What is JavaScriptExecutor and how it helps in Selenium automation?

@Rohan, JavaScript executor is an interface of ...READ MORE

answered Jun 4, 2019 in Selenium by Pratibha
3,000 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