What is the difference between Javascript & Vbscript?
Answer Posted / sonal.pagare
Javascript -
It is client side scripting language, developed by Netscape.
It is case sensitive.
File extension is .js.
VBscript -
It is both Client and server side scripting language,
developed by Microsoft.
It is not case sensitive.
File extension is .vbs and .vba.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Explain different types of segment?
what is diff between static and dynaic arrys?
Explain about .wsf files?
What is the difference between do until loop and do while loop?
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..
What are the 2 ways to pass a value to the function?
How to assign a date value to a variable?
What if you do not specify anything when you call a procedure?
How to delete a cookie using vbscript?
When to use function procedures and what are its characteristics?
How to capture a runtime error in vbscript?
What is the technology used by vb script?
what types of bugs will we find out in banking projects for automation testing?
Explain about scrrun.dll in vbscript?