Which operator is used to concatenate the 2 values in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
What is the difference between vbscript and vba?
what is the differance between BYVAL,BYREF?
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is the event handling in vbscript?
What is the technology used by vb script?
What are class properties?
Mention how you can call vbscript functions?
join all the array values without using join function?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
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
how many types of recording are there?