WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
Answer Posted / murali raju
all companies are used shared Repository..if there any
disadavantage for that OR why they are using Shared?
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
can anyone tell me from where i can download qtp demo or crack version
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What are the different types of qtp test assets and their extensions?
How many tabs are available in debug viewer pane?
What is quicktest professional (qtp)?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Explain the difference between data driven testing and parameterization ?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
images are dynamically changes how to compare two images with out using the bitmap
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How to handle dynamic objects in quicktest professional (qtp)?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
UFT 12.02 which ALM version will support
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me