can u test the application without add-in?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
write a vb script to rename a folder from tree4 to tree7
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
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
How to find arry size in qtp vb script
How can the spaces from the string be removed?
What are the disadvantages of vbscript?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
What is the use of the formatdatetime function in the vbscript language?
Mention what is the technology used by vb script?
Which operator can be used to change the value of the operand or change the state of the condition?
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.