Tools And Techniques Of Automated Testing: Tools And Methods

1428 Words3 Pages

TASK-3:
Automated Testing:
Automated testing is a testing tool to test the software automatically rather than doing manual. It consists of pre-scripted tests to perform on software application in order to test it. We can compare both expected and actual result to generate detailed test reports. The main intention of this automation test is to decrease the number of test cases that run manually and it would not exclude manual testing all together. Once the test suited is automated, no human intermediation is required.
Reason For Automated Testing:
 To overcome more time and cost consuming undergone by the manual testing.
 Automated Testing raise the speed of test performance.
 It is inflexible when we have to do multiple tests manually.
 Sometimes …show more content…

The Tools and Techniques of Automated Testing:
There are enormous software testing tools available in the market but the selection of the tool is based upon the software application. Now, We are going to discuss about top three tools and their techniques.
1. Quick Test Professional(QTP)
2. Selenium
3. Rational Functional Tester

1.Quick Test Professional(QTP):
QTP is one of the automated functional testing tools to perform automated test on the software to detect the errors. It also used to do regression testing.
 It permits the tester to construct their own test cases directly from the software application
 QTP is a stress-free tool for non-technical person to form working test cases
 It easily fix the defects the errors by showing the test case result to the developer
 It supports development environment like .NET
 It enhance the object Identification Mechanism
 QTP also improves the present QTP scripts without undergoing Test.

2.Selenium:
Selenium is used software testing tool used for Regression Testing. It supports only in Mozilla Firefox Web browser.
 Selenium facilitates to transfer the recorded Script in other languages such as java, python, C++

Open Document