Sendkey with multiple variable | QTP/UFT Forum
K
Karen Dantis Posted on 07/03/2019

how can i pass multiple variable using sendkey from datasheet?

This applies to single data

Set WshShell = createobject("wscript.shell")
WshShell.SendKeys("^f")
WshShell.SendKeys "textone"

 


K
Karen Dantis Replied on 07/03/2019

resolved this 


Related Posts