How To Make Career In QTP
Learn QTP more and more
Thursday, April 7, 2011
How Script to write in a file?
#!/usr/local/bin/perl
open (MYPIPE, "cat >hello");
print MYPIPE ("Hi, Dave! Your QTP program sent this!\n");
close (MYPIPE);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment