Difference between Eval and Execute method

Here is the difference 

Eval:  Used to evaluate a string and returns the result of the string expression


Execute: Execute one or more statements in a string expression and enables creation of dynamic code

Comments

Popular posts from this blog

Difference between Action and Function in QTP

Environment setup for android mobile testing through Emulators in Windows 7

WebTable Methods with Example