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

Shall we add Local Repository to shared object repository,if
yes,how we add

Answer Posted / vaaniraj

We can add the local repository to share , by merging the
local objects to shared objects where by editing the shared
objects in object identification window.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of properties that quick test learns while recording?

1092


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

2135


Explain advantages and disadvantages of ddf?

1124


In qtp, how you can get the last character from a string?

1059


What are the properties you would use for identifying a browser and page when using descriptive programming?

1068


In qtp, how you can remove the spaces from string?

1047


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

1220


hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?

2076


can test automation improve test effectiveness?

2020


what is the diffrence bw qtp architectute and qtp framework?

2048


What is the process of synchronizing qtp and aut?

1082


tell me abt a time when u had to go above &beyind the call of duty to get the job done

1975


Diff b/w Health care domain and Banking Domain?

4739


Name the properties you would use for identifying a browser and page when using descriptive programming?

1068


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4337