How can we get a textcheckpoint in QTP9.1?
Answers were Sorted based on User's Feedback
Answer / rahul
we may apply the logic of pipeline concept to get
textcheckpoint in qtp9.1
| Is This Answer Correct ? | 0 Yes | 1 No |
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Tell me the QTP Advantages and Disadvatages ?
what is actually contain test report? can anybody post the test report
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
How smart identification works in qtp ?
whare exactly we have to use functions and sub routain
explain structured testing? plz guys with exp. do answer
How you automate testscripts one by one or modukewise or all at once
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