When executing RFT script from RQM how to ensure application gets focus ?
Specifically, when I run our RFT scripts from RFT the log in screen always appears with focus so that the script can successfully enter the credentials and log into the application.
However, when I run our scripts in the test suite of RQM the log in screen shows up on the tool bar as an icon unless i immediately minimize RQM after beginning execution.
The issue really becomes a problem when there is some issue in the middle of the run that causes RQM to lose focus. When it tries to run the next script it cannot get focus on the log on screen and therefore fails to execute the test.
What I am looking for is if there is some setting or configuration within RQM that relates to this, or if there is a way within RFT that I can put a command in our log on script that gains focus before doing anything else.
I have tried using the activate method in RFT but that didn't work.
Suggestions ?
|
One answer
Please use Answer section to provide answer of the question instead of using comment on the question
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
if I run the suite and quickly minimize all open windows, the log on shows up on the screen and executes properly.