What is a difference between scripting language and
programming language?
Answer Posted / deepaksuri82
1. Scripting language execute client side
2. Interpretator is required to execute scripting language.
1.Programming language execute server side
2. Compiler is required for executing it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How will you convert a string to lower case string using vbscript?
What are the advantages of vbscript?
What if you do not specify anything when you call a procedure?
How to create a function in vbscript?
How to assign a date value to a variable?
What is purpose of scripting.filesystemobject class in vbscript?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
why variable name should not exceed 255 characters?
How can constants be declared in the vbscript language?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
What is the event handling in vbscript?
Explain the operator precedence in vb script?
What are the special sub-types in vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?