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
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is the Command used to start the QTP
What are the differences between quicktest professional and winrunner?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Differentiate the type of test cases which can be automated and which cannot be automated?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How QTP identify the system time that's changes every seconds?
how to know no.of mails in our g mail by using vb-script
What are the major/ important methods, functions in QTP we use realtime testing
What are the factors on which script execution time is dependent?
How many types of run modes are there in qtp?
What do you mean by iteration?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How can you send user defined messages to test report?
How to use the object spy in quicktest professional 8.0 version?