Which keyword is used to declare a variable in the vbscript language?
How to remove the spaces in a string Ex: "this is apple"
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to find arry size in qtp vb script
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
What is the purpose of regexp object in vbscript?
What is string concatenation function in VBScript?
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
Which operator can be used to change the value of the operand or change the state of the condition?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
How to Import data from a file (file is on the desktop) to the data table
How will you convert a string to upper case string using vbscript?