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 |
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
WHAT IS ENVIRONMENT VARIABLES?
7 Answers AZTEC, CTS, Ready Test Go,
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
What is the function of Filter in QC . give with a real time example.
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
What are some test assets and related extensions of qtp?
WHO TAKE DECISION TO RELEASE THE BUILD
Discuss the QTP Environment?
Explain in brief about the QTP Automation Object Model.
How to get the particular property value?
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?