how to add action through AOM in QTP
No Answer is Posted For this Question
Be the First to Post Answer
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
how to delete folder test3,test4 and test5 using vbscript?
Explain the tristate constants in vbscript?
How will you release the memory acquired by an array variable in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to Convert Hex color code to color name in VB Script?
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
filter the array values without using filter function?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
write a vbscrpit to swap values
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.