Best option is to use Plink, and Connect to unix server, send commands on the Unix server. You can also write Shell scripts which will reside on the server at specific path and then run that shell scripts on the Unix server using plink from QTP.
So suppose you wanna run Command1 and then Command2. You can write the shell script (let the name be "RunTwoCommands.sh")which will have first Command1 and then Command2. Then you can run "RunTwoCommands.sh" script using Plink and then get the result. -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
