how to recall a function in QTP?
Answers were Sorted based on User's Feedback
Answer / pooja
to call a function...
in script u can write the function name as
login()
if there is any argument has to be passed then,
login(username, password)
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajanya
Exist function can be used (called) to more than one test.
We can call the Function by calling the function name into
our script,
"Public Function Launch_Browser(byval URL)"
For the above function, u can call Function name -
Launch_Browser to your script by declaring variables too..
Is This Answer Correct ? | 2 Yes | 0 No |
what is the abbrivation of .mtr in action reposirtory?
How do Parameterization and Data-Driving relate to each other in QTP?
How to covert a String to an integer?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
where is the bitmap checkpoint be saved
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
How to suppress warnings from the test results page?
What do you mean by checkpoints in qtp?
Explain the benefits of quick test pro(qtp)?
How do u insert an object during runtime in qtp?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?