Posts

Showing posts from 2016

QTP/UFT Automation Functional tool Introduction

Image
QTP Introduction HP Quick Test Professional (QTP), an automated functional testing tool that helps testers to perform automated regression testing in order to identify any gaps, errors/defects in contrary to the actual/desired results of the application under test. This blog will give you an indepth understanding on HP QuickTest Professional, its way of usage, record and play back of tests, object repository, actions, checkpoints, sync points, debugging, test results etc and other related terminologies. Where QTP Fits in? QTP is a Functional testing tool which is best suited for regression testing of the applications. QTP is a licensed/commercial tool owned by HP which is one of the most popular tools available in the market. It compares the actual and expected result and reports the results in the execution summary QTP History and Evolution: HP Quick Test Professional was originally owned by Mercury Interactive and it was acquired by Hp. Its ori...

What are the testing tools and Types of Framework?

Image
Introduction to Software Test Automation.  ◦ What is Test Automation. ◦ Where does Test Automation fit in the software life cycle.  ◦ Why do we need test automation. Test Automation using Testing frameworks.  ◦ What is a testing framework.  ◦ Why do we need a testing framework.  ◦ Types of testing frameworks.  ◦ Comparison of different frameworks. Shift from Waterfall to Agile. Test Driven Development and Behavior Driven Development. Summary Introduction To Software Test Automation What is Test Automation  Test automation is the use of software (under a setting of test preconditions) to execute tests and then determine whether the actual outcomes and the predicted outcomes are the same.  For example, Windows Vista offers per-application volume. It is possible to turn down the volume on a game while leaving Windows Media Player playing loud. To do this, right-click on the speaker icon in the lowerright-hand corn...