Skip to main content

Automated Testing

In Automated Testing, The test user use a software which is different with the software which need to be tested to execute the Test Cases and check the output of the software and match that output with the expected output to verify the result. Automation Testing is used for the Functional Testing, Performance Testing, Regression Testing, Security testing and Network Testing. Automation Testing can be performed by some automated tools. These tools speed up the testing work compared to the Manual Testing.

In Automation Testing, Test User execute all the Test Cases Suite. Automation Testing tool also took the Test Data from some other source to validate the outcome with expected result.

Manual Testing is always be a good to find defects but Manual Testing takes too much time to find out defect because it is performed by the human beings. Manual Testing is boring due to this it is error prone. To improve the software quality we use the Automation Testing. Automation Testing is very fast and increase the Test execution speed. Automation Testing required some investment of Money and Resources but once Test Automation Frame work developed then they run quickly and repeatedly so later it become the cost effective method if we use it repeatedly. In the Automation Testing, we can record and test and play it at any time so no human intervention is requited in Automation Testing.

For Automation Testing, the QA person should have knowledge of software coding because the Test Cases written in the source code format and output also be generate in the coding format.


Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.