In a shared Object Repository in QTP if some object is
changed how can the other script which is using the same
object can be known
Answer Posted / rajesh
Here question is regarding object change in shared OR, it
can be interpreted in two ways.
case1: Change in object name.
case2: Change object properties.
-In case1 other scripts referring the object, here the
impact is severe and should be modified manually.
-In case2 other scripts referring the object, here there is
no impact and the scripts will be using the updated
properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How QTP identify the system time that's changes every seconds?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
When should I use smart identification?
how did u use automating testing tools in ur job?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Where we can use the synchronization?
diff between qtp versions from 8.5
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
how can i pass a "cript"as a parameter in to a function
What is a reusable action?
Difference between copy to action and call to action?
what is impact analysis on regression testing?
Is it possible to use two instances of UFT on the same machine? If not why?
How does you test a weblink which is changing dynamically?