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
Suppose I want fail that check point? How can you do that?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is clean sweep?
How many types of actions are there in quicktest professional (qtp)?
How to use descriptive programming?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
Can we run multiple QTP scripts one after the other without manual intervention? How?
how to create flat file datasubmission in qtp
what the difference between shared repository and per action repository?
What are the major/ important methods, functions in QTP we use realtime testing
What will be happen if i load object repository at run time, but it has already associated.
What is difference between design time and run time data table?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP