I am Using QTP 9.1 version. I have created a Shared Object
Repository. The size of Shared Object REpository is 9 MB.
In my system i am able to execute the script very flexibly
and it is very fast. But if i copy the same code into other
system with the same configuration, it is executing very
slowly(i.e dam slow). It is not happening in all machines
it is in only some machines. Can please any one give th
esolution. It is high priority to me as i need to give demo
to client on their machines.
Answers were Sorted based on User's Feedback
Answer / deepa
Please check the object's property in other machine in
which the script is running slow. This could be because the
QTP is not able to recognize the objects properly due to
change in test bed. Also check the browser properties if
the application is web based.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mark
I think it is better to split the Shared Repository file
into two or more parts and load the required part of file
when and where required.
The problem could be the machine configuration and the
cache which QTP uses for its execution.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / asad
Check the settings of QTP in both machines . Take the
settings file from the first machine and use the same in
the mahcine which it is slow.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / naveen
Hi I am facing the same problem..did you find any solution?
pls help
Is This Answer Correct ? | 0 Yes | 0 No |
Can u explain about QTP framework
Where to use function or action?
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
You say it is a bug but developer say it is not a bug then what will you do?
7 Answers Hewitt, Tech Mahindra,
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
Plz Explain AUTOMATION REFERENCE MODEL?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?
how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?
if we made any changes in shared object repository how it reflects of others like our team members?