some times we write user define functions.where we write
main and sub program,how,where to insert the functions in
qtp?
Answers were Sorted based on User's Feedback
Answer / kishore
We can write calling script in actions.Write called
programs in note pad add that script as in library file
steps to add user defind function as library file
1)test-->Settings--->Resources-->Click on Plus sign....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chengaiah
user defined functions can write in function library in qtp
or we can take note pad ,develop functions and save with any
one extension txt or vbs of q fl and associate navigation:
file--->settings---->resources--->Browse the path of
funciton library and call the function in the main test of QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the "Release Notes", what it cosists? Key components in Release Notes ?
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
How can you write the scripts that operate on different objects depending on run-time information?
Did u use check points during ur work experience ?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
Both static and dynamic arrays are handled by the vb script. Is it true?
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance