This is Karthic and my mail id is
karthic.venkitapathi@gmail.com, please give me an idea to
crack qtp 10
No Answer is Posted For this Question
Be the First to Post Answer
How many types of status are there?
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
can we call a test in another test? how? explain with one example?
How to Map network drive in QTP
what is the Debug view?
why use Description programming? what is advantages and disadvantage of this methods?
Can we use same virtual objects in many number of tests?
What is the parameterization? Give one example?
how to test one edit box using dotnet addin for Web Applications? write script?
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
how do you remove object repository at runtime and load object repository and verify it