1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP?
2....WHAT ARE THE REPOSITORY FEATURES EXPLAN.
3...HOW TO CREATE A RECOVERY SCENARIO? WHAT DOES RECOVERY
SCENARIO MANAGER DO?
4...OPEN A WORD FILE AND MODIFIED WITH SOME VALUE USING QTP?
5... HOW TO CREATE EXCEL FILE USING QTP?
6... HOW TO RETRIEVE A VALUE FROM WEB TABLE?
7... WHAT IS QC REQUIREMENT TAB DO ? HOW TO MAP THE
REQUIREMENT?
8... HOW TO PASS A VALUE FROM EXCEL FILE TO SCRIPT?
9...WHAT IS THE USE OF SPLIT FUNCTION?



1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP? 2....WHAT ARE THE REPOSITORY FEATURES EXP..

Answer / ram.polavarapu

1ans)there are two type of object repositaries
1)local object repositary
2)shared repositary

2ans)which can stores the object properties and test
objects and we can change the logical name

3and)go to qtp->resorces->recovery senatio manager->click
on new senario->select the trigger event 1)pop-up window2)
object state 3)test run error 4)application crash select
one out of this->select the pop up window->show the window
and select the window text contain select keyboard and
mouse operation->select click button with lable->show the
button->click an add senario to current test->finish button
and save the file .qrs


4ans)i dont no


5ans)dim xl,wb,ws
set xl=createobject("excel.application")
set wb=xl.workbook"sheet1"
set ws=wb.worksheets.add("path")
wb.close
set xl=nothing

6ans)by using getcelldata(row,colums)

7)we can add the requirement

8)

9)by using split we can split the lines

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More QTP Interview Questions

we have 5 default properties we want add more Default property in Object Repository how to add the property

2 Answers   Nous,


How QTP recognizes Objects in AUT?

1 Answers   Crea,


Which method do you use to retrieve data from the WebList object?

1 Answers  


how to load the *.vbs (or) test generating script in a new machine?

3 Answers   Ordain Solutions,


hi i want write code for "test engineer" in this i want write reverse how ca plz let me know through script

4 Answers  






what are the 5 types of objects in qtp

6 Answers   ABC, TCS, Wipro,


How to do excception handling ( error handling ) in QTP

6 Answers   Institute for Medical Education,


What is descriptive programming?

15 Answers   Wipro,


I want to test advanced Java applications what kind of add- ins I have to install?

1 Answers  


Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com

3 Answers   Wipro,


How do u write a regular expression for date (dd/mm/yyyy) field ?

4 Answers   Semantic Space,


In Manual testing , can u prpare bug report in TD?

1 Answers   TCS,


Categories