How to make sure that items in a wintree are sorted al?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display calculator using case statement?
What is the output of a + b in vbscript if a = 5 and b = 10?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
how many types of recording are there?
Explain about arrays in vb script?
How you can call vbscript functions?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
give me an ex. of unoverloaded method?
What are class events?
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
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
What are class variables?