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 / 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 |
How to record & run on Japanese language application using english version of QTP ???
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
Hai anyone please "Explain about Framework in QTP?"
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
What is QTP and the use of QTP in TD?
what is the difference between modular framework & datadriven framework
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
what is a test strategy & what is the difference between test strategy & test plan?
how to display message with out using msgbox function?
Explain about the Test Fusion Report of QTP ?