what is the syntax for regular expression in QTP?
how to create user defined functions in QTP?
Answer Posted / uday
Regular expressions enable QuickTest to identify objects
and text strings with varying values.
You can use regular expressions when defining the
properties of an object, the methods of an argument, when
parameterizing a step, and when creating checkpoints with
varying values.
A regular expression is a string that specifies a complex
search phrase. By using special characters such as a period
(.), asterisk (*), caret (^), and brackets ([ ]), you
define the conditions of the search.
we can write the user defined in a notepad and save the
file as .vbs and we then associate that to Test-Settings-
Resources-Associate Library Files by clicking plus and
select the .vbs file. In the script we can call the
function with function name ()
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
How to record application running on the Virtual machine?
What is the difference between keyword view and expert view?
Explain how Selenium is different from UFT?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Is it possible to change the property value at runtime? How it is possible?
What is RTM (require ment tracebulity marix) fromate?
give me the code to save all messages of inbox of gmail into a folder and notepad
What are private functions in QTP? How they can be called from the function library?
what is vmodel?advantages and disadvantages of vmodel?
How can you handle exceptions in qtp?
What is the meaning Work bench?
How many ways we can parameterize data in quicktest professional?
Hi How to retrieve data from web element line by line?
How can I use Call dlls in QTP ?