tell me about compiled module & function generator
Answers were Sorted based on User's Feedback
Answer / subodh jha
complile module is a collection of user dedined functions,
which is compiled form and loaded
into the RAM, so we can frequently access it, and it
increases the performance of the script.
Function Generator is used to generate a user defined
function / system defined functions
in the winrunner script.
like load ("Function name",0/1,0/1);
skjha2000@rediffmail.com
If I am wrong then please correct
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / muralidhar
Hi Seenu
You are right that we cant include checkpoints in compile
modules but GUI Checkpoint - Single Property can be
included in the compile module. Another thing is that it
should not contain any analog recording. One more
restriction in compile module is that unlike in a script,
all the variables should be declared first.
Coming to Function Generator, it wont generate any
function. In fact, it is a visual programming tool that
allows us to include the standard functions/user defined
functions in the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sateesh_t7101@yahoo.co.in
above statements about compie module is wright.
coming to function generator
first we selecting addins in our addin manager,then
winrunner tool stores the corresponding addin related tsl
functions in to function generator,so that it is a library
of tsl functions related to our addins selected
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / poonam
function generator actually generates a function for a
tester ,,if a tester does not know actual syntax for a
function .for e.g. if i want to create a inputdialogbox
and i don't know exact syntax then function generator can
help us
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / seenu
Compiled Module is a script which is compiled and stored
into memory for further use, no other compilation is
necessary. It is not a executable script and it doesn't
consists of checkpoints.
Function Generator is used to generate a function for TSL
scripts
If I am wrong then please correct
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you recognise Active X components in winrunner?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
how to invoke the window based application in win runner
ca n u give the example for low severity & low priority in ur Internet Banking project
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.
What is the Extension File name of WinRunner?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
how u can crate a database checkpoint in ur script?
kindly provide me test cases on browser and calculator.Its very urgent.
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
what is the difference between toggle checkpoint and checkpoint?