What is the difference between set_window and win_activate()
Answer Posted / rajesh
set_window();
it means focus on a particular window and win runner is
waitng some time to find that window when in recording mode
ex:set_window("login",6);
win_activate();
it means to open a particular window,like invoke_application
();
ex:win_activate("login");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which loadrunner component does the recording of performance test scenario?
What do you mean by initialization of quota?
Which function is used to end a nested transaction?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What are the process for developing a vuser script?
How can we perform functional testing under load?
How do you enable text and image checks in vugen?
What is vuser-end section?
What is the difference between load, performance testing?
How many vusers are required for load testing?
What is performance testing in loadrunner?
What do you mean by creating vuser script?
Explain the difference between automatic correlation and manual correlation?
what are the skip functions in Load Runner?
What is local configuration file?