What is the difference between ”run” and ”exec” Commands in qtp?
Tags:
Question ID: 105806
0
0
Marked as spam
Posted by (Questions: 17, Answers: 7)
Asked on January 16, 2015 8:43 am
100 views
Answers (2)
1
Private answer

**Run**:

Run an external Command, returning an object.

**.Exec**:

.Exec returns an object which returns additional information about the process started.

.Exec gives the ability to access the standard streams of the executable and allows read/writes to the process's stdout/stderr in real-time while the process executes.

Marked as spam
Posted by (Questions: 11, Answers: 5)
Answered on January 16, 2015 9:56 am
0
Private answer

Thank you

Marked as spam
Posted by (Questions: 17, Answers: 7)
Answered on January 16, 2015 10:23 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top