how to do the batch testing in test director using manual
testing procedure?
Is it possible to merge two object repository files in qtp?
What is the difference in between function and sub as well as give some code of both
To count the no of links present in the yahoo home page i have written the script like this 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 While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
How u call functions in QTP Function to calculate the length of characters in a wor
How QTP support all types of applications (platforms)?
How iteration is related to Test Results in QTP?
How to covert a String to an integer?
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
How to return a value from a fn, if it has more than one value how to return
How to find duplicates in an array and remove them efficiently?
write a qtp script to enter user name & password for flight reservation login page from excel sheet
How can we redirect QTP results in to a excel sheet after the execution