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
Which operator can be used to change the value of the operand or change the state of the condition?
Explain about arrays in vb script?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Is vbscript a case-sensitive or case-insensitive?
What is dictionary object in vbscript? Explain?
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..
Which in-built function related to an array joins substrings into one string in the vbscript language?
Which data type/types are supported by vbscript language and what are their specialties?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
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 ?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
why do u choose to go for testing why cant for devoloping
What are the rules to name variable in vbscript?
What is the difference between vb debugger and the script debugger?