Explain about operator precedence in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
How to insert snapshot during manual scripting in QTP?
How do you write an SQL insert statement?
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 resorceallocation
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How to take whole text output from screen of Bitmap Application.
How will you get a combined string from array of string in vbscript?
Mention what are the rules to name variable in vbscript?
What is event handling in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How will you check that a variable is an array in vbscript?
How you can call vbscript functions?