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 |
how to do regression testing in qtp? plz give ans with examples
How is test case write?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How does quicktest professional (qtp) identifies the object in the application?
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
After geting the modules where we generate the script ie in qtp or notpad ?
what is Automation frame work and how do u used this for your project?
Explain about Hybrid Framework
how will you load the test cases in ddt?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)