how much space occupies in object respository by default?
Answers were Sorted based on User's Feedback
Answer / sagar kumar sutar
Hi all of the above. Give some proper answer in this
regards. I need this badly. If u specify some number of MB
then how to detect from the QTP tell me each and every step
clearly.
Thanks in advance.
| Is This Answer Correct ? | 4 Yes | 0 No |
hi friends,
there is no particular limitation for storage, but if we
stored more than 1.5 GB it effects the performance of the QTP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nath .t
There is no storage limitation for Object Respository in
QTP 9.2.
| Is This Answer Correct ? | 0 Yes | 1 No |
No limit to store objects information.... according to
storage and usage we use suitable repository.
if limit is there. Any website contain no. of links,
buttons... etc., objects it could not proceed. This tool
will fail to test the application
| Is This Answer Correct ? | 0 Yes | 1 No |
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
Tell me Three major differences between QTP & Winrunner?
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
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
What is keyword driven testing..what is the use of this in Automated testing
What are the different kinds of test steps?
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
What are the difference between QTP and Winrunner
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
Can we use index on view?