Hi,
Can anyone please send me vb script examples to practice
vb and also material to learn vb
scripting in QTP? my email id : hareen_11@yahoo.com
No Answer is Posted For this Question
Be the First to Post Answer
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Explain the operator precedence in vb script?
how to store charecters of HARIBABU Using arrays
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
Explain about constants in vb script?
Both Static and dynamic arrays are handled by VB script. Is it true?
How will you get the smallest subscript of an array in vbscript?
What are the rules to name variable in vbscript?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
Mention how you can call vbscript functions?
How can you have different number of cells for each row of a table in HTML?