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
How you identify performance test use cases of any application?
What are the advantages of load runner?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
What is parameterization?
How do you identify which values need to be correlated in the script? Give an example.
What are the loadrunner testing process?
How can you test the global servers with using loadrunner
What is the difference between performance testing and performance engineering?
What is the difference between lr_error_message and lr_debug _message?
What are the vuser components in loadrunner?
What is pause command?
What is the significance of “vuser-init “?
How do you enable text and image checks in vugen?
How will you divide your script into multiple actions? Why?
What is host?