Is it possible to call win runner script in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
what is syncurnisation point? what is the use of this in real time environment? plz explain?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
How many types of Check Point in QTP
Maximum synchronizing time out in QTP
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
What is the use of text output value in quicktest professional?
Please explain how to open with notepad of saved html file by right click option using QTP
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
who will distribute the project modules for testing in testing team ?
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
After Creation of your QTp frame work, The folders are saved in VSS or Other. plz explain brifly?