Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

Showing Answers 1 - 6 of 6 Answers

Poonam

  • Aug 4th, 2005
 

I Used the functions for Capturing the dynamic data during runtime. Function used for Capturing Desktop, browser and pages.

amjuri

  • Dec 13th, 2005
 

in qtp the compiled modules are called library files .

so write different files in a file extention with .vbs and call this in qtp test scipt file

  Was this answer useful?  Yes

goksn

  • Sep 16th, 2009
 

One of the examples for vbs function library is,

Suppose a web page has a web table column at the starting of the page with 4 tabs and clicking each tab will produce separate frames in the page.

Then function should be somewhat

Clicktab(tabname)
{
.................
.............
.......................
...........
}
Thsi function gets the tab name and makes the corresponding tab clicked and choose some default value in the resultant frameset.

This is one of the example for function library function.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions