Which function is used to perform string comparison?
What is string concatenation function in VBScript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Mention how you can call vbscript functions?
How to get path of the file through scripting?
how to write function to validate the number of characters entering into the text box?
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
To get data from table which method will be used in QTP
What is difference between vbscript and vba?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
write a vb script to add two 2*2 matrix
Mention what is the technology used by vb script?