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

How did you achieve reusability via QTP?

1 Answers  


How to Import data from a ".xls" file to Data table during Runtime.

10 Answers   BirlaSoft,


who is the best faculty in Hyderabad for QTP?

47 Answers   IBM,


Can we use same virtual objects in many number of tests?

1 Answers   TCS,


I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

0 Answers  






What are the main features we have to compulsory test by using qtp in an web based application

1 Answers  


How would you export a script from one pc to another in qtp?

0 Answers  


How can the name of a checkpoint be changed in Qtp

2 Answers   Ordain Solutions,


With what extension you can save the list of tests in a file to run in test batch runner?

0 Answers  


Object Repositories types, which & when to use?

3 Answers   Crea,


Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.

3 Answers  


Explain the keyword createobject with an example.

1 Answers  


Categories