Scripting Language:
Follow @TestingQ
- Scripting language used to validate the application.
- Ex: vb script, jscript, perl, shell script etc..
- It is easy to learn.
- Scripting languages are flexible (No restrictions).
- It uses interpreter as translator.
- Used in client side validation.
- Programming Languages are used to develop the application.
- Ex: c, c++, c#, vb, java etc
- Bit difficult to learn.
- It is not flexible (so many restrictions).
- It uses compiler as translator to convert high level language to machine level language.
- Used in server side validations.