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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

could any help me please, how to work on visual foxpro application using UFT

1692


What is the difference between Keyword Driven test and Data Driven test?

1776


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

2803


Explain the check points in quicktest professional?

544


What is the difference between a Function and Action in QTP?

592






what is the difference between IE & Netscape in web testing on a log in page

1798


Hybrid framework supports Descriptive programming. Is it true?

656


which type of testing process are you following in ur company? how to recognize a qtp page?

1409


How to execute a winrunner script in quicktest professional?

558


I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all

1524


www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example

1504


What are the different kinds of test steps?

577


What do you to script when objects are removed from application?

618


Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

2169


How do know the number of browsers opened?

627