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
how to comvert 120 into one hunderd twenty rupees only and vice varsa
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Explain about the asc function?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How will you convert a string to upper case string using vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
what do you mean .ota mobile format
How will you release the memory acquired by an array variable in vbscript?
What purpose does ‘on error resume next’ serves?
Why is the use of exit do or exit for statements within loops discouraged?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?