what is the use of _set_window in winrunner?
Answers were Sorted based on User's Feedback
Answer / neelavathy
Set_window sets the required window on the desktop in
mentioned time
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / usha, usha_0383@yahoo.com
set_window statement uses in winrunneris to open a window
on desktop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / girish k.s.
The set_window function directs input to the correct
application window.
Specifies the window to receive subsequent input and
(optionally) specifies the amount of time to wait for the
specified window.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhakar
set_window activates a window and gives focus to that
window so that we can perform actions on window
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vidya
set_window specifies the window to receive input accroding
to the windows logical name
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagadesh
The use of set_window is to set the requried window on the
desktop
synx:
set_window("windowname",timeout)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shobha
set_window specifies the window to receive input accroding
to the windows logical name
_set_window specifies the window to receive input accroding
to the windows physical description
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the three modes of running the scripts?
ca n u give the eample for low severity & high priority in ur Internet Banking project
how do you know which software with version(ex.msoffice)available in our system,using tsl functions
what is the difference between bitmap checkpoint and image checkpoint
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.
What is test parameter
what is mean by test coverage?
How do you call windows APIs, explain with an example?
What is synchronization? what is the purpose of wait() function? what is the diff. between wait() and other synchronization functions in winrunner?
8 Answers Infeneon Technologies,
How do u check FONTS in Login Window?
what is batch mode, how can u run ur tests in batch mode?
When would you use 'set_window' and when would you use 'win_activate'?