what is the differenece btwn scripting language and
programming language
Answer Posted / aparna
Scripting language is lighter than programming
languages..what i want to say is in programming languages
like C we need to have compiler and all. but for scripting
languages these all are not required.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the 2 ways to pass a value to the function?
Which keyword is used to declare a variable in the vbscript language?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What is the difference between a dictionary and an array?
When to use function procedures and what are its characteristics?
what is the use of QCUtil? explain with one example?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
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 ?
How will you get the last occurrence of one string within another string using vbscript?
How can the spaces from the string be removed?
Illustrate briefly about the different types of statement
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)