what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
No Answer is Posted For this Question
Be the First to Post Answer
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
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
what are the disadvantages in QTP 9.2?
Is there any MS Access addin in QTP?
What is the meaning Work bench?
What is smart identification?
what are the different Frame Works in Quick Test Proffessional testing
What exactly is the difference among all the three recording modes.
WHAT IS OBJECT REPROSITORY?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
how you will do cookie testing using QTP?