Entries tagged as Quick Test Professional

Different recording modes in QTP

On May 30, 2009 / By admin / In Quick Test Professional / No Comments
Explain different recording modes in QTP.   Normal recording mode records the objects in your application and the operations performed on them. This mode is the default and takes full advantage of QuickTest�s test object model, recognizing the objects in your application regardless of their location on the screen. Analog Recording - enables you to record the Read More...

Check point

On May 30, 2009 / By admin / In Quick Test Professional / No Comments
What is check point?   A checkpoint checks specific values or characteristics of a page, object, or text string and enables you to identify whether or not your Web site or application is functioning correctly. A checkpoint compares the value of an element captured in your test when you recorded your test, with the value Read More...

Do more than just capture and playback

On May 30, 2009 / By admin / In Quick Test Professional / No Comments
Can you do more than just capture and playback?   I have done Dynamically capturing the objects during runtime in which no recording, no playback and no use of repository is done AT ALL.  -It was done by the windows scripting using the DOM(Document Object Model) of the windows. Read More...

Covert a String to an integer

On May 30, 2009 / By admin / In Quick Test Professional / No Comments
How to covert a String to an integer?   CInt()—> a conversion function available. Read More...