How you can call vbscript functions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different types of segment?
Which in-built function is used to format the number in the vbscript language?
How will you get a random number between 0 and 1 in vbscript?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
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 Querystring collection?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How are values assigned to string type and numeric type variables?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?