How can get count of list box?
No Answer is Posted For this Question
Be the First to Post Answer
what is Function Definition Generator? can any one explain me in details?
How to send QTP test results to an email...(with out using Quality Center)?
What is the use of breakpoint in qtp?
How to capture all the data of a webtable, weblist and combolist using QTP?
what is error and fault in terms of software quality?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
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
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
What the differences are and best practical application of Object Repository?
What is Parameterizing Tests?
How to handle the exceptions using recovery scenario manager In QTP?
How to remove associated function library?