What is a difference between scripting language and
programming language?
Answer Posted / anwar basha
1.Programming languages(PL) are used to build an application.
2.PL are compiler based languages
3.PL uses more memory space hence called heavy weight coding
4.Generally PL are case sensitive
5.PL are complex to understand & implement
1. Scripting languages(SL) are client side scripting
2.SL are interpreter based languages
3.SL uses less memory space hence called light weight coding
4. SL are case insensitive
5.SL are easy to understand & implement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the constants in vbscript?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Mention how to access array data?
How many types of operators are available in the vbscript language?
when we use filter funtiom invb script(QTP)
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain about constants in vb script?
Mention what is the use of option explicit in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
Mention how to create a cookie using vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
filter the array values without using filter function?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Which operator is used to perform the comparison among 2 operands in the vbscript language?