if we made any changes in shared object repository how it reflects of others like our team members?
Answers were Sorted based on User's Feedback
Answer / matilda
Shared Repository is nothing but A common repository for all team members who are using that test solution with same repository. During that time it shows read -Only to all,so that changes will reflects to all.
| Is This Answer Correct ? | 6 Yes | 0 No |
Shared Repository is a common repository which is using by all the team members,
Before script development/exectuion,every team members will take a copy of the Shared Repository to their local system.
if any changes happened before taking copy of the shared Repository by team members it will effect to all.
if any team member changes any object property in his/her local sytem,then it will not effect to all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe synchronization point.
pls tell me different type of automation frame works in QTP and which one need to select in client server application
What are the properties you would use for identifying a browser and page when using descriptive programming?
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
How to find duplicates in an array and remove them efficiently?
What are objects? how do you select the unknow object?
what are the different types of framesworks in QTP?what is the keyword driven framework?
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
Can abody explain me Send keys concept
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
What is the Automation Process followed in your company?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?