tags:

views:

36

answers:

1

how to use telnet in qtp. tips n tricks on telnet using descriptive programming

A: 

use something like SystemUtil.Run, InvokeApplication or shell to something like vbscript

SystemUtil.Run "C:\Program Files\Internet
Explorer\iexplore.exe","","C:\Documents and Settings\MyDir","open"

InvokeApplication "C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.yahoo.com"
Preet Sangha
if i want get particular text in telnet window,if telnet screen has some words are there, i want particular string date or etc
Prime
You will have to either have to open a socket and talk telent, or you you could screen scrape the text
Preet Sangha