QTP82CPC
QTP82CPC
2
CERTIFIED PRODUCT CONSULTANT EXAM
Exam Topics:
In order to complete the QuickTest Professional certification exam, you need to prepare yourself with
the following:
• Troubleshooting installation problems
• Creating a fully functional test
o Keyword Driven Testing
o Conditional statements
o Custom test result messages
o Regular expressions
o Data table and parameters
• Test Scripting in the Expert View
o Custom functions and verification
o Handling dynamic objects
o Descriptive Programming
• QuickTest Professional Advanced Features
o Object Repository
o Function Generator
o Environment variables
Participant Profile:
As a candidate for the certified product consultant exam, we recommend:
• Attending Mercury’s QuickTest Professional 8.2 training courses
• At least six months of hands-on field experience with QuickTest Professional 8.2
Exam Provisions:
During the exam you are provided with:
• A full standard installation of QuickTest Professional 8.2 including online documentation
• An exam book
Exam Layout:
The Certified Product Consultant exam is an intensive exam that includes hands-on activities on the
Expert View. The exam begins at 9 AM and must be completed within 6 hours. The exam consists of
the following:
• Multiple Choic e Questions
• Short Answer Questions
• Hands-on Lab Activities
Software:
In order to perform the practice items, it is recommended that you have access to a QuickTest
Professional 8.2 application.
1. Which is the correct way to return a value from a custom function in VB Script?
a. treturn statement
b. return statement
c. Express the name of the function on the left-hand on an equal sign.
3. Which of the following statements are valid for VBScript? Choose TWO.
a. Variables do not have to be declared
b. Variables do have to be declared
c. Variable names are case insensitive
d. A variable’s type must be specified when declaring
Practice Lab:
Using the sample “Flight” application in QuickTest Professional, create a custom checkpoint that
verifies that the Tickets and Price field are of the correct format defined by the following
requirements:
• The data begins with a dollar sign
• The dollar sign is followed by up to 4 digits
• The digits are followed by a single decimal point
• The decimal point is followed by exactly 3 digits
Furthermore, this checkpoint cannot use a Standard Checkpoint or an Output value. When writing the
solution, keep in mind best practices such as readability and maintainability.
To log into the Flight application, use any login name with four characters or more and the password,
‘mercury’.