In WinRunner Compile Module doesn't support checkpoints Why?
Answers were Sorted based on User's Feedback
Answer / bala
The purpose of a compile module is to store functions u use
frequently so that they can be quickly and conviently
acessed from other tests.The purpose of compile module is
not to perform tests. So it can not include any check
points or anlog input such mouse tracking.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suneel reddy
becoz compiled modules are not excecutable file
it contains only reusable files ok na
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ddd
The check points are used to check whether the object,
window or database are activated. Compiled modules consits
of user written code for the reusability purpose, these
modules are not for testing purpose. Using check point in
cmp module will not help. you can use the breakpoints in
the compiled module.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain WinRunner testing process?
can any one provide some testing material?
Which function to use to compare the application date with system date?
how are virtual object configured
What is the definition of function?
If we send the bug report but the developer didnt understood the bug report then will the tester do?
Where to use the public or private functions in your script?
what is the use of _set_window in winrunner?
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
Explain difference between winrunner and test director?
How to know the on which OS and version the application is running through script in winrunner?
Have you performed debugging of the scripts?