Tuesday, 9 September 2014

Components in QTP main screen

1.Tool Bar:     It contains menu options and icons to perform operations on QTP 2. Test Pane: It is like an editor screen, where we can generate automation script using recording modes or by writing script manually and also we can perform required editing operations There are 2 types of views in Test pane:                                     a. Expert...

Tuesday, 2 September 2014

Introduction to QTP

It is product of HP It is a functionality and Regression testing tool It works on windows OS only It supports client/server and web based applications to automate like Java, .Net, Visual basic, Asp.Net, People soft, Seibel CRM,Delphi, SAP, XML files &application, HTML, Mainframes (Terminal Emulator), Oracle applications…etc QTP supported automation scripting languages are VB Script & Java script Basic working principle is Record & Playback Record: converting our business transactions into automation script Playback: execution of automation...

Monday, 1 September 2014

Automation Testing Approach for a Project

Automation Testing Approach for a Project: Following are the activities performed by automation testing team 1. Feasibility Study: After getting a new project for automation testing, TM will do feasibility study to confirm project is acceptable or not for automation testing Following are the factors analyzed in Feasibility study:                                    ...

Scenarios which are preferred/not preffered for automation testing

Scenarios which are preferred for automation testing: In general scenarios which are complex and more repeatable those are more suitable for automation testing Ex:                   -Sanity Test scenarios                   -Regression test scenarios                   -Scenarios which are...

Automation Testing

Automating human activities (i.e. TC's execution) in order to validate application is called automation testing. Automation testing can be performed using programming languages (ex: C#) or Scripting languages (ex: Perl Scripting) or any one of the 3rd party automation tools like QTP, WinRunner, Selenium…etc Advantages: -fast in execution -more Reliability -More Consistency -Automation scripts are Repeatable -Automation scripts are Reusable for different versions of application Disadvantages: -Tools are expensive/costly -Skilled...