what is the differenece btwn scripting language and
programming language
Answer Posted / neelima
In scripting language no compilsation and in c,cpp,java
languages .exe,.obj,.class files are created but here
no another file created.
need less memory
and looseley programming language
no type of variable declaration and
easy to develop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What are the special sub-types in vbscript?
How to assign a date value to a variable?
What are the disadvantages of vbscript?
How will you get the octal value of the given number in vbscript?
Mention what is the difference between vbscript and vba?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
What are the advantages of vbscript?
write any ttest cases using check points and parameterization
What is event handling in vbscript?
How to add actions in driver script to run those actions in QTP?
Explain about the asc function?
How can you fetch the value of a cookie?
Which operator is used to concatenate the 2 values in the vbscript language?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards