Explain vbscript in detail?
No Answer is Posted For this Question
Be the First to Post Answer
Which keyword is used to declare a variable in the vbscript language?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
regular expression that will recognize a browser as long as its name property starts with mybrowser
Mention what if you do not specify anything when you call a procedure?
write a vb script to add two 2*2 matrix
What are lbound and ubound in the vbscript language?
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
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
what is visual basic?
how to validate the text in a web table
Differentiate javascript and vbscript?
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?