Which of the following, we cannot include in a compiled
module?
a)check points
b)analog statements
c)reporting statemnts
Answers were Sorted based on User's Feedback
The content of a compiled module differs from that of an
ordinary test: it cannot include checkpoints or any analog
input such as mouse tracking.
Unlike an ordinary test, all data objects (variables,
constants, arrays) in a compiled module must be declared
before use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth.m
u can't insert a checkpoint ,analog statements into a
compiled module.because u can compile a module but u can't
execute it.
and u have to execute the checkpoints and analog statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to invoke the window based application in win runner
Write test scripts on a scenario where you have to transfer data from one table to another.
what is the diff. Between GUI_unload() and GUI_close()?
Using the WinRunner Tool What that Regular Expression Scripts
How do you add a property to the checkpoint from the script?
tell me the detailed exaplanation of different types of tesiting
How to recover the Parameter out of range error while running the script in verify mode
How to test Fonts and its size thru "Font Expert" in Win Runner.
how do you use DLLs in winnrunner?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
When would you use 'set_window' and when would you use 'win_activate'?
When do you use verify, Debug and Update modes?