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

1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?

Answer Posted / kotike

Process in QTP:
Generating and Enchancing the script
Debugging the script
Executing the script
Analyzing the script
Reporting

2. We can do it in two way using scripting
a)Using RepositoriesCollection.Add "Path of the .tsr file"
b)using AOM
set qtapp=CreateObject("QuickTest.APPlicaiton")
set qttest=qtapp.Test.Action[Action Name]
set or=qttest.ObjectRepositories
or.add "path of the .tsr file"
set qttest=Nothing
set qtapp=Nothing

regards,
mahi.kotike@gmail.com

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Discuss the QTP Environment?

1097


What is a checkpoint? How many check points are there in qtp?

1032


what is ODC and GDC?

7950


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

2142


can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

2169


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

2108


what is object and child object.. explain ..if possible give some example for better understanding ..

2040


In qtp, how you can exit for loop?

1071


Hi How to retrieve data from web element line by line?

2086


What is different command used in command Prompt while using QTP?

2288


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

1126


What is test object model in quicktest professional (qtp)?

1053


How many tabs are available in debug viewer pane?

1169


Describe synchronization point.

1202


what is the structure for the data driven framework

2053