Hi Kevin,

Scripting languages code are interpreted at run-time. This means that
every time we want to run the program, a separate program needs to
read the code, interpret it, and then follow the instructions in the
code. (eg. PHP, ASP, JSP, JavaScript, VBScript etc.)

Programming language code are compiled before it is run. Once it is
compiled, it can run any number of times. Because compiled code are
already been interpreted into machine language, so it is typically
faster than scripting language. (eg. C, C++, C# etc.)

On Wed, Jan 6, 2010 at 6:48 PM, kotes pakala <[email protected]> wrote:
> No need to compile the Programmingcode every time where as in scriptng Code
> isĀ  need to compile but that part is taken care by the QTP.
>
> Regards,
> koteshwar.
>
>
> On Wed, Jan 6, 2010 at 12:09 PM, Kevin <[email protected]> wrote:
>>
>> Hi Team...
>>
>> New Year wishes to All...
>>
>> Can anyone please explain about the difference between Scripting
>> language and Programming language ...
>>
>>
>> Thanks in Advance...
>>
>> --
>> 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
> "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
>



-- 
regd,
mrinal
-- 
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

Reply via email to