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 |
is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.
What is the use of test director testing tool?
In the system of coordinates used by WinRunner,the origin(0,0 coordinate)is located in the --- screen?
how you execute the function
What is meant by the logical name of the object?
How to convert Manual Test script into Automation Test Script?
what is virtual object?
how will u perform bug tracking using winrunner?
what is custom check point? what is the diff.between custom check point and runtime Record check ?
2 Answers Infeneon Technologies,
when start testing
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?
How do you maintain the document information of the test scripts?