WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Answer Posted / ramesh r
1.complexity increases when scripts are more
2.it is manadatory to select Shared OR in qtp before
record/scripting
3.while using Quality center it really becomes a trouble
because if any changes occur in qc then we also have to
made changes in file system
4.if size of shared OR is too large then it is also a
problem in this case we have to go for descriptive only
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How to export quicktest professional (qtp) results to an .xls file?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
images are dynamically changes how to compare two images with out using the bitmap
Explain how to use QTP to check broken links on a page?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Key word driven framework
Generic function to search for the unique link in webtable and click on it
whow much strong on VB and C?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?