Software Testing Social Network

Free Software Testing Tutorial and Quality Assurance Portal

Home Blog navigation Tags QTP Functional Testing Methodology

Welcome to SQAT Blogs!

Tags >> QTP Functional Testing Methodology
Apr 16
2010

QTP Functional Testing Methodology

Posted by QTPExpert in QTP Functional Testing Methodology

QTPExpert

Each Test case is built using a series of Quick Test Professional Functions. Each function executes Quick Test Professional code to input data onto a screen.
Each object in the Quick Test Professional Function resides in the Object Repository, thus allowing Quick Test Professional to identify all fields in the application.
•    Each test case uses functions. Each function is either an applet on a screen or a whole screen depending on the amount of fields.
•    Each function is named AUT_Screen Name e.g. MyApps_Close_Application
•    Every field/object on the screen or applet must be learnt into the object repository and renamed where required to a more meaningful screen name.
•    Each function library must reside as .vbs file
•    All functions are accessible via the step generator.