Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How will you convert a string to upper case string using vbscript?
Explain the arrays in vb script?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
how to write vb script code for login gmail page by using notepad and how to run script in notepad
What is the difference between vb debugger and the script debugger?
Explain the scope of the variables using dim, public, and private keywords respectively.
Is vbscript a case-sensitive or case-insensitive?
How many data types are supported in Vbscript?
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
What is difference between Active screen and movie screen recorder in QTP 9.2?
Explain about the asc function?
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple