I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
No Answer is Posted For this Question
Be the First to Post Answer
Explain measuring transaction.
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
in which situation u will use recording and in which situation u will used to write script manually
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
what is keyword driven testing in qtp?n how is it useful?
what is the difference between parameters and arguments?
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
When ‘option explicit’ keyword is used in qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Is qtp supports uni-code?