what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Answer / Alok Kumar Verma
In QTP (QuickTest Professional), a Function Library is a collection of reusable functions, which can be shared across multiple tests. It helps in organizing and managing code, reducing redundancy, and improving maintainability.nPublic functions are accessible by all tests that have access to the Function Library, while private functions can only be called within the same test or child tests. Private functions are used when you want to perform specific tasks within a test without exposing them to other tests.nFunction libraries improve code reusability and make it easier to maintain and update common functionality across multiple tests.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u use Database checkpoints and what are the use?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
In an output value text checkpoint, where does the output value stored by default ?
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
How can you delete the results file (XML)
what are the different data driven types?
What are some test assets and related extensions of qtp?
banking project description for software tester
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
1 Answers Sapient, Satyam, TCS,
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
What is the difference between client server application and web based application?