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 scope of the variables using dim, public, and private keywords respectively.
Explain the asc function?
who will create the object?
Explain a few date functions in vbscript
Mention how to create a cookie using vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How will you get the natural logarithm of the given number in vbscript?
How will you convert a string to lower case string using vbscript?
what is the standards used for writing the script in QTP
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
What is purpose of scripting.filesystemobject class in vbscript?
what types of bugs will we find out in banking projects for automation testing?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
When to use function procedures and what are its characteristics?