How to replace junk code recorded by QTP with a mall function.
No Answer is Posted For this Question
Be the First to Post Answer
How will you get the smallest subscript of an array in vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How will you format a number in percetage format in vbscript?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Mention what if you do not specify anything when you call a procedure?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
what is event handling?
How will you get a string with the specified character the specified number of times in vbscript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How do you declare a variable in vbscript?
Write a Script for ATM in QTP