how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / amar
addition
dim a
dim b
dim c
c=a+b
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
What is the scope of a constant declared using public?
What are the 2 ways to pass a value to the function?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How are values assigned to the variables in the vbscript language?
How will you get a random number between 0 and 1 in vbscript?
If else for do while select in vb script?
How to delete a cookie using vbscript?
What is vbscript?
What are lbound and ubound in the vbscript language?
why do u choose to go for testing why cant for devoloping
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to create a function in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
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