What is a difference between scripting language and
programming language?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the rules to name variable in vbscript?
what is the function to display current date?
how to retrive the tooltip by using descriptive programming in qtp?
How are arrays declared in the vbscript language?
How to open browser in vb script?
am giving to one number u can set into that in date format.u can use any methods
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Which function is used to perform string comparison?
write a vb script to generate the following pattern ***** **** *** ** *
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
what is the object hyrarchy in QTP for a web based application
How strcomp function works?