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

What is the difference between Functions and Action ?

1 Answers  


What are the differences between quicktest professional (qtp) and winrunner?

0 Answers  


what is the extension of new local object repository?

5 Answers  


what are the different kinds of frameworks in automation?

2 Answers   Accenture,


examples of user definied functions? how to write user defined functions in qtp9.2?

3 Answers   IBM,






how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance

1 Answers   HCL,


what is selective recording ? and normal recording?

1 Answers   iSoft,


Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?

5 Answers   AZTEC,


what is the difference between link and hyper link?

1 Answers   Ordain Solutions,


In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?

1 Answers   ITC Infotech,


Is it possible to call from one action to another action in qtp?

0 Answers  


Categories