Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / 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

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / rana banerjee

One way to figure out the impacted scripts is to do a
search in the script.mts files for the object with the
original object name.

Is This Answer Correct ?    1 Yes 0 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / venkat.ellamaraju

If Object name changed, no problem. If Onject properties changed, then go to Object repository -> Import Shared Respository -> Enable editing

click on "Update from application" -> Save
Now all th updated properties will added to shared repository.

Is This Answer Correct ?    0 Yes 0 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / pradeep

u can always use the test script wizzard.
this is the tool that is provided in the s/w to
automatically study the GUI and provide the user/test
script creator the correct logical name for the new objects
that it recognizes.

Is This Answer Correct ?    1 Yes 2 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / minni

question is confusing be little bit clear.....

Is This Answer Correct ?    0 Yes 2 No

In a shared Object Repository in QTP if some object is changed how can the other script which is u..

Answer / uday kumar_anem

Here is my answer...

If you change object name in shared OR, then QTP
automatically changes the object name in the script/scripts
that are using the shared OR.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

• What type of testing questions will be asked for 2+ yrs exp people in interview?

0 Answers  


can any one tell me what is process metrics and what is product metrics if possible give me example. Thank You

2 Answers  


What type of error u will get if u have not installed java add in in java project? what is the error name ?

1 Answers   Verizon,


There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent

1 Answers  


How to Parameterize Object repository in QTP?

6 Answers   Cognizant, IIBM,


How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve

0 Answers  


Object Repositories types, which & when to use?

3 Answers   Crea,


what is the data driven testing?

0 Answers  


I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?

0 Answers  


what is the difference between wait and wait function

1 Answers   TCS, Wipro,


Hi Friends,I hav Just finished QTP course.Can any body suggest me which is the best place to go and post resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r calls in these cities,the best one?

3 Answers  


Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer

2 Answers   IBM,


Categories