Answer Posted / murali raju
hi sweety..in qtp 8.2 the size limit is 1.5 mb..?is it
true..we are using qtp 8.2 with object repostiory size was
19 MB..i think there is no limition for object reopositoy
yar..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Unicode Compatibility?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
What is quick test pro?
What are table and db checkpoints?
Explain the qtp test phases.
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How u will do versioning in QTP?
What is test object model in quicktest professional?
How to modify the text checkpoint?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What is the file extension of the code file in qtp?
What is action? How many types of actions are there in qtp?
Where is the Bitmap checkpoint information stored?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me