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...


please send detail navigation for merging of object
ripositories in QTP 8.2

Answers were Sorted based on User's Feedback



please send detail navigation for merging of object ripositories in QTP 8.2..

Answer / rangu

In 9.5 We can merge repository files

Navigation:-
Resource menu--->Click on Object repostiory Manager---->
Click on Tools menu----> Click on Abject repository Merge
tool---->Browse two Oject Shared Repositories which we want
to merge----> Click Ok.

Is This Answer Correct ?    4 Yes 0 No

please send detail navigation for merging of object ripositories in QTP 8.2..

Answer / chaitu

In Qtp 8.2 there is no any aption for merging of OR

So, we use the QuickPlus tool for merging of OR,But in
Qtp9.2 or 9.0 having the option like associate OR

Is This Answer Correct ?    3 Yes 0 No

please send detail navigation for merging of object ripositories in QTP 8.2..

Answer / gavaskar

directly go for an icon symbol,it is very easy

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

what is meant by descriptive programming?

2 Answers   Wipro,


what is the hierachy of Descreptive programming?

3 Answers   Fiserv,


can any one explain with an example how to test Web application using qtp

3 Answers  


How to use custom checkpoints in QuickTest Professional?

1 Answers   TCS,


1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?

1 Answers  


Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?

3 Answers  


What are the parameters provided by QTP?

3 Answers   Ordain Solutions,


VM1 = "Invalid username or password. Please try again. " VM2 = "Email id is required.Password is required. " VM3 = "Email id is an invalid e-mail address.Password is required. " VM4 = "Password is required. " VM5 = "Email id is required. " VM6 = "Email id is an invalid e-mail address. " 'Rowcount of the Local sheet Rowcount = DataTable.GetSheet("Invalid login transactions").GetRowCount 'Valid emailid and Password Emailid = "test@iteamic.com" Password = "Password0" 'For i = 1 to Rowcount 'Parameterised Email_id Browser("Browser").Page ("Page").WebEdit("emailAddress").Set DataTable("Email_id", dtLocalSheet) EID = Browser("Browser").Page ("Page").WebEdit("emailAddress").GetRoProperty("value") 'Parameterised Password Browser("Browser").Page ("Page").WebEdit("password").Set DataTable("Password", dtLocalSheet) PWD = Browser("Browser").Page ("Page").WebEdit("password").GetROProperty("Value") If EID = Emailid And PWD = Password Then Reporter.ReportEvent micPass, "EID & PWD check", "Email id and Password is correct, One iteration of Invalid login attempts is not being executed" Else Browser("Browser").Page("Page").WebButton ("Sign-In").Click 'Output value exported to the local sheet Browser("Browser").Page ("Page_2").Output CheckPoint("Home page_Sign in") 'Storing the output value in a variable(OUTPUT OUTPUT = Datatable.GetSheet ("Invalid login transactions").Getparameter ("Validation_message_signin").value 'comparing the Variable Output and the Validation message for a given input If OUTPUT = VM1 Then Reporter.ReportEvent micPass, "VM1", "Invalid username or password. Please try again. " else if OUTPUT = VM2 Then Reporter.ReportEvent micPass, "VM2", "Email id is required.Password is required. " else if OUTPUT = VM3 Then Reporter.ReportEvent micPass, "VM3", "Email id is an invalid e-mail address.Password is required. " else if OUTPUT = VM4 Then Reporter.ReportEvent micPass, "VM4", "Password is required. " else if OUTPUT = VM5 Then Reporter.ReportEvent micPass, "VM5", "Email id is required. " else if OUTPUT = VM6 Then Reporter.ReportEvent micPass, "VM6", "Email id is an invalid e-mail address. " else Reporter.ReportEvent micFail, "EID & PWD check_FAIL", "Validation message checkpoint failed. The captured v msg is not required" End if End if I am getting syntax error saying "Expected 'End If'" at the last line, Why is this? Kindly explain...

1 Answers  


How many types of recording modes in qtp? Describe each type with an example where we use them?

0 Answers  


Syntax for how to call one script from another? and Syntax to call one "Action" in another?

2 Answers  


Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.

10 Answers   Apex,


draw the qtp frame work?

0 Answers  


Categories