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 |
in which file Data of a Table is stored for further analysis
What is the extension of GUI check points check list file?
What are the Win Runner tools for functional testing?
how v should get data from third excel sheet?
How should we create a compiled module? What is its importance?
What are the virtual objects and how do you learn them?
Data is there in two excel sheets .. how ur going to retrive the data in winrunner thru script.. write down the script?
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
what is the purpose of '*', '&','.' symbols in Regular Expressions (winrunner)?
When would you use 'set_window' and when would you use 'win_activate'?
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
what is the tsl statement for selecting the position of item in list box in winrunner?